Home
last modified time | relevance | path

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

/linux/drivers/net/pse-pd/
H A Dtps23881.c119 static u16 tps23881_set_val(u16 reg_val, u8 chan, u8 field_offset, in tps23881_set_val() function
159 val = tps23881_set_val(ret, chan, 0, 0xff, pw_pol); in tps23881_pi_set_pw_pol_limit()
179 val = tps23881_set_val(ret, chan, 0, BIT(chan % 4), BIT(chan % 4)); in tps23881_pi_enable_manual_pol()
195 val = tps23881_set_val(0, chan, 0, BIT(chan % 4), BIT(chan % 4)); in tps23881_pi_enable()
199 val = tps23881_set_val(val, chan, 0, BIT(chan % 4), in tps23881_pi_enable()
213 val = tps23881_set_val(ret, chan, 0, BIT(chan % 4), BIT(chan % 4)); in tps23881_pi_enable()
233 val = tps23881_set_val(0, chan, 4, BIT(chan % 4), BIT(chan % 4)); in tps23881_pi_disable()
237 val = tps23881_set_val(val, chan, 4, BIT(chan % 4), in tps23881_pi_disable()
257 val = tps23881_set_val(ret, chan, 0, 0, BIT(chan % 4)); in tps23881_pi_disable()
268 val = tps23881_set_val(ret, chan, 0, BIT(chan % 4), BIT(chan % 4)); in tps23881_pi_disable()
[all …]