Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i3c/
H A Daspeed_i3c.c103 REG32(HW_CAPABILITY, 0x08)
104 FIELD(HW_CAPABILITY, ENTDAA, 0, 1)
105 FIELD(HW_CAPABILITY, HDR_DDR, 3, 1)
106 FIELD(HW_CAPABILITY, HDR_TS, 4, 1)
429 return ARRAY_FIELD_EX32(s->regs, HW_CAPABILITY, ENTDAA); in aspeed_i3c_device_has_entdaa()
434 return ARRAY_FIELD_EX32(s->regs, HW_CAPABILITY, HDR_TS); in aspeed_i3c_device_has_hdr_ts()
439 return ARRAY_FIELD_EX32(s->regs, HW_CAPABILITY, HDR_DDR); in aspeed_i3c_device_has_hdr_ddr()
/openbmc/linux/drivers/i3c/master/
H A Ddw-i3c-master.c36 #define HW_CAPABILITY 0x8 macro