Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i3c/
H A Daspeed_i3c.c241 REG32(PRESENT_STATE, 0x54)
242 FIELD(PRESENT_STATE, SCL_LINE_SIGNAL_LEVEL, 0, 1)
243 FIELD(PRESENT_STATE, SDA_LINE_SIGNAL_LEVEL, 1, 1)
244 FIELD(PRESENT_STATE, CURRENT_MASTER, 2, 1)
245 FIELD(PRESENT_STATE, CM_TFR_STATUS, 8, 6)
246 FIELD(PRESENT_STATE, CM_TFR_ST_STATUS, 16, 6)
247 FIELD(PRESENT_STATE, CMD_TID, 24, 4)
502 ARRAY_FIELD_DP32(s->regs, PRESENT_STATE, CM_TFR_ST_STATUS, in aspeed_i3c_device_send_start()
504 ARRAY_FIELD_DP32(s->regs, PRESENT_STATE, CM_TFR_STATUS, in aspeed_i3c_device_send_start()
536 ARRAY_FIELD_DP32(s->regs, PRESENT_STATE, CM_TFR_ST_STATUS, in aspeed_i3c_device_send()
[all …]
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dcore.c79 #define PRESENT_STATE 0x14 macro
/openbmc/linux/drivers/i3c/master/
H A Ddw-i3c-master.c158 #define PRESENT_STATE 0x54 macro