Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_dw.c29 #define DEV_CTRL_IBA_INCLUDE BIT(0) macro
745 sys_write32(sys_read32(config->regs + DEVICE_CTRL) & ~DEV_CTRL_IBA_INCLUDE, in dw_i3c_xfers()
748 sys_write32(sys_read32(config->regs + DEVICE_CTRL) | DEV_CTRL_IBA_INCLUDE, in dw_i3c_xfers()
998 sys_write32(sys_read32(config->regs + DEVICE_CTRL) & ~DEV_CTRL_IBA_INCLUDE, in dw_i3c_i2c_transfer()