Home
last modified time | relevance | path

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

/drivers/gpio/
Dgpio-pch.c235 u32 im, im_pos, val; in pch_irq_type() local
243 im_pos = ch; in pch_irq_type()
246 im_pos = ch - 8; in pch_irq_type()
249 __func__, irq, type, ch, im_pos); in pch_irq_type()
274 im = ioread32(im_reg) & ~(PCH_IM_MASK << (im_pos * 4)); in pch_irq_type()
275 iowrite32(im | (val << (im_pos * 4)), im_reg); in pch_irq_type()
Dgpio-ml-ioh.c254 u32 im_pos; in ioh_irq_type() local
265 im_pos = ch; in ioh_irq_type()
268 im_pos = ch - 8; in ioh_irq_type()
271 __func__, irq, type, ch, im_pos, type); in ioh_irq_type()
300 im = ioread32(im_reg) & ~(IOH_IM_MASK << (im_pos * 4)); in ioh_irq_type()
301 iowrite32(im | (val << (im_pos * 4)), im_reg); in ioh_irq_type()