Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Ddib7000p.c2452 …e *state, u32 P_Kin, u32 P_Kout, u32 insertExtSynchro, u32 synchroMode, u32 syncWord, u32 syncSize) in dib7090_cfg_DibTx() argument
2461 dib7000p_write_word(state, 1609, (syncWord >> 16) & 0xffff); in dib7090_cfg_DibTx()
2462 dib7000p_write_word(state, 1610, syncWord & 0xffff); in dib7090_cfg_DibTx()
2469 …e *state, u32 P_Kin, u32 P_Kout, u32 synchroMode, u32 insertExtSynchro, u32 syncWord, u32 syncSize, in dib7090_cfg_DibRx() argument
2483 dib7000p_write_word(state, 1540, (syncWord >> 16) & 0xffff); in dib7090_cfg_DibRx()
2484 dib7000p_write_word(state, 1541, syncWord & 0xffff); in dib7090_cfg_DibRx()
Ddib8000.c1403 u32 syncWord, u32 syncSize) in dib8096p_cfg_DibTx() argument
1412 dib8000_write_word(state, 1609, (syncWord >> 16) & 0xffff); in dib8096p_cfg_DibTx()
1413 dib8000_write_word(state, 1610, syncWord & 0xffff); in dib8096p_cfg_DibTx()
1420 u32 syncWord, u32 syncSize, u32 dataOutRate) in dib8096p_cfg_DibRx() argument
1436 dib8000_write_word(state, 1540, (syncWord >> 16) & 0xffff); in dib8096p_cfg_DibRx()
1437 dib8000_write_word(state, 1541, syncWord & 0xffff); in dib8096p_cfg_DibRx()