Searched refs:R0900_SYNTCTRL (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/media/dvb-frontends/ |
D | stv0900_core.c | 234 stv0900_write_reg(intp, R0900_SYNTCTRL, 0x20 in stv0900_initialize() 239 i = 0x02 & stv0900_read_reg(intp, R0900_SYNTCTRL); in stv0900_initialize() 240 stv0900_write_reg(intp, R0900_SYNTCTRL, 0x20 | i); in stv0900_initialize() 1484 stv0900_write_reg(intp, R0900_SYNTCTRL, 0x20 | intp->clkmode); in stv0900_init_internal() 1487 selosci = 0x02 & stv0900_read_reg(intp, R0900_SYNTCTRL); in stv0900_init_internal() 1488 stv0900_write_reg(intp, R0900_SYNTCTRL, 0x20 | selosci); in stv0900_init_internal()
|
D | stv0900_reg.h | 756 #define R0900_SYNTCTRL 0xf1b6 macro
|