Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/i3c/
Di3c_cdns.c501 uint32_t mst_st = sys_read32(config->base + MST_STATUS0); in cdns_i3c_cmd_rsp_fifo_empty() local
503 return ((mst_st & MST_STATUS0_CMDR_EMP) ? true : false); in cdns_i3c_cmd_rsp_fifo_empty()
509 uint32_t mst_st = sys_read32(config->base + MST_STATUS0); in cdns_i3c_cmd_fifo_empty() local
511 return ((mst_st & MST_STATUS0_CMDD_EMP) ? true : false); in cdns_i3c_cmd_fifo_empty()
517 uint32_t mst_st = sys_read32(config->base + MST_STATUS0); in cdns_i3c_cmd_fifo_full() local
519 return ((mst_st & MST_STATUS0_CMDD_FULL) ? true : false); in cdns_i3c_cmd_fifo_full()
525 uint32_t mst_st = sys_read32(config->base + MST_STATUS0); in cdns_i3c_ibi_rsp_fifo_empty() local
527 return ((mst_st & MST_STATUS0_IBIR_EMP) ? true : false); in cdns_i3c_ibi_rsp_fifo_empty()
533 uint32_t mst_st = sys_read32(config->base + MST_STATUS0); in cdns_i3c_tx_fifo_full() local
535 return ((mst_st & MST_STATUS0_TX_FULL) ? true : false); in cdns_i3c_tx_fifo_full()
[all …]