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