Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dbcm2835_gpio.c35 #define GPLEV0 0x34 macro
168 case GPLEV0: in bcm2835_gpio_read()
226 case GPLEV0: in bcm2835_gpio_write()
H A Dbcm2838_gpio.c34 #define GPLEV0 0x34 macro
193 case GPLEV0: in bcm2838_gpio_read()
259 case GPLEV0: in bcm2838_gpio_write()
/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm2835.c50 #define GPLEV0 0x34 /* Pin Level */ macro
336 return bcm2835_gpio_get_bit(pc, GPLEV0, offset); in bcm2835_gpio_get()
747 int value = bcm2835_gpio_get_bit(pc, GPLEV0, offset); in bcm2835_pctl_pin_dbg_show()