Searched refs:set_oper_state (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/i3c/ |
D | i3c_npcx.c | 294 static void set_oper_state(const struct device *dev, enum npcx_i3c_oper_state state) in set_oper_state() function 839 set_oper_state(dev, NPCX_I3C_OP_STATE_WR); in npcx_i3c_xfer_write_fifo_dma() 871 set_oper_state(dev, NPCX_I3C_OP_STATE_IDLE); in npcx_i3c_xfer_write_fifo_dma() 897 set_oper_state(dev, NPCX_I3C_OP_STATE_RD); in npcx_i3c_xfer_read_fifo_dma() 921 set_oper_state(dev, NPCX_I3C_OP_STATE_IDLE); in npcx_i3c_xfer_read_fifo_dma() 1956 set_oper_state(dev, NPCX_I3C_OP_STATE_IBI); in npcx_i3c_target_ibi_raise() 1993 set_oper_state(dev, NPCX_I3C_OP_STATE_IBI); in npcx_i3c_target_ibi_raise() 2004 set_oper_state(dev, NPCX_I3C_OP_STATE_IBI); in npcx_i3c_target_ibi_raise() 2234 set_oper_state(dev, NPCX_I3C_OP_STATE_IDLE); in npcx_i3c_target_xfer_end_handle() 2666 set_oper_state(dev, NPCX_I3C_OP_STATE_IDLE); in npcx_i3c_target_isr() [all …]
|