Searched refs:syncWord (Results 1 – 2 of 2) 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()
|
| H A D | dib8000.c | 1400 u32 syncWord, u32 syncSize) in dib8096p_cfg_DibTx() argument 1409 dib8000_write_word(state, 1609, (syncWord >> 16) & 0xffff); in dib8096p_cfg_DibTx() 1410 dib8000_write_word(state, 1610, syncWord & 0xffff); in dib8096p_cfg_DibTx() 1417 u32 syncWord, u32 syncSize, u32 dataOutRate) in dib8096p_cfg_DibRx() argument 1433 dib8000_write_word(state, 1540, (syncWord >> 16) & 0xffff); in dib8096p_cfg_DibRx() 1434 dib8000_write_word(state, 1541, syncWord & 0xffff); in dib8096p_cfg_DibRx()
|