Lines Matching refs:settings
692 unsigned char* settings) in _SVP_WriteKey_Parse() argument
715 if (MDD_MDI_DESCRIPTOR_TAG == *settings) in _SVP_WriteKey_Parse()
720 *(settings+1) == MDD_MDI_MSC_DESCRIPTOR_TAG_LEN) ) in _SVP_WriteKey_Parse()
722 if (*(settings+2) & MDD_MDI_SCRAM_BIT_MASK) in _SVP_WriteKey_Parse()
730 if (*(settings+2) & MDD_MDI_DESCRAM_BIT_MASK) in _SVP_WriteKey_Parse()
739 settings += MDD_MDI_MSC_DESCRIPTOR_TAG_LEN + 2; in _SVP_WriteKey_Parse()
747 else if (DESCRAMBLER_ALGORITHM_DESCRIPTOR_TAG == *settings) in _SVP_WriteKey_Parse()
752 *(settings+1) == DESCRAMBLER_ALGORITHM_DESCRIPTOR_TAG_LEN) ) in _SVP_WriteKey_Parse()
755 if (*(settings+2) & MSC_SCRAM_BIT_MASK) in _SVP_WriteKey_Parse()
762 if (*(settings+2) & MSC_DESCRAM_BIT_MASK) in _SVP_WriteKey_Parse()
770 …svp_cm[cm_channel_handle].nsk_sw |= ((*(settings+3)) << DSCMB_SW_ESA_VAR_SHFT) & DSCMB_SW_ESA_VAR_… in _SVP_WriteKey_Parse()
773 settings += DESCRAMBLER_ALGORITHM_DESCRIPTOR_TAG_LEN + 2; in _SVP_WriteKey_Parse()