Home
last modified time | relevance | path

Searched refs:R0900_SYNTCTRL (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/media/dvb-frontends/
Dstv0900_core.c234 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()
Dstv0900_reg.h756 #define R0900_SYNTCTRL 0xf1b6 macro