Lines Matching refs:cck
1493 u8 cck[RTL8723A_MAX_RF_PATHS], ofdm[RTL8723A_MAX_RF_PATHS]; in rtl8723a_set_tx_power() local
1501 cck[0] = priv->cck_tx_power_index_A[group]; in rtl8723a_set_tx_power()
1502 cck[1] = priv->cck_tx_power_index_B[group]; in rtl8723a_set_tx_power()
1528 __func__, cck[0], cck[1], ofdm[0], ofdm[1]); in rtl8723a_set_tx_power()
1531 if (cck[i] > RF6052_MAX_TX_PWR) in rtl8723a_set_tx_power()
1532 cck[i] = RF6052_MAX_TX_PWR; in rtl8723a_set_tx_power()
1539 val32 |= (cck[0] << 8); in rtl8723a_set_tx_power()
1544 val32 |= ((cck[0] << 8) | (cck[0] << 16) | (cck[0] << 24)); in rtl8723a_set_tx_power()
1549 val32 |= cck[1]; in rtl8723a_set_tx_power()
1554 val32 |= ((cck[1] << 8) | (cck[1] << 16) | (cck[1] << 24)); in rtl8723a_set_tx_power()
1643 rtl8xxxu_set_spec_sifs(struct rtl8xxxu_priv *priv, u16 cck, u16 ofdm) in rtl8xxxu_set_spec_sifs() argument
1647 val16 = ((cck << SPEC_SIFS_CCK_SHIFT) & SPEC_SIFS_CCK_MASK) | in rtl8xxxu_set_spec_sifs()