Searched refs:tw_andorb (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/media/pci/tw68/ |
D | tw68.h | 186 #define tw_andorb(reg, mask, value) \ macro 190 #define tw_setb(reg, bit) tw_andorb((reg), (bit), (bit))
|
D | tw68-video.c | 573 tw_andorb(TW68_MISC2, 0xe0, 0xe0); in tw68_s_ctrl() 575 tw_andorb(TW68_MISC2, 0xe0, 0x00); in tw68_s_ctrl() 579 tw_andorb(TW68_LOOP, 0x30, 0x20); in tw68_s_ctrl() 581 tw_andorb(TW68_LOOP, 0x30, 0x00); in tw68_s_ctrl() 731 tw_andorb(TW68_INFORM, 0x03 << 2, dev->input << 2); in tw68_s_input() 934 tw_andorb(TW68_SDT, 0x07, dev->tvnorm->format); in tw68_set_tvnorm_hw()
|