Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/dvb/frontends/
Dstv0900_core.c248 stv0900_write_reg(intp, R0900_SYNTCTRL, 0x20 in stv0900_initialize()
253 i = 0x02 & stv0900_read_reg(intp, R0900_SYNTCTRL); in stv0900_initialize()
254 stv0900_write_reg(intp, R0900_SYNTCTRL, 0x20 | i); in stv0900_initialize()
1502 stv0900_write_reg(intp, R0900_SYNTCTRL, 0x20 | intp->clkmode); in stv0900_init_internal()
1505 selosci = 0x02 & stv0900_read_reg(intp, R0900_SYNTCTRL); in stv0900_init_internal()
1506 stv0900_write_reg(intp, R0900_SYNTCTRL, 0x20 | selosci); in stv0900_init_internal()
Dstv0900_reg.h770 #define R0900_SYNTCTRL 0xf1b6 macro