Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/media/drivers/
H A Dbttv-devel.rst52 (``BT848_GPIO_OUT_EN``), it says which pins are actively driven by the
76 (``BT848_GPIO_OUT_EN``) will be set as these pins must be driven by the
112 en = output _en_able register (BT848_GPIO_OUT_EN)
114 i.e. BT848_GPIO_DATA & BT848_GPIO_OUT_EN
116 i.e. BT848_GPIO_DATA & ~BT848_GPIO_OUT_EN
/linux/drivers/media/pci/bt8xx/
H A Dbttv-gpio.c135 data = btread(BT848_GPIO_OUT_EN); in bttv_gpio_inout()
138 btwrite(data,BT848_GPIO_OUT_EN); in bttv_gpio_inout()
H A Dbt848.h298 #define BT848_GPIO_OUT_EN 0x118 macro
H A Dbttv-cards.c4242 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()