Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/i3c/
H A Ddevice.h92 #define I3C_BCR_HDR_CAP BIT(5) macro
/openbmc/linux/drivers/i3c/master/
H A Di3c-master-cdns.c1275 if (info.bcr & I3C_BCR_HDR_CAP) in cdns_i3c_master_bus_init()
/openbmc/linux/drivers/i3c/
H A Dmaster.c1304 if (dev->info.bcr & I3C_BCR_HDR_CAP) { in i3c_master_retrieve_dev_info()