Searched refs:pls_code (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-mci.h176 u8 pls_code; member in struct:mci_result::__anon918::__anon919
/linux-master/drivers/media/dvb-frontends/
H A Dstv0910.c875 static void set_pls(struct stv *state, u32 pls_code) argument
877 if (pls_code == state->cur_scrambling_code)
882 pls_code & 0xff);
884 (pls_code >> 8) & 0xff);
886 0x04 | ((pls_code >> 16) & 0x03));
887 state->cur_scrambling_code = pls_code;
H A Dstv090x.c3421 static int stv090x_set_pls(struct stv090x_state *state, u32 pls_code) argument
3423 dprintk(FE_DEBUG, 1, "Set Gold PLS code %d", pls_code);
3424 if (STV090x_WRITE_DEMOD(state, PLROOT0, pls_code & 0xff) < 0)
3426 if (STV090x_WRITE_DEMOD(state, PLROOT1, (pls_code >> 8) & 0xff) < 0)
3428 if (STV090x_WRITE_DEMOD(state, PLROOT2, 0x04 | (pls_code >> 16)) < 0)

Completed in 114 milliseconds