Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dbcm2835_gpio.c31 #define GPSET0 0x1C macro
160 case GPSET0: in bcm2835_gpio_read()
214 case GPSET0: in bcm2835_gpio_write()
H A Dbcm2838_gpio.c30 #define GPSET0 0x1C macro
183 case GPSET0: in bcm2838_gpio_read()
247 case GPSET0: in bcm2838_gpio_write()
/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm2835.c48 #define GPSET0 0x1c /* Pin Output Set */ macro
358 bcm2835_gpio_set_bit(pc, value ? GPSET0 : GPCLR0, offset); in bcm2835_gpio_set()
366 bcm2835_gpio_set_bit(pc, value ? GPSET0 : GPCLR0, offset); in bcm2835_gpio_direction_output()
1064 bcm2835_gpio_set_bit(pc, arg ? GPSET0 : GPCLR0, pin); in bcm2835_pinconf_set()
1136 bcm2835_gpio_set_bit(pc, arg ? GPSET0 : GPCLR0, pin); in bcm2711_pinconf_set()