Searched refs:bgread (Results 1 – 1 of 1) sorted by relevance
73 #define bgread(adr) readl(bg->mmio+(adr)) macro89 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()