Searched refs:phy_res (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rx.c | 799 struct iwl_rx_phy_res *phy_res; in iwlagn_rx_reply_rx() local 810 phy_res = &priv->last_phy_res; in iwlagn_rx_reply_rx() 818 if ((unlikely(phy_res->cfg_phy_cnt > 20))) { in iwlagn_rx_reply_rx() 820 phy_res->cfg_phy_cnt); in iwlagn_rx_reply_rx() 832 rate_n_flags = le32_to_cpu(phy_res->rate_n_flags); in iwlagn_rx_reply_rx() 835 rx_status.mactime = le64_to_cpu(phy_res->timestamp); in iwlagn_rx_reply_rx() 836 rx_status.band = (phy_res->phy_flags & RX_RES_PHY_FLAGS_BAND_24_MSK) ? in iwlagn_rx_reply_rx() 839 ieee80211_channel_to_frequency(le16_to_cpu(phy_res->channel), in iwlagn_rx_reply_rx() 849 priv->ucode_beacon_time = le32_to_cpu(phy_res->beacon_time_stamp); in iwlagn_rx_reply_rx() 852 rx_status.signal = iwlagn_calc_rssi(priv, phy_res); in iwlagn_rx_reply_rx() [all …]
|
/Linux-v4.19/drivers/dma/ |
D | ste_dma40.c | 587 struct d40_phy_res *phy_res; member 1839 phys = d40c->base->phy_res; in d40_allocate_channel() 2946 if (base->phy_res[i].reserved) in d40_save_restore_registers() 3018 base->phy_res[i].num = i; in d40_phy_res_init() 3022 base->phy_res[i].allocated_src = D40_ALLOC_PHY; in d40_phy_res_init() 3023 base->phy_res[i].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init() 3024 base->phy_res[i].reserved = true; in d40_phy_res_init() 3032 base->phy_res[i].allocated_src = D40_ALLOC_FREE; in d40_phy_res_init() 3033 base->phy_res[i].allocated_dst = D40_ALLOC_FREE; in d40_phy_res_init() 3034 base->phy_res[i].reserved = false; in d40_phy_res_init() [all …]
|
/Linux-v4.19/drivers/ata/ |
D | ahci_imx.c | 995 struct resource *phy_res; in imx8_sata_probe() local 1001 phy_res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "phy"); in imx8_sata_probe() 1002 if (phy_res) { in imx8_sata_probe() 1003 imxpriv->phy_base = devm_ioremap(dev, phy_res->start, in imx8_sata_probe() 1004 resource_size(phy_res)); in imx8_sata_probe()
|
/Linux-v4.19/drivers/net/wireless/ath/carl9170/ |
D | phy.c | 1532 u32 phy_res[ARRAY_SIZE(phy_regs)]; in carl9170_get_noisefloor() local 1537 err = carl9170_read_mreg(ar, ARRAY_SIZE(phy_regs), phy_regs, phy_res); in carl9170_get_noisefloor() 1543 AR9170_PHY_CCA_MIN_PWR, phy_res[i]), 8); in carl9170_get_noisefloor() 1546 AR9170_PHY_EXT_CCA_MIN_PWR, phy_res[i + 2]), 8); in carl9170_get_noisefloor()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-mac.c | 631 struct il_rx_phy_res *phy_res; in il4965_hdl_rx() local 648 phy_res = (struct il_rx_phy_res *)pkt->u.raw; in il4965_hdl_rx() 650 (struct ieee80211_hdr *)(pkt->u.raw + sizeof(*phy_res) + in il4965_hdl_rx() 651 phy_res->cfg_phy_cnt); in il4965_hdl_rx() 653 len = le16_to_cpu(phy_res->byte_count); in il4965_hdl_rx() 655 *(__le32 *) (pkt->u.raw + sizeof(*phy_res) + in il4965_hdl_rx() 656 phy_res->cfg_phy_cnt + len); in il4965_hdl_rx() 663 phy_res = &il->_4965.last_phy_res; in il4965_hdl_rx() 672 if ((unlikely(phy_res->cfg_phy_cnt > 20))) { in il4965_hdl_rx() 674 phy_res->cfg_phy_cnt); in il4965_hdl_rx() [all …]
|