Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/busses/
Di2c-altera.c148 u32 t_high, t_low; in altr_i2c_init() local
154 t_low = divisor * 1 / 2; in altr_i2c_init()
159 t_low = divisor * 2 / 3; in altr_i2c_init()
172 writel(t_low, idev->base + ALTR_I2C_SCL_LOW); in altr_i2c_init()
Di2c-axxia.c181 u32 t_high, t_low; in axxia_i2c_init() local
205 t_low = divisor * 1 / 2; in axxia_i2c_init()
210 t_low = divisor * 2 / 3; in axxia_i2c_init()
217 writel(t_low, idev->base + SCL_LOW_PERIOD); in axxia_i2c_init()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/
Dmt76x02_dfs.h49 u32 t_low; member
Dmt76x02_dfs.c19 .t_low = tl, \
761 mt76_wr(dev, MT_BBP(DFS, 7), radar_specs[i].t_low); in mt76x02_dfs_set_bbp_params()