Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mfd/
Dtwl4030-irq.c282 u8 pih_isr; in handle_twl4030_pih() local
284 ret = twl_i2c_read_u8(TWL_MODULE_PIH, &pih_isr, in handle_twl4030_pih()
291 while (pih_isr) { in handle_twl4030_pih()
292 unsigned long pending = __ffs(pih_isr); in handle_twl4030_pih()
295 pih_isr &= ~BIT(pending); in handle_twl4030_pih()