Searched refs:status (Results 1 – 4 of 4) sorted by relevance
/libmctp-latest/ |
D | astlpc.c | 354 uint8_t status) in mctp_astlpc_kcs_print_status_write() argument 358 status, status & KCS_STATUS_BMC_READY ? "active" : "inactive", in mctp_astlpc_kcs_print_status_write() 359 status & KCS_STATUS_CHANNEL_ACTIVE ? "active" : "inactive", in mctp_astlpc_kcs_print_status_write() 360 status & KCS_STATUS_OBF ? "preserved" : "cleared"); in mctp_astlpc_kcs_print_status_write() 364 uint8_t status) in mctp_astlpc_kcs_set_status() argument 377 rc = mctp_astlpc_kcs_write(astlpc, MCTP_ASTLPC_KCS_REG_STATUS, status); in mctp_astlpc_kcs_set_status() 383 mctp_astlpc_kcs_print_status_write(astlpc, status); in mctp_astlpc_kcs_set_status() 535 uint8_t status; in mctp_astlpc_init_bmc() local 592 status = KCS_STATUS_BMC_READY & ~KCS_STATUS_OBF; in mctp_astlpc_init_bmc() 593 return mctp_astlpc_kcs_set_status(astlpc, status); in mctp_astlpc_init_bmc() [all …]
|
D | .gitignore | 10 config.status
|
D | LICENSE | 463 of preserving the free status of all derivatives of our free software and
|
/libmctp-latest/docs/bindings/ |
D | vendor-ibm-astlpc.md | 114 1. Read from the KCS status register, which shows that the single-byte KCS data 138 The KCS unit also contains a status register (STR), allowing both host and BMC 145 software-defined bits in the status register are used to carry other required 146 protocol state. A problematic feature of the KCS status register is described in 148 writes to the KCS status register but hardware implementations are not required 152 To ensure interrupts are generated for status updates, we exploit the OBF 153 interrupt to signal a status update by writing a dummy command to ODR after 154 updating the status register, as outlined below. 284 The KCS status flags and command set govern the state of the protocol, defining 318 | 3 | The BMC reads the status register for IBF | [all …]
|