Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-mvebu.c61 #define GPIO_IN_POL_OFF 0x000c macro
318 regmap_read(mvchip->regs, GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_get()
522 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_set_type()
528 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_set_type()
535 GPIO_IN_POL_OFF + mvchip->offset, &in_pol); in mvebu_gpio_irq_set_type()
548 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_set_type()
589 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_handler()
593 GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_irq_handler()
853 regmap_read(mvchip->regs, GPIO_IN_POL_OFF + mvchip->offset, &in_pol); in mvebu_gpio_dbg_show()
930 regmap_read(mvchip->regs, GPIO_IN_POL_OFF + mvchip->offset, in mvebu_gpio_suspend()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/plat-orion/
H A Dgpio.c34 #define GPIO_IN_POL_OFF 0x000c macro
68 return ochip->base + GPIO_IN_POL_OFF; in GPIO_IN_POL()