Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pinctrl/bcm/
Dpinctrl-bcm2835.c49 #define GPCLR0 0x28 /* Pin Output Clear */ macro
348 bcm2835_gpio_set_bit(pc, value ? GPSET0 : GPCLR0, offset); in bcm2835_gpio_set()
356 bcm2835_gpio_set_bit(pc, value ? GPSET0 : GPCLR0, offset); in bcm2835_gpio_direction_output()
1058 bcm2835_gpio_set_bit(pc, arg ? GPSET0 : GPCLR0, pin); in bcm2835_pinconf_set()
1130 bcm2835_gpio_set_bit(pc, arg ? GPSET0 : GPCLR0, pin); in bcm2711_pinconf_set()