Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dtwl4030-irq.c283 u8 pih_isr; in handle_twl4030_pih() local
285 ret = twl_i2c_read_u8(TWL_MODULE_PIH, &pih_isr, in handle_twl4030_pih()
292 while (pih_isr) { in handle_twl4030_pih()
293 unsigned long pending = __ffs(pih_isr); in handle_twl4030_pih()
296 pih_isr &= ~BIT(pending); in handle_twl4030_pih()