Searched refs:syncWord (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/dvb-frontends/ |
| H A D | dib7000p.c | 2458 …e *state, u32 P_Kin, u32 P_Kout, u32 insertExtSynchro, u32 synchroMode, u32 syncWord, u32 syncSize) in dib7090_cfg_DibTx() argument 2467 dib7000p_write_word(state, 1609, (syncWord >> 16) & 0xffff); in dib7090_cfg_DibTx() 2468 dib7000p_write_word(state, 1610, syncWord & 0xffff); in dib7090_cfg_DibTx() 2475 …e *state, u32 P_Kin, u32 P_Kout, u32 synchroMode, u32 insertExtSynchro, u32 syncWord, u32 syncSize, in dib7090_cfg_DibRx() argument 2489 dib7000p_write_word(state, 1540, (syncWord >> 16) & 0xffff); in dib7090_cfg_DibRx() 2490 dib7000p_write_word(state, 1541, syncWord & 0xffff); in dib7090_cfg_DibRx()
|