Searched defs:cx_andor (Results 1 - 3 of 3) sorted by relevance
/drivers/media/pci/cx25821/ |
H A D | cx25821.h | 367 #define cx_andor(reg, mask, value) \ macro 371 #define cx_set(reg, bit) cx_andor((reg), (bit), (bit)) 372 #define cx_clear(reg, bit) cx_andor((reg), (bit), 0)
|
/drivers/media/pci/cx23885/ |
H A D | cx23885.h | 487 #define cx_andor(reg, mask, value) \ macro 491 #define cx_set(reg, bit) cx_andor((reg), (bit), (bit)) 492 #define cx_clear(reg, bit) cx_andor((reg), (bit), 0)
|
/drivers/media/pci/cx88/ |
H A D | cx88.h | 605 #define cx_andor(reg,mask,value) \ macro 608 #define cx_set(reg,bit) cx_andor((reg),(bit),(bit)) 609 #define cx_clear(reg,bit) cx_andor((reg),(bit),0)
|
Completed in 72 milliseconds