Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/bcm63xx/
H A Dirq.c282 int levelsense, sense, bothedge; in bcm63xx_external_irq_set_type() local
290 levelsense = sense = bothedge = 0; in bcm63xx_external_irq_set_type()
293 bothedge = 1; in bcm63xx_external_irq_set_type()
332 if (bothedge) in bcm63xx_external_irq_set_type()
353 if (bothedge) in bcm63xx_external_irq_set_type()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-rcar.c31 u32 bothedge; member
556 p->bank_info.bothedge = gpio_rcar_read(p, BOTHEDGE); in gpio_rcar_suspend()
591 !!(p->bank_info.bothedge & mask)); in gpio_rcar_resume()
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-rk628.c1417 u32 offset, inten, level, polarity, bothedge; in rk628_irq_sync_unlock() local
1429 bothedge = (bank->reg_base + GPIO_INT_BOTHEDGE_L + ((offset) * 4)); in rk628_irq_sync_unlock()
1443 ret = regmap_write(pci->regmap, bothedge, in rk628_irq_sync_unlock()
1447 bothedge, d->irq); in rk628_irq_sync_unlock()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rmobile/include/mach/
H A Drcar-base.h955 u32 bothedge; member