Searched refs:nrates (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sys/arch/arm/nvidia/
H A Dtegra124_cpu.c247 const u_int nrates = __arraycount(tegra124_cpufreq_rates); local
257 for (int i = 0; i < nrates; i++) {
302 const u_int nrates = __arraycount(tegra124_cpufreq_rates); local
305 KASSERT(nrates <= maxavail);
307 for (n = 0, cnt = 0; n < nrates; n++) {
/netbsd-current/sys/dev/fdt/
H A Dfdt_clock.c236 const u_int nrates = rates_len / sizeof(*rates); local
258 if (index < nrates) {
/netbsd-current/sys/arch/arm/rockchip/
H A Drk_cru_arm.c77 for (int i = 0; i < arm->nrates; i++)
132 for (int i = 0; i < arm->nrates; i++)
H A Drk_cru.h99 u_int nrates; member in struct:rk_cru_pll
124 .u.pll.nrates = __arraycount(_rates), \
181 u_int nrates; member in struct:rk_cru_arm
205 .u.arm.nrates = __arraycount(_rates), \
225 .u.arm.nrates = __arraycount(_cpurates), \
H A Drk3399_pmucru.c217 for (int i = 0; i < pll->nrates; i++)
280 .u.pll.nrates = __arraycount(_rates), \
H A Drk_cru_pll.c170 for (int i = 0; i < pll->nrates; i++)
H A Drk3399_cru.c290 for (int i = 0; i < pll->nrates; i++) {
353 .u.pll.nrates = __arraycount(_rates), \
/netbsd-current/sys/net80211/
H A Dieee80211_output.c1008 int nrates; local
1011 nrates = rs->rs_nrates;
1012 if (nrates > IEEE80211_RATE_SIZE)
1013 nrates = IEEE80211_RATE_SIZE;
1014 *frm++ = nrates;
1015 memcpy(frm, rs->rs_rates, nrates);
1016 return frm + nrates;
1029 int nrates = rs->rs_nrates - IEEE80211_RATE_SIZE; local
1031 *frm++ = nrates;
1032 memcpy(frm, rs->rs_rates + IEEE80211_RATE_SIZE, nrates);
[all...]
H A Dieee80211.c524 int i, nrates = ic->ic_sup_rates[mode].rs_nrates; local
525 for (i = 0; i < nrates; i++)
H A Dieee80211_ioctl.c464 int i, nrates = ic->ic_sup_rates[mode].rs_nrates; local
465 for (i = 0; i < nrates; i++)
/netbsd-current/sys/dev/pci/
H A Dif_iwi.c2426 rs.nrates = ic->ic_sup_rates[IEEE80211_MODE_11G].rs_nrates;
2428 rs.nrates);
2429 DPRINTF(("Setting .11bg supported rates (%u)\n", rs.nrates));
2436 rs.nrates = ic->ic_sup_rates[IEEE80211_MODE_11A].rs_nrates;
2438 rs.nrates);
2439 DPRINTF(("Setting .11a supported rates (%u)\n", rs.nrates));
2619 rs.nrates = ni->ni_rates.rs_nrates;
2621 if (rs.nrates > IWI_RATESET_SIZE) {
2623 rs.nrates));
2624 rs.nrates
[all...]
H A Dif_wpi.c2822 int pktlen, error, nrates; local
2905 nrates = rs->rs_nrates;
2906 if (nrates > IEEE80211_RATE_SIZE)
2907 nrates = IEEE80211_RATE_SIZE;
2908 *frm++ = nrates;
2909 memcpy(frm, rs->rs_rates, nrates);
2910 frm += nrates;
2914 nrates = rs->rs_nrates - IEEE80211_RATE_SIZE;
2916 *frm++ = nrates;
2917 memcpy(frm, rs->rs_rates + IEEE80211_RATE_SIZE, nrates);
[all...]
H A Dif_iwireg.h348 uint8_t nrates; member in struct:iwi_rateset
H A Dif_iwm.c4525 int nrates = ni->ni_rates.rs_nrates; local
4556 for (i = 0; i < nrates; i++) {
/netbsd-current/lib/libossaudio/
H A Dsoundcard.h472 int nrates; member in struct:oss_audioinfo
H A Doss4_mixer.c147 tmpai->nrates = 0;
/netbsd-current/sys/dev/ic/
H A Dbwfmreg.h389 uint32_t nrates; member in struct:bwfm_bss_info
H A Dwi.c369 uint16_t nrates; member in struct:__anon2694
528 nrate = le16toh(ratebuf.nrates);
H A Dbwfm.c2301 rates[1] = le32toh(bss->nrates);
/netbsd-current/sbin/ifconfig/
H A Dieee80211.c865 getmaxrate(const u_int8_t rates[15], u_int8_t nrates) argument
869 for (i = 0; i < nrates; i++) {

Completed in 209 milliseconds