Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-bt8xx.c61 #define bgread(adr) readl(bg->mmio+(adr)) macro
77 data = bgread(BT848_GPIO_DATA); in bt8xxgpio_gpio_direction_input()
81 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_input()
97 val = bgread(BT848_GPIO_DATA); in bt8xxgpio_gpio_get()
112 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_output()
116 data = bgread(BT848_GPIO_DATA); in bt8xxgpio_gpio_direction_output()
137 data = bgread(BT848_GPIO_DATA); in bt8xxgpio_gpio_set()
243 bg->saved_outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_suspend()
244 bg->saved_data = bgread(BT848_GPIO_DATA); in bt8xxgpio_suspend()