Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dbcm2835_gpio.c52 #define GPPUDCLK0 0x98 macro
187 case GPPUDCLK0: in bcm2835_gpio_read()
245 case GPPUDCLK0: in bcm2835_gpio_write()
/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm2835.c59 #define GPPUDCLK0 0x98 /* Pin Pull-up/down Enable Clock */ macro
1026 bcm2835_gpio_wr(pc, GPPUDCLK0 + (off * 4), BIT(bit)); in bcm2835_pull_config_set()
1028 bcm2835_gpio_wr(pc, GPPUDCLK0 + (off * 4), 0); in bcm2835_pull_config_set()