Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i3c/
H A Daspeed_i3c.c170 REG32(SLV_EVENT_CTRL, 0x38)
171 FIELD(SLV_EVENT_CTRL, SLV_INTERRUPT, 0, 1)
172 FIELD(SLV_EVENT_CTRL, MASTER_INTERRUPT, 1, 1)
173 FIELD(SLV_EVENT_CTRL, HOT_JOIN_INTERRUPT, 3, 1)
174 FIELD(SLV_EVENT_CTRL, ACTIVITY_STATE, 4, 2)
175 FIELD(SLV_EVENT_CTRL, MRL_UPDATED, 6, 1)
176 FIELD(SLV_EVENT_CTRL, MWL_UPDATED, 7, 1)
/openbmc/linux/drivers/i3c/master/
H A Ddw-i3c-master.c114 #define SLV_EVENT_CTRL 0x38 macro