Searched refs:counter_mask (Results 1 – 4 of 4) sorted by relevance
/drivers/thermal/ti-soc-thermal/ |
D | omap5-thermal-data.c | 49 .counter_mask = OMAP5430_COUNTER_MASK, 94 .counter_mask = OMAP5430_COUNTER_MASK, 140 .counter_mask = OMAP5430_COUNTER_MASK,
|
D | ti-bandgap.c | 719 time = (time & tsr->counter_mask) >> in ti_bandgap_read_counter() 720 __ffs(tsr->counter_mask); in ti_bandgap_read_counter() 855 RMW_BITS(bgp, id, bgap_counter, counter_mask, interval); in ti_bandgap_write_counter() 1347 RMW_BITS(bgp, i, bgap_counter, counter_mask, 1); in ti_bandgap_probe() 1381 RMW_BITS(bgp, i, bgap_counter, counter_mask, in ti_bandgap_probe()
|
D | omap4-thermal-data.c | 115 .counter_mask = OMAP4460_COUNTER_MASK,
|
D | ti-bandgap.h | 140 u32 counter_mask; member
|