Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpio/
Dgpio-mvebu.c62 #define GPIO_LEVEL_MASK_OFF 0x001c macro
243 *offset = GPIO_LEVEL_MASK_OFF + mvchip->offset; in mvebu_gpioreg_level_mask()
975 regmap_read(mvchip->regs, GPIO_LEVEL_MASK_OFF + mvchip->offset, in mvebu_gpio_suspend()
1027 regmap_write(mvchip->regs, GPIO_LEVEL_MASK_OFF + mvchip->offset, in mvebu_gpio_resume()
1197 GPIO_LEVEL_MASK_OFF + mvchip->offset, 0); in mvebu_gpio_probe()
1211 regmap_write(mvchip->regs, GPIO_LEVEL_MASK_OFF, 0); in mvebu_gpio_probe()
/linux-6.1.9/arch/arm/plat-orion/
Dgpio.c38 #define GPIO_LEVEL_MASK_OFF 0x001c macro
88 return ochip->base + ochip->mask_offset + GPIO_LEVEL_MASK_OFF; in GPIO_LEVEL_MASK()
582 ct->regs.mask = ochip->mask_offset + GPIO_LEVEL_MASK_OFF; in orion_gpio_init()