Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-altera.c159 u32 t_high, t_low; in altr_i2c_init() local
165 t_low = divisor * 1 / 2; in altr_i2c_init()
170 t_low = divisor * 2 / 3; in altr_i2c_init()
183 writel(t_low, idev->base + ALTR_I2C_SCL_LOW); in altr_i2c_init()
Di2c-axxia.c140 u32 t_high, t_low; in axxia_i2c_init() local
164 t_low = divisor * 1 / 2; in axxia_i2c_init()
169 t_low = divisor * 2 / 3; in axxia_i2c_init()
176 writel(t_low, idev->base + SCL_LOW_PERIOD); in axxia_i2c_init()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_dfs.h60 u32 t_low; member
Dmt76x2_dfs.c30 .t_low = tl, \
772 mt76_wr(dev, MT_BBP(DFS, 7), radar_specs[i].t_low); in mt76x2_dfs_set_bbp_params()