Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H A Dgpio-bt8xx.c81 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_input()
83 bgwrite(outen, BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_input()
108 outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_output()
110 bgwrite(outen, BT848_GPIO_OUT_EN); in bt8xxgpio_gpio_direction_output()
197 bgwrite(0, BT848_GPIO_OUT_EN); in bt8xxgpio_probe()
222 bgwrite(0x0, BT848_GPIO_OUT_EN); in bt8xxgpio_remove()
233 bg->saved_outen = bgread(BT848_GPIO_OUT_EN); in bt8xxgpio_suspend()
238 bgwrite(0x0, BT848_GPIO_OUT_EN); in bt8xxgpio_suspend()
264 bgwrite(bg->saved_outen, BT848_GPIO_OUT_EN); in bt8xxgpio_resume()
/linux-6.15/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-6.15/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-driver.c1442 outbits = btread(BT848_GPIO_OUT_EN); in bttv_gpio_tracking()
3377 btwrite(0x00, BT848_GPIO_OUT_EN); in bttv_probe()
3472 btwrite(0x0, BT848_GPIO_OUT_EN); in bttv_remove()
3531 btv->state.gpio_enable = btread(BT848_GPIO_OUT_EN); in bttv_suspend()
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()