Lines Matching refs:mst_st
504 uint32_t mst_st = sys_read32(config->base + MST_STATUS0); in cdns_i3c_cmd_rsp_fifo_empty() local
506 return ((mst_st & MST_STATUS0_CMDR_EMP) ? true : false); in cdns_i3c_cmd_rsp_fifo_empty()
512 uint32_t mst_st = sys_read32(config->base + MST_STATUS0); in cdns_i3c_cmd_fifo_empty() local
514 return ((mst_st & MST_STATUS0_CMDD_EMP) ? true : false); in cdns_i3c_cmd_fifo_empty()
520 uint32_t mst_st = sys_read32(config->base + MST_STATUS0); in cdns_i3c_cmd_fifo_full() local
522 return ((mst_st & MST_STATUS0_CMDD_FULL) ? true : false); in cdns_i3c_cmd_fifo_full()
528 uint32_t mst_st = sys_read32(config->base + MST_STATUS0); in cdns_i3c_ibi_rsp_fifo_empty() local
530 return ((mst_st & MST_STATUS0_IBIR_EMP) ? true : false); in cdns_i3c_ibi_rsp_fifo_empty()
536 uint32_t mst_st = sys_read32(config->base + MST_STATUS0); in cdns_i3c_tx_fifo_full() local
538 return ((mst_st & MST_STATUS0_TX_FULL) ? true : false); in cdns_i3c_tx_fifo_full()
544 uint32_t mst_st = sys_read32(config->base + MST_STATUS0); in cdns_i3c_rx_fifo_full() local
546 return ((mst_st & MST_STATUS0_RX_FULL) ? true : false); in cdns_i3c_rx_fifo_full()
552 uint32_t mst_st = sys_read32(config->base + MST_STATUS0); in cdns_i3c_rx_fifo_empty() local
554 return ((mst_st & MST_STATUS0_RX_EMP) ? true : false); in cdns_i3c_rx_fifo_empty()
560 uint32_t mst_st = sys_read32(config->base + MST_STATUS0); in cdns_i3c_ibi_fifo_empty() local
562 return ((mst_st & MST_STATUS0_IBID_EMP) ? true : false); in cdns_i3c_ibi_fifo_empty()