Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-cadence.c45 #define CDNS_I2C_CR_DIVB_MASK (0x3f << CDNS_I2C_CR_DIVB_SHIFT) macro
1089 ctrl_reg &= ~(CDNS_I2C_CR_DIVA_MASK | CDNS_I2C_CR_DIVB_MASK); in cdns_i2c_setclk()
1096 CDNS_I2C_CR_DIVB_MASK); in cdns_i2c_setclk()