Lines Matching refs:plcp
1573 u32 *ht1, u32 *plcp) in carl9170_tx_beacon_physet() argument
1583 carl9170_tx_rate_tpc_chains(ar, txinfo, rate, plcp, &power, &chains); in carl9170_tx_beacon_physet()
1595 *plcp |= AR9170_MAC_BCN_HT2_SGI; in carl9170_tx_beacon_physet()
1599 *plcp |= AR9170_MAC_BCN_HT2_BW40; in carl9170_tx_beacon_physet()
1602 *plcp |= AR9170_MAC_BCN_HT2_BW40; in carl9170_tx_beacon_physet()
1605 SET_VAL(AR9170_MAC_BCN_HT2_LEN, *plcp, skb->len + FCS_LEN); in carl9170_tx_beacon_physet()
1607 if (*plcp <= AR9170_TX_PHY_RATE_CCK_11M) in carl9170_tx_beacon_physet()
1608 *plcp |= ((skb->len + FCS_LEN) << (3 + 16)) + 0x0400; in carl9170_tx_beacon_physet()
1610 *plcp |= ((skb->len + FCS_LEN) << 16) + 0x0010; in carl9170_tx_beacon_physet()
1621 u32 word, ht1, plcp, off, addr, len; in carl9170_update_beacon() local
1667 ht_rate = carl9170_tx_beacon_physet(ar, skb, &ht1, &plcp); in carl9170_update_beacon()
1672 carl9170_async_regwrite(AR9170_MAC_REG_BCN_HT2, plcp); in carl9170_update_beacon()
1674 carl9170_async_regwrite(AR9170_MAC_REG_BCN_PLCP, plcp); in carl9170_update_beacon()