Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-bt8xx.c73 #define bgread(adr) readl(bg->mmio+(adr)) macro
89 data = bgread(BT848_GPIO_DATA); in bt8xxgpio_gpio_direction_input()
93 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_input()
109 val = bgread(BT848_GPIO_DATA); in bt8xxgpio_gpio_get()
124 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_output()
128 data = bgread(BT848_GPIO_DATA); in bt8xxgpio_gpio_direction_output()
149 data = bgread(BT848_GPIO_DATA); in bt8xxgpio_gpio_set()
255 bg->saved_outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_suspend()
256 bg->saved_data = bgread(BT848_GPIO_DATA); in bt8xxgpio_suspend()