Home
last modified time | relevance | path

Searched refs:rates (Results 1 - 14 of 14) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_vap.c569 WIFI_ROM_TEXT static hi_void mac_vap_init_legacy_rates(mac_vap_stru *mac_vap, mac_data_rate_stru *rates) in mac_vap_init_legacy_rates() argument
584 puc_orig_rate = &rates[rate_index]; in mac_vap_init_legacy_rates()
598 /* Non-basic rates */ in mac_vap_init_legacy_rates()
618 WIFI_ROM_TEXT static hi_void mac_vap_init_11b_rates(mac_vap_stru *mac_vap, mac_data_rate_stru *rates) in mac_vap_init_11b_rates() argument
633 puc_orig_rate = &rates[rate_index]; in mac_vap_init_11b_rates()
646 } else if (((mac_vap->vap_mode == WLAN_VAP_MODE_BSS_AP) /* Non-basic rates */ in mac_vap_init_11b_rates()
674 WIFI_ROM_TEXT static hi_void mac_vap_init_11g_mixed_one_rates(mac_vap_stru *mac_vap, mac_data_rate_stru *rates) in mac_vap_init_11g_mixed_one_rates() argument
691 puc_orig_rate = &rates[rate_index]; in mac_vap_init_11g_mixed_one_rates()
711 WIFI_ROM_TEXT static hi_void mac_vap_init_11g_mixed_two_rates(mac_vap_stru *mac_vap, mac_data_rate_stru *rates) in mac_vap_init_11g_mixed_two_rates() argument
725 puc_orig_rate = &rates[rate_inde in mac_vap_init_11g_mixed_two_rates()
767 mac_vap_init_p2p_rates(mac_vap_stru *mac_vap, mac_data_rate_stru *rates) mac_vap_init_p2p_rates() argument
773 mac_vap_init_rates_by_protocol(mac_vap_stru *mac_vap, wlan_protocol_enum_uint8 vap_protocol, mac_data_rate_stru *rates) mac_vap_init_rates_by_protocol() argument
815 mac_data_rate_stru *rates = HI_NULL; mac_vap_init_rates() local
[all...]
H A Dmac_vap.h1567 mac_data_rate_stru *rates);
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/
H A Dclk-cpu.c14 * clock for CPU domain. The rates of these auxiliary clocks are related to the
47 * @rate_count: number of rates in the rate_table
48 * @rate_table: pll-rates and their associated dividers
247 const struct rockchip_cpuclk_rate_table *rates, int nrates, in rockchip_clk_register_cpuclk()
329 cpuclk->rate_table = kmemdup(rates, sizeof(*rates) * nrates, GFP_KERNEL); in rockchip_clk_register_cpuclk()
245 rockchip_clk_register_cpuclk(const char *name, u8 num_parents, struct clk *parent, struct clk *alt_parent, const struct rockchip_cpuclk_reg_data *reg_data, const struct rockchip_cpuclk_rate_table *rates, int nrates, void __iomem *reg_base, spinlock_t *lock) rockchip_clk_register_cpuclk() argument
H A Dclk.c613 const struct rockchip_cpuclk_rate_table *rates, int nrates) in rockchip_clk_register_armclk()
617 clk = rockchip_clk_register_cpuclk(name, num_parents, parent, alt_parent, reg_data, rates, nrates, ctx->reg_base, in rockchip_clk_register_armclk()
610 rockchip_clk_register_armclk(struct rockchip_clk_provider *ctx, unsigned int lookup_id, const char *name, u8 num_parents, struct clk *parent, struct clk *alt_parent, const struct rockchip_cpuclk_reg_data *reg_data, const struct rockchip_cpuclk_rate_table *rates, int nrates) rockchip_clk_register_armclk() argument
H A Dclk.h357 * @rate_table: Table of usable pll rates
437 const struct rockchip_cpuclk_rate_table *rates, int nrates,
749 const struct rockchip_cpuclk_rate_table *rates, int nrates);
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_bdh_mac80211.c1148 const u8 *rates) in bdh6_nl80211_check_ap_rate_selectors()
1151 if (!rates) in bdh6_nl80211_check_ap_rate_selectors()
1154 for (i = 0; i < rates[1]; i++) { in bdh6_nl80211_check_ap_rate_selectors()
1155 if (rates[RATE_OFFSET + i] == BSS_MEMBERSHIP_SELECTOR_HT_PHY) in bdh6_nl80211_check_ap_rate_selectors()
1157 if (rates[RATE_OFFSET + i] == BSS_MEMBERSHIP_SELECTOR_VHT_PHY) in bdh6_nl80211_check_ap_rate_selectors()
1160 if (rates[RATE_OFFSET + i] == BSS_MEMBERSHIP_SELECTOR_HE_PHY) in bdh6_nl80211_check_ap_rate_selectors()
1171 const u8 *rates; in bdh6_nl80211_calculate_ap_params() local
1174 rates = cfg80211_find_ie(WLAN_EID_SUPP_RATES, ies, ies_len); in bdh6_nl80211_calculate_ap_params()
1175 HDF_LOGI("find beacon tail WLAN_EID_SUPP_RATES=%p", rates); in bdh6_nl80211_calculate_ap_params()
1176 bdh6_nl80211_check_ap_rate_selectors(params, rates); in bdh6_nl80211_calculate_ap_params()
1147 bdh6_nl80211_check_ap_rate_selectors(struct cfg80211_ap_settings *params, const u8 *rates) bdh6_nl80211_check_ap_rate_selectors() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_iw.c868 range->bitrate[i] = (rateset.rates[i] & 0x7f) * 500000; /* convert to bps */ in wl_iw_get_range()
1769 iwe.u.bitrate.value = (bi->rateset.rates[j] & 0x7f) * 500000; in wl_iw_get_scan()
1907 if (bi->rateset.count <= sizeof(bi->rateset.rates)) { in wl_iw_iscan_get_scan()
1916 iwe.u.bitrate.value = (bi->rateset.rates[j] & 0x7f) * 500000; in wl_iw_iscan_get_scan()
2102 rate = rateset.rates[rateset.count - 1] & 0x7f; in wl_iw_set_rate()
2105 rate = rateset.rates[vwrq->value] & 0x7f; in wl_iw_set_rate()
2134 /* Remove rates above selected rate */ in wl_iw_set_rate()
2136 if ((rateset.rates[i] & 0x7f) > rate) in wl_iw_set_rate()
H A Dwl_escan.c1116 if (bi->rateset.count <= sizeof(bi->rateset.rates)) { in wl_escan_merge_scan_results()
1126 iwe.u.bitrate.value = (bi->rateset.rates[j] & 0x7f) * 500000; in wl_escan_merge_scan_results()
H A Dwl_cfg80211.c18901 /* TX stream rates. */ in __wl_update_wiphybands()
18910 /* RX stream rates. */ in __wl_update_wiphybands()
18993 /* An HT shall support all EQM rates for one spatial stream */ in __wl_update_wiphybands()
22363 if (rs.rates[i] & WLC_RATE_FLAG) in wl_set_ap_beacon_rate()
22364 if ((rs.rates[i] & RATE_MASK) == val) in wl_set_ap_beacon_rate()
22421 if (rs.rates[i] & WLC_RATE_FLAG) in wl_get_ap_basic_rate()
22423 "%d ", rs.rates[i] & RATE_MASK); in wl_get_ap_basic_rate()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Dclk.h426 * @rate_table: Table of usable pll rates
525 const struct rockchip_cpuclk_rate_table *rates,
1172 const struct rockchip_cpuclk_rate_table *rates,
/device/soc/rockchip/rk3588/kernel/drivers/clk/rockchip/
H A Dclk.h426 * @rate_table: Table of usable pll rates
525 const struct rockchip_cpuclk_rate_table *rates,
1172 const struct rockchip_cpuclk_rate_table *rates,
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_scan.c798 mac_data_rate_stru *rates = HI_NULL; in hmac_scan_check_bss_supp_rates() local
802 rates = &mac_dev->mac_rates_11g[0]; in hmac_scan_check_bss_supp_rates()
810 if (((rates[j].mac_rate & 0x7f) == (puc_rate[i] & 0x7f)) && (rate_num < MAC_DATARATES_PHY_80211G_NUM)) { in hmac_scan_check_bss_supp_rates()
866 "{hmac_scan_update_bss_list_rates::number of rates too large, num_rates=%d, num_ex_rates=%d.}", in hmac_scan_update_bss_list_rates()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h313 uint32 count; /**< # rates in this set */
314 uint8 rates[16]; /**< rates in 500kbps units w/hi bit set if basic */ member
315 } rateset; /**< supported rates */
351 uint32 count; /**< # rates in this set */
352 uint8 rates[16]; /**< rates in 500kbps units w/hi bit set if basic */ member
353 } rateset; /**< supported rates */
397 uint32 count; /**< # rates in this set */
398 uint8 rates[1 member
445 uint8 rates[16]; /**< rates in 500kbps units w/hi bit set if basic */ global() member
496 uint8 rates[16]; /**< rates in 500kbps units w/hi bit set if basic */ global() member
982 uint8 rates[WL_MAXRATES_IN_SET]; /**< rates in 500kbps units w/hi bit set if basic */ global() member
989 uint8 rates[WL_MAXRATES_IN_SET]; /**< rates in 500kbps units w/hi bit set if basic */ global() member
1020 uint8 rates[WL_MAXRATES_IN_SET]; /**< rates in 500kbps units w/hi bit set if basic */ global() member
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_edid.c3066 const int rates[] = {60, 85, 75, 60, 50}; in drm_cvt_modes() local
3098 newmode = drm_cvt_mode(dev, width, height, rates[j], j == 0, false, false); in drm_cvt_modes()
4926 * All HDMI 2.0 monitors must support scrambling at rates > 340 MHz. in drm_parse_hdmi_forum_vsdb()

Completed in 103 milliseconds