Searched refs:slot_time (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dqcu.c511 int ath5k_hw_set_slot_time(struct ath5k_hw *ah, unsigned int slot_time) argument
513 u32 slot_time_clock = ath5k_hw_htoclock(ah, slot_time);
515 if (slot_time < 6 || slot_time_clock > AR5K_SLOT_TIME_MAX)
H A Dpcu.c849 int slot_time = ath5k_hw_get_default_slottime(ah) + 3 * coverage_class; local
850 int ack_timeout = ath5k_hw_get_default_sifs(ah) + slot_time;
853 ath5k_hw_set_slot_time(ah, slot_time);
H A Dath5k.h1229 int ath5k_hw_set_slot_time(struct ath5k_hw *ah, unsigned int slot_time);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00config.c93 erp.slot_time = bss_conf->use_short_slot ? SHORT_SLOT_TIME : SLOT_TIME;
H A Drt2x00.h451 int slot_time; member in struct:rt2x00lib_erp
H A Drt2400pci.c368 rt2x00_set_field32(&reg, CSR11_SLOT_TIME, erp->slot_time);
H A Drt2500usb.c510 rt2500usb_register_write(rt2x00dev, MAC_CSR10, erp->slot_time);
H A Drt2500pci.c374 rt2x00_set_field32(&reg, CSR11_SLOT_TIME, erp->slot_time);
H A Drt61pci.c620 rt2x00_set_field32(&reg, MAC_CSR9_SLOT_TIME, erp->slot_time);
H A Drt73usb.c571 rt2x00_set_field32(&reg, MAC_CSR9_SLOT_TIME, erp->slot_time);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl8187.h128 u8 slot_time; member in struct:rtl8187_priv
H A Drtl8187_dev.c851 priv->slot_time = 0x9;
1100 priv->slot_time = 0x9;
1104 priv->slot_time = 0x14;
1109 rtl818x_iowrite8(priv, &priv->map->SLOT, priv->slot_time);
1133 priv->aifsn[queue] * priv->slot_time +
1248 priv->slot_time + SIFS_TIME));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_acx.h350 u8 slot_time; member in struct:acx_slot
1385 int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time);
H A Dwl1271_acx.h300 u8 slot_time; member in struct:acx_slot
1088 int wl1271_acx_slot(struct wl1271 *wl, enum acx_slot_type slot_time);
H A Dwl1251_acx.c384 int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time) argument
398 slot->slot_time = slot_time;
H A Dwl1271_acx.c275 int wl1271_acx_slot(struct wl1271 *wl, enum acx_slot_type slot_time) argument
289 slot->slot_time = slot_time;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dat76c50x-usb.h311 __le16 slot_time; member in struct:mib_phy
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dixp4xx_eth.c150 u32 slot_time, __res9[3]; /* 070 */ member in struct:eth_regs
1035 __raw_writel(0x80, &port->regs->slot_time);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_core.c453 priv->slot_time = val[0];
1293 u8 slot_time = 0; local
1296 slot_time = SHORT_SLOT_TIME;
1299 slot_time = NON_SHORT_SLOT_TIME;
1300 priv->slot_time = slot_time;
1301 write_nic_byte(dev, SLOT_TIME, slot_time);
H A Dr8192E.h1146 u8 slot_time; member in struct:r8192_priv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_core.c1656 u8 slot_time = 0; local
1659 slot_time = SHORT_SLOT_TIME;
1662 slot_time = NON_SHORT_SLOT_TIME;
1663 priv->slot_time = slot_time;
1664 write_nic_byte(dev, SLOT_TIME, slot_time);
H A Dr8192U.h1023 u8 slot_time; member in struct:r8192_priv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_core.c1819 u8 slot_time = 0; local
1822 slot_time = SHORT_SLOT_TIME;
1825 slot_time = NON_SHORT_SLOT_TIME;
1826 priv->slot_time = slot_time;
1827 write_nic_byte(dev, SLOT_TIME, slot_time);
H A Dr8192U.h1156 u8 slot_time; member in struct:r8192_priv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dmain.c570 u16 slot_time)
572 /* slot_time is in usec. */
575 b43legacy_write16(dev, 0x684, 510 + slot_time);
577 slot_time);
569 b43legacy_set_slot_time(struct b43legacy_wldev *dev, u16 slot_time) argument

Completed in 397 milliseconds

12