Searched refs:BT848_GPIO_OUT_EN (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/gpio/ |
| D | gpio-bt8xx.c | 81 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_input() 83 bgwrite(outen, BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_input() 112 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_output() 114 bgwrite(outen, BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_output() 205 bgwrite(0, BT848_GPIO_OUT_EN); in bt8xxgpio_probe() 230 bgwrite(0x0, BT848_GPIO_OUT_EN); in bt8xxgpio_remove() 243 bg->saved_outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_suspend() 248 bgwrite(0x0, BT848_GPIO_OUT_EN); in bt8xxgpio_suspend() 276 bgwrite(bg->saved_outen, BT848_GPIO_OUT_EN); in bt8xxgpio_resume()
|
| /Linux-v5.4/drivers/media/pci/bt8xx/ |
| D | bttv-gpio.c | 136 data = btread(BT848_GPIO_OUT_EN); in bttv_gpio_inout() 139 btwrite(data,BT848_GPIO_OUT_EN); in bttv_gpio_inout()
|
| D | bt848.h | 290 #define BT848_GPIO_OUT_EN 0x118 macro
|
| D | bttv-cards.c | 4242 btwrite (0x00c3feff, BT848_GPIO_OUT_EN); in init_RTV24() 4311 btwrite(0x080002, BT848_GPIO_OUT_EN); in init_PCI8604PW() 4718 btwrite(bitmask, BT848_GPIO_OUT_EN); in PXC200_muxsel()
|
| D | bttv-driver.c | 1457 outbits = btread(BT848_GPIO_OUT_EN); in bttv_gpio_tracking() 4141 btwrite(0x00, BT848_GPIO_OUT_EN); in bttv_probe() 4232 btwrite(0x0, BT848_GPIO_OUT_EN); in bttv_remove() 4291 btv->state.gpio_enable = btread(BT848_GPIO_OUT_EN); in bttv_suspend()
|
| /Linux-v5.4/Documentation/media/v4l-drivers/ |
| D | bttv.rst | 487 (BT848_GPIO_OUT_EN), it says which pins are actively driven by the 513 (BT848_GPIO_OUT_EN) will be set as these pins must be driven by the 554 en = output _en_able register (BT848_GPIO_OUT_EN) 556 i.e. BT848_GPIO_DATA & BT848_GPIO_OUT_EN 558 i.e. BT848_GPIO_DATA & ~BT848_GPIO_OUT_EN
|