Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-bt8xx.c93 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()
242 bgwrite(0x0, BT848_GPIO_OUT_EN); in bt8xxgpio_remove()
255 bg->saved_outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_suspend()
260 bgwrite(0x0, BT848_GPIO_OUT_EN); in bt8xxgpio_suspend()
288 bgwrite(bg->saved_outen, BT848_GPIO_OUT_EN); in bt8xxgpio_resume()
/linux-4.4.14/Documentation/video4linux/bttv/
DSound-FAQ46 (BT848_GPIO_OUT_EN), it says which pins are actively driven by the
70 (BT848_GPIO_OUT_EN) will be set as these pins must be driven by the
107 en = output _en_able register (BT848_GPIO_OUT_EN)
109 i.e. BT848_GPIO_DATA & BT848_GPIO_OUT_EN
111 i.e. BT848_GPIO_DATA & ~BT848_GPIO_OUT_EN
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-gpio.c148 data = btread(BT848_GPIO_OUT_EN); in bttv_gpio_inout()
151 btwrite(data,BT848_GPIO_OUT_EN); in bttv_gpio_inout()
Dbt848.h302 #define BT848_GPIO_OUT_EN 0x118 macro
Dbttv-cards.c4250 btwrite (0x00c3feff, BT848_GPIO_OUT_EN); in init_RTV24()
4319 btwrite(0x080002, BT848_GPIO_OUT_EN); in init_PCI8604PW()
4726 btwrite(bitmask, BT848_GPIO_OUT_EN); in PXC200_muxsel()
Dbttv-driver.c1488 outbits = btread(BT848_GPIO_OUT_EN); in bttv_gpio_tracking()
4181 btwrite(0x00, BT848_GPIO_OUT_EN); in bttv_probe()
4272 btwrite(0x0, BT848_GPIO_OUT_EN); in bttv_remove()
4331 btv->state.gpio_enable = btread(BT848_GPIO_OUT_EN); in bttv_suspend()