pls_code         3421 drivers/media/dvb-frontends/stv090x.c static int stv090x_set_pls(struct stv090x_state *state, u32 pls_code)
pls_code         3423 drivers/media/dvb-frontends/stv090x.c 	dprintk(FE_DEBUG, 1, "Set Gold PLS code %d", pls_code);
pls_code         3424 drivers/media/dvb-frontends/stv090x.c 	if (STV090x_WRITE_DEMOD(state, PLROOT0, pls_code & 0xff) < 0)
pls_code         3426 drivers/media/dvb-frontends/stv090x.c 	if (STV090x_WRITE_DEMOD(state, PLROOT1, (pls_code >> 8) & 0xff) < 0)
pls_code         3428 drivers/media/dvb-frontends/stv090x.c 	if (STV090x_WRITE_DEMOD(state, PLROOT2, 0x04 | (pls_code >> 16)) < 0)
pls_code          884 drivers/media/dvb-frontends/stv0910.c static void set_pls(struct stv *state, u32 pls_code)
pls_code          886 drivers/media/dvb-frontends/stv0910.c 	if (pls_code == state->cur_scrambling_code)
pls_code          891 drivers/media/dvb-frontends/stv0910.c 		  pls_code & 0xff);
pls_code          893 drivers/media/dvb-frontends/stv0910.c 		  (pls_code >> 8) & 0xff);
pls_code          895 drivers/media/dvb-frontends/stv0910.c 		  0x04 | ((pls_code >> 16) & 0x03));
pls_code          896 drivers/media/dvb-frontends/stv0910.c 	state->cur_scrambling_code = pls_code;
pls_code          185 drivers/media/pci/ddbridge/ddbridge-mci.h 			u8  pls_code;