Searched refs:flag (Results 1 – 4 of 4) sorted by relevance
102 uint8_t flag; member110 uint8_t flag; member153 hdr->flag = MCTP_SERIAL_FRAMING_FLAG; in mctp_binding_serial_tx()172 tlr->flag = MCTP_SERIAL_FRAMING_FLAG; in mctp_binding_serial_tx()
786 uint8_t flag; in __mctp_astlpc_kcs_ready() local789 flag = (is_bmc ^ is_write) ? KCS_STATUS_IBF : KCS_STATUS_OBF; in __mctp_astlpc_kcs_ready()792 return !!(status & flag) == ready_state; in __mctp_astlpc_kcs_ready()
33 A hardware-defined flag bit in a KCS device's Status Register (STR). The IBF34 flag indicates that a value has been written by the host to the corresponding72 A hardware-defined flag bit in a KCS device's Status Register (STR). The OBF73 flag indicates that a value has been written by the BMC to the corresponding150 buffer-full flag and invoke an interrupt.
78 uint8_t flag = mmio->bmc ? KCS_STATUS_IBF : KCS_STATUS_OBF; in mctp_astlpc_mmio_kcs_read() local79 (*mmio->kcs)[MCTP_ASTLPC_KCS_REG_STATUS] &= ~flag; in mctp_astlpc_mmio_kcs_read()96 uint8_t flag = mmio->bmc ? KCS_STATUS_OBF : KCS_STATUS_IBF; in mctp_astlpc_mmio_kcs_write() local97 (*mmio->kcs)[MCTP_ASTLPC_KCS_REG_STATUS] |= flag; in mctp_astlpc_mmio_kcs_write()