Searched refs:wBeaconInterval (Results 1 – 3 of 3) sorted by relevance
46 unsigned short wBeaconInterval);48 unsigned short wBeaconInterval);50 u64 CARDqGetNextTBTT(u64 qwTSF, unsigned short wBeaconInterval);60 unsigned short wBeaconInterval);
324 unsigned short wBeaconInterval) in CARDbSetBeaconPeriod() argument330 qwNextTBTT = CARDqGetNextTBTT(qwNextTBTT, wBeaconInterval); in CARDbSetBeaconPeriod()333 iowrite16(wBeaconInterval, priv->port_offset + MAC_REG_BI); in CARDbSetBeaconPeriod()334 priv->wBeaconInterval = wBeaconInterval; in CARDbSetBeaconPeriod()767 u64 CARDqGetNextTBTT(u64 qwTSF, unsigned short wBeaconInterval) in CARDqGetNextTBTT() argument771 beacon_int = wBeaconInterval * 1024; in CARDqGetNextTBTT()795 unsigned short wBeaconInterval) in CARDvSetFirstNextTBTT() argument802 qwNextTBTT = CARDqGetNextTBTT(qwNextTBTT, wBeaconInterval); in CARDvSetFirstNextTBTT()825 unsigned short wBeaconInterval) in CARDvUpdateNextTBTT() argument829 qwTSF = CARDqGetNextTBTT(qwTSF, wBeaconInterval); in CARDvUpdateNextTBTT()
284 unsigned short wBeaconInterval; member