Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i3c/master/
H A Ddw-i3c-master.c181 #define SCL_I2C_FM_TIMING_HCNT(x) (((x) << 16) & GENMASK(31, 16)) macro
592 scl_timing = SCL_I2C_FM_TIMING_HCNT(hcnt) | in dw_i2c_clk_cfg()