Searched refs:bothedge (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/bcm63xx/ |
| H A D | irq.c | 282 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 D | gpio-rcar.c | 31 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 D | pinctrl-rk628.c | 1417 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 D | rcar-base.h | 955 u32 bothedge; member
|