Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/tuners/
H A Dmxl5005s.c352 MXL_GetMasterControl(ByteTable, MC_SYNTH_RESET); in mxl5005s_SetRfFreqHz()
354 ByteTable[0] |= state->config->AgcMasterByte; in mxl5005s_SetRfFreqHz()
356 mxl5005s_writeregs(fe, AddrTable, ByteTable, 1); in mxl5005s_SetRfFreqHz()
370 ByteTable[TableLen] = MasterControlByte | in mxl5005s_SetRfFreqHz()
386 ByteTable[TableLen] = MasterControlByte | in mxl5005s_SetRfFreqHz()
3922 u8 *ByteTable; in mxl5005s_reconfigure() local
3936 if (!ByteTable) { in mxl5005s_reconfigure()
3942 MXL_GetMasterControl(ByteTable, MC_SYNTH_RESET); in mxl5005s_reconfigure()
3944 ByteTable[0] |= state->config->AgcMasterByte; in mxl5005s_reconfigure()
3946 mxl5005s_writeregs(fe, AddrTable, ByteTable, 1); in mxl5005s_reconfigure()
[all …]