Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/dvb-frontends/ !
Ddib7000p.c2455 …e *state, u32 P_Kin, u32 P_Kout, u32 insertExtSynchro, u32 synchroMode, u32 syncWord, u32 syncSize) in dib7090_cfg_DibTx() argument
2464 dib7000p_write_word(state, 1609, (syncWord >> 16) & 0xffff); in dib7090_cfg_DibTx()
2465 dib7000p_write_word(state, 1610, syncWord & 0xffff); in dib7090_cfg_DibTx()
2472 …e *state, u32 P_Kin, u32 P_Kout, u32 synchroMode, u32 insertExtSynchro, u32 syncWord, u32 syncSize, in dib7090_cfg_DibRx() argument
2486 dib7000p_write_word(state, 1540, (syncWord >> 16) & 0xffff); in dib7090_cfg_DibRx()
2487 dib7000p_write_word(state, 1541, syncWord & 0xffff); in dib7090_cfg_DibRx()
Ddib8000.c1400 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()