Searched refs:phy_res (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c781 struct iwl_rx_phy_res *phy_res; local
798 phy_res = &priv->last_phy_res;
812 if ((unlikely(phy_res->cfg_phy_cnt > 20))) {
814 phy_res->cfg_phy_cnt);
826 rate_n_flags = le32_to_cpu(phy_res->rate_n_flags);
829 rx_status.mactime = le64_to_cpu(phy_res->timestamp);
830 rx_status.band = (phy_res->phy_flags & RX_RES_PHY_FLAGS_BAND_24_MSK) ?
833 ieee80211_channel_to_frequency(le16_to_cpu(phy_res->channel),
843 priv->ucode_beacon_time = le32_to_cpu(phy_res->beacon_time_stamp);
846 rx_status.signal = iwlagn_calc_rssi(priv, phy_res);
[all...]
/linux-master/drivers/ata/
H A Dahci_imx.c989 struct resource *phy_res; local
995 phy_res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "phy");
996 if (phy_res) {
997 imxpriv->phy_base = devm_ioremap(dev, phy_res->start,
998 resource_size(phy_res));
/linux-master/drivers/dma/
H A Dste_dma40.c575 * @phy_res: Vector containing all physical channels.
612 struct d40_phy_res *phy_res; member in struct:d40_base
1867 phys = d40c->base->phy_res;
2981 if (base->phy_res[i].reserved)
3053 base->phy_res[i].num = i;
3057 base->phy_res[i].allocated_src = D40_ALLOC_PHY;
3058 base->phy_res[i].allocated_dst = D40_ALLOC_PHY;
3059 base->phy_res[i].reserved = true;
3067 base->phy_res[i].allocated_src = D40_ALLOC_FREE;
3068 base->phy_res[
[all...]
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c617 struct il_rx_phy_res *phy_res; local
634 phy_res = (struct il_rx_phy_res *)pkt->u.raw;
636 (struct ieee80211_hdr *)(pkt->u.raw + sizeof(*phy_res) +
637 phy_res->cfg_phy_cnt);
639 len = le16_to_cpu(phy_res->byte_count);
641 *(__le32 *) (pkt->u.raw + sizeof(*phy_res) +
642 phy_res->cfg_phy_cnt + len);
649 phy_res = &il->_4965.last_phy_res;
658 if ((unlikely(phy_res->cfg_phy_cnt > 20))) {
660 phy_res
[all...]
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dphy.c1532 u32 phy_res[ARRAY_SIZE(phy_regs)]; local
1537 err = carl9170_read_mreg(ar, ARRAY_SIZE(phy_regs), phy_regs, phy_res);
1543 AR9170_PHY_CCA_MIN_PWR, phy_res[i]), 8);
1546 AR9170_PHY_EXT_CCA_MIN_PWR, phy_res[i + 2]), 8);

Completed in 124 milliseconds