Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-rk628.c115 unsigned int polarity_regs[2]; member
1378 bank->polarity_regs[offset] |= BIT(hwirq); in rk628_irq_set_type()
1383 bank->polarity_regs[offset] &= ~BIT(hwirq); in rk628_irq_set_type()
1388 bank->polarity_regs[offset] |= BIT(hwirq); in rk628_irq_set_type()
1393 bank->polarity_regs[offset] &= ~BIT(hwirq); in rk628_irq_set_type()
1438 bank->polarity_regs[offset] | BIT(hwirq + 16)); in rk628_irq_sync_unlock()