Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 4 of 4) sorted by relevance

/libmctp-latest/
Dserial.c102 uint8_t flag; member
110 uint8_t flag; member
153 hdr->flag = MCTP_SERIAL_FRAMING_FLAG; in mctp_binding_serial_tx()
172 tlr->flag = MCTP_SERIAL_FRAMING_FLAG; in mctp_binding_serial_tx()
Dastlpc.c786 uint8_t flag; in __mctp_astlpc_kcs_ready() local
789 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()
/libmctp-latest/docs/bindings/
Dvendor-ibm-astlpc.md33 A hardware-defined flag bit in a KCS device's Status Register (STR). The IBF
34 flag indicates that a value has been written by the host to the corresponding
72 A hardware-defined flag bit in a KCS device's Status Register (STR). The OBF
73 flag indicates that a value has been written by the BMC to the corresponding
150 buffer-full flag and invoke an interrupt.
/libmctp-latest/tests/
Dtest_astlpc.c78 uint8_t flag = mmio->bmc ? KCS_STATUS_IBF : KCS_STATUS_OBF; in mctp_astlpc_mmio_kcs_read() local
79 (*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() local
97 (*mmio->kcs)[MCTP_ASTLPC_KCS_REG_STATUS] |= flag; in mctp_astlpc_mmio_kcs_write()