Home
last modified time | relevance | path

Searched refs:gpiomask2 (Results 1 – 3 of 3) sorted by relevance

/drivers/media/video/bt8xx/
Dbttv.h225 u32 gpiomask2; /* GPIO MUX mask */ member
Dbttv-cards.c1662 .gpiomask2 = 0x07ff,
2174 .gpiomask2 = 0xff,
2259 .gpiomask2 = 0x03, /* gpiomask2 defines the bits used to switch audio
2277 .gpiomask2 = 0x03, /* gpiomask2 defines the bits used to switch audio
2473 ….gpiomask2 = 0x3C<<16,/*Set the GPIO[18]->GPIO[21] as output pin.==> drive the video inputs t…
Dbttv-driver.c1134 mask2 = bttv_tvcards[btv->c.type].gpiomask2; in video_mux()