Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_dw.c177 #define PRESENT_STATE 0x54 macro
544 if (!(sys_read32(config->regs + PRESENT_STATE) & PRESENT_STATE_CURRENT_MASTER)) { in dw_i3c_end_xfer()
619 present_state = sys_read32(config->regs + PRESENT_STATE); in start_xfer()
696 present_state = sys_read32(config->regs + PRESENT_STATE); in dw_i3c_xfers()
923 present_state = sys_read32(config->regs + PRESENT_STATE); in dw_i3c_i2c_transfer()
1370 present_state = sys_read32(config->regs + PRESENT_STATE); in i3c_dw_irq()
1660 present_state = sys_read32(config->regs + PRESENT_STATE); in dw_i3c_do_ccc()
1846 present_state = sys_read32(config->regs + PRESENT_STATE); in dw_i3c_do_daa()
1992 if (!(sys_read32(dev_config->regs + PRESENT_STATE) & in dw_i3c_config_get()
2117 present_state = sys_read32(config->regs + PRESENT_STATE); in dw_i3c_target_tx_write()