Home
last modified time | relevance | path

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

/drivers/thermal/ti-soc-thermal/
Domap5-thermal-data.c49 .counter_mask = OMAP5430_COUNTER_MASK,
94 .counter_mask = OMAP5430_COUNTER_MASK,
140 .counter_mask = OMAP5430_COUNTER_MASK,
Dti-bandgap.c719 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()
Domap4-thermal-data.c115 .counter_mask = OMAP4460_COUNTER_MASK,
Dti-bandgap.h140 u32 counter_mask; member