Searched refs:tw_andorb (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/media/pci/tw68/ |
D | tw68.h | 175 #define tw_andorb(reg, mask, value) \ macro 179 #define tw_setb(reg, bit) tw_andorb((reg), (bit), (bit))
|
D | tw68-video.c | 553 tw_andorb(TW68_MISC2, 0xe0, 0xe0); in tw68_s_ctrl() 555 tw_andorb(TW68_MISC2, 0xe0, 0x00); in tw68_s_ctrl() 559 tw_andorb(TW68_LOOP, 0x30, 0x20); in tw68_s_ctrl() 561 tw_andorb(TW68_LOOP, 0x30, 0x00); in tw68_s_ctrl() 710 tw_andorb(TW68_INFORM, 0x03 << 2, dev->input << 2); in tw68_s_input() 903 tw_andorb(TW68_SDT, 0x07, dev->tvnorm->format); in tw68_set_tvnorm_hw()
|