Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Dnxt6000.c215 pr_info("VIT_SYNC_STATUS: 0x%02X\n", in nxt6000_dump_status()
216 nxt6000_readreg(fe, VIT_SYNC_STATUS)); in nxt6000_dump_status()
241 val = nxt6000_readreg(state, VIT_SYNC_STATUS); in nxt6000_dump_status()
442 if (nxt6000_readreg(state, VIT_SYNC_STATUS) & VITINSYNC) in nxt6000_read_status()
H A Dnxt6000_priv.h56 /* 0x32 VIT_SYNC_STATUS */
57 #define VIT_SYNC_STATUS (0x32) macro