Searched refs:tw_andorb (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/pci/tw68/ |
D | tw68.h | 185 #define tw_andorb(reg, mask, value) \ macro 189 #define tw_setb(reg, bit) tw_andorb((reg), (bit), (bit))
|
D | tw68-video.c | 570 tw_andorb(TW68_MISC2, 0xe0, 0xe0); in tw68_s_ctrl() 572 tw_andorb(TW68_MISC2, 0xe0, 0x00); in tw68_s_ctrl() 576 tw_andorb(TW68_LOOP, 0x30, 0x20); in tw68_s_ctrl() 578 tw_andorb(TW68_LOOP, 0x30, 0x00); in tw68_s_ctrl() 728 tw_andorb(TW68_INFORM, 0x03 << 2, dev->input << 2); in tw68_s_input() 931 tw_andorb(TW68_SDT, 0x07, dev->tvnorm->format); in tw68_set_tvnorm_hw()
|