Searched refs:btaor (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-risc.c | 349 btaor((geo->vscale>>8), 0xe0, BT848_E_VSCALE_HI+off); in bttv_apply_geo() 396 btaor(capctl, ~0x0f, BT848_CAP_CTL); in bttv_set_capture_control() 625 btaor((set->top->btformat & 0xf0) | (set->bottom->btformat & 0x0f), in bttv_buffer_activate_video() 627 btaor((set->top->btswap & 0x0a) | (set->bottom->btswap & 0x05), in bttv_buffer_activate_video() 637 btaor(set->top->btformat & 0xff, ~0xff, BT848_COLOR_FMT); in bttv_buffer_activate_video() 638 btaor(set->top->btswap & 0x0f, ~0x0f, BT848_COLOR_CTL); in bttv_buffer_activate_video() 647 btaor(set->bottom->btformat & 0xff, ~0xff, BT848_COLOR_FMT); in bttv_buffer_activate_video() 648 btaor(set->bottom->btswap & 0x0f, ~0x0f, BT848_COLOR_CTL); in bttv_buffer_activate_video()
|
| H A D | bttv-audio-hook.c | 214 btaor(val, ~0x03, BT848_GPIO_DATA); in avermedia_tv_stereo_audio()
|
| H A D | bttvp.h | 496 #define btaor(dat,mask,adr) btwrite((dat) | ((mask) & btread(adr)), adr) macro
|
| H A D | bt878.c | 56 #define btaor(dat,mask,adr) btwrite((dat) | ((mask) & btread(adr)), adr) macro
|
| H A D | bttv-cards.c | 3160 btaor((2)<<5, ~(2<<5), BT848_IFORM); in init_ids_eagle() 4735 btaor(2<<5, ~BT848_IFORM_MUXSEL, BT848_IFORM); in PXC200_muxsel()
|