Searched refs:GPIO_LEVEL_MASK_OFF (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-mvebu.c | 65 #define GPIO_LEVEL_MASK_OFF 0x001c macro 241 *offset = GPIO_LEVEL_MASK_OFF + mvchip->offset; in mvebu_gpioreg_level_mask() 938 regmap_read(mvchip->regs, GPIO_LEVEL_MASK_OFF + mvchip->offset, in mvebu_gpio_suspend() 990 regmap_write(mvchip->regs, GPIO_LEVEL_MASK_OFF + mvchip->offset, in mvebu_gpio_resume() 1168 GPIO_LEVEL_MASK_OFF + mvchip->offset, 0); in mvebu_gpio_probe() 1182 regmap_write(mvchip->regs, GPIO_LEVEL_MASK_OFF, 0); in mvebu_gpio_probe()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-mvebu.c | 62 #define GPIO_LEVEL_MASK_OFF 0x001c macro 243 *offset = GPIO_LEVEL_MASK_OFF + mvchip->offset; in mvebu_gpioreg_level_mask() 978 regmap_read(mvchip->regs, GPIO_LEVEL_MASK_OFF + mvchip->offset, in mvebu_gpio_suspend() 1030 regmap_write(mvchip->regs, GPIO_LEVEL_MASK_OFF + mvchip->offset, in mvebu_gpio_resume() 1207 GPIO_LEVEL_MASK_OFF + mvchip->offset, 0); in mvebu_gpio_probe() 1221 regmap_write(mvchip->regs, GPIO_LEVEL_MASK_OFF, 0); in mvebu_gpio_probe()
|
/kernel/linux/linux-5.10/arch/arm/plat-orion/ |
H A D | gpio.c | 38 #define GPIO_LEVEL_MASK_OFF 0x001c macro 88 return ochip->base + ochip->mask_offset + GPIO_LEVEL_MASK_OFF; in GPIO_LEVEL_MASK() 586 ct->regs.mask = ochip->mask_offset + GPIO_LEVEL_MASK_OFF; in orion_gpio_init()
|
/kernel/linux/linux-6.6/arch/arm/plat-orion/ |
H A D | gpio.c | 39 #define GPIO_LEVEL_MASK_OFF 0x001c macro 89 return ochip->base + ochip->mask_offset + GPIO_LEVEL_MASK_OFF; in GPIO_LEVEL_MASK() 583 ct->regs.mask = ochip->mask_offset + GPIO_LEVEL_MASK_OFF; in orion_gpio_init()
|
Completed in 6 milliseconds