Searched refs:btswap (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttv-risc.c | 662 btaor((set->top->btswap & 0x0a) | (set->bottom->btswap & 0x05), in bttv_buffer_activate_video() 674 btaor(set->top->btswap & 0x0f, ~0x0f, BT848_COLOR_CTL); in bttv_buffer_activate_video() 685 btaor(set->bottom->btswap & 0x0f, ~0x0f, BT848_COLOR_CTL); in bttv_buffer_activate_video() 849 buf->btswap = buf->fmt->btswap; in bttv_buffer_risc() 890 buf->btswap = fmt->btswap; in bttv_overlay_risc()
|
H A D | bttvp.h | 104 int btswap; /* BT848_COLOR_CTL_* */ member 152 int btswap; member
|
H A D | bttv-driver.c | 523 .btswap = 0x03, /* byteswap */ 534 .btswap = 0x03, /* byteswap */ 550 .btswap = 0x0f, /* byte+word swap */ 561 .btswap = 0x03, /* byteswap */
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttvp.h | 103 int btswap; /* BT848_COLOR_CTL_* */ member 150 int btswap; member
|
H A D | bttv-risc.c | 627 btaor((set->top->btswap & 0x0a) | (set->bottom->btswap & 0x05), in bttv_buffer_activate_video() 638 btaor(set->top->btswap & 0x0f, ~0x0f, BT848_COLOR_CTL); in bttv_buffer_activate_video() 648 btaor(set->bottom->btswap & 0x0f, ~0x0f, BT848_COLOR_CTL); in bttv_buffer_activate_video() 801 buf->btswap = btv->fmt->btswap; in bttv_buffer_risc()
|
H A D | bttv-driver.c | 523 .btswap = 0x03, /* byteswap */ 534 .btswap = 0x03, /* byteswap */ 550 .btswap = 0x0f, /* byte+word swap */ 561 .btswap = 0x03, /* byteswap */
|
/kernel/linux/linux-5.10/drivers/media/pci/ngene/ |
H A D | ngene.h | 872 int btswap; /* BT848_COLOR_CTL_* */ member 891 int btswap; member
|
Completed in 31 milliseconds