Searched refs:tw_andorb (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/tw68/ |
H A D | tw68.h | 175 #define tw_andorb(reg, mask, value) \ macro 179 #define tw_setb(reg, bit) tw_andorb((reg), (bit), (bit))
|
H A D | tw68-video.c | 551 tw_andorb(TW68_MISC2, 0xe0, 0xe0); in tw68_s_ctrl() 553 tw_andorb(TW68_MISC2, 0xe0, 0x00); in tw68_s_ctrl() 557 tw_andorb(TW68_LOOP, 0x30, 0x20); in tw68_s_ctrl() 559 tw_andorb(TW68_LOOP, 0x30, 0x00); in tw68_s_ctrl() 708 tw_andorb(TW68_INFORM, 0x03 << 2, dev->input << 2); in tw68_s_input() 904 tw_andorb(TW68_SDT, 0x07, dev->tvnorm->format); in tw68_set_tvnorm_hw()
|
/kernel/linux/linux-6.6/drivers/media/pci/tw68/ |
H A D | tw68.h | 175 #define tw_andorb(reg, mask, value) \ macro 179 #define tw_setb(reg, bit) tw_andorb((reg), (bit), (bit))
|
H A 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()
|
Completed in 5 milliseconds