Searched refs:slottime (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dath_netbsd.c116 u_int slottime; local
121 slottime = ath_hal_getslottime(sc->sc_ah);
122 node.sysctl_data = &slottime;
126 return !ath_hal_setslottime(sc->sc_ah, slottime) ? EINVAL : 0;
447 if ((rc = SYSCTL_INT_SUBR(CTLFLAG_READWRITE, slottime,
H A Drt2560.c2518 uint8_t slottime; local
2522 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
2526 pifs = sifs + slottime;
2527 difs = sifs + 2 * slottime;
2531 tmp = (tmp & ~0x1f00) | slottime << 8;
2540 DPRINTF(("setting slottime to %uus\n", slottime));
H A Drt2661.c2401 uint8_t slottime; local
2404 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
2407 tmp = (tmp & ~0xff) | slottime;
2410 DPRINTF(("setting slot time to %uus\n", slottime));
/netbsd-current/sys/dev/usb/
H A Dif_rum.c1777 uint8_t slottime; local
1780 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
1783 tmp = (tmp & ~0xff) | slottime;
1786 DPRINTF(("setting slot time to %uus\n", slottime));
H A Dif_ural.c1853 uint16_t slottime, sifs, eifs; local
1855 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
1869 ural_write(sc, RAL_MAC_CSR10, slottime);
H A Dif_otus.c2457 uint32_t slottime; local
2463 slottime = (sc->sc_ic.ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
2464 otus_write(sc, AR_MAC_REG_SLOT_TIME, slottime << 10);
H A Dif_urtwn.c2267 int ac, aifs, slottime; local
2275 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
2279 aifs = wmep->wmep_aifsn * slottime + 10;
/netbsd-current/sys/dev/pci/
H A Dif_rtwn.c1571 int s, aci, aifs, slottime; local
1576 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20;
1580 aifs = wmep->wmep_aifsn * slottime + 10;

Completed in 218 milliseconds