Searched refs:BT848_GPIO_OUT_EN (Results 1 – 5 of 5) sorted by relevance
/drivers/gpio/ |
D | gpio-bt8xx.c | 93 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_input() 95 bgwrite(outen, BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_input() 124 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_output() 126 bgwrite(outen, BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_output() 217 bgwrite(0, BT848_GPIO_OUT_EN); in bt8xxgpio_probe() 248 bgwrite(0x0, BT848_GPIO_OUT_EN); in bt8xxgpio_remove() 267 bg->saved_outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_suspend() 272 bgwrite(0x0, BT848_GPIO_OUT_EN); in bt8xxgpio_suspend() 300 bgwrite(bg->saved_outen, BT848_GPIO_OUT_EN); in bt8xxgpio_resume()
|
/drivers/media/video/bt8xx/ |
D | bttv-gpio.c | 148 data = btread(BT848_GPIO_OUT_EN); in bttv_gpio_inout() 151 btwrite(data,BT848_GPIO_OUT_EN); in bttv_gpio_inout()
|
D | bt848.h | 302 #define BT848_GPIO_OUT_EN 0x118 macro
|
D | bttv-driver.c | 1628 outbits = btread(BT848_GPIO_OUT_EN); in bttv_gpio_tracking() 4378 btwrite(0x00, BT848_GPIO_OUT_EN); in bttv_probe() 4452 btwrite(0x0, BT848_GPIO_OUT_EN); in bttv_remove() 4508 btv->state.gpio_enable = btread(BT848_GPIO_OUT_EN); in bttv_suspend()
|
D | bttv-cards.c | 4155 btwrite (0x00c3feff, BT848_GPIO_OUT_EN); in init_RTV24() 4721 btwrite(bitmask, BT848_GPIO_OUT_EN); in PXC200_muxsel()
|