Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/i3c/
H A Dmaster.h54 #define I3C_LVR_I2C_INDEX_MASK GENMASK(7, 5) macro
/openbmc/linux/drivers/i3c/
H A Dmaster.c2670 switch (i2cbi->lvr & I3C_LVR_I2C_INDEX_MASK) { in i3c_master_register()