Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dregmap-irq.c116 } else if (d->chip->unmask_base) { in regmap_irq_sync_unlock()
124 unmask_offset = d->chip->unmask_base - in regmap_irq_sync_unlock()
705 else if (d->chip->unmask_base) { in regmap_add_irq_chip_fwnode()
706 unmask_offset = d->chip->unmask_base - in regmap_add_irq_chip_fwnode()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dstpmic1.c112 .unmask_base = INT_SET_MASK_R1,
/OK3568_Linux_fs/kernel/include/linux/
H A Dregmap.h1404 unsigned int unmask_base; member