Home
last modified time | relevance | path

Searched refs:wBeaconInterval (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/vt6655/
H A Dcard.h48 unsigned short wBeaconInterval);
50 unsigned short wBeaconInterval);
52 u64 CARDqGetNextTBTT(u64 qwTSF, unsigned short wBeaconInterval);
62 unsigned short wBeaconInterval);
H A Dcard.c376 unsigned short wBeaconInterval) in CARDbSetBeaconPeriod() argument
382 qwNextTBTT = CARDqGetNextTBTT(qwNextTBTT, wBeaconInterval); in CARDbSetBeaconPeriod()
385 VNSvOutPortW(priv->PortOffset + MAC_REG_BI, wBeaconInterval); in CARDbSetBeaconPeriod()
386 priv->wBeaconInterval = wBeaconInterval; in CARDbSetBeaconPeriod()
831 u64 CARDqGetNextTBTT(u64 qwTSF, unsigned short wBeaconInterval) in CARDqGetNextTBTT() argument
835 beacon_int = wBeaconInterval * 1024; in CARDqGetNextTBTT()
859 unsigned short wBeaconInterval) in CARDvSetFirstNextTBTT() argument
866 qwNextTBTT = CARDqGetNextTBTT(qwNextTBTT, wBeaconInterval); in CARDvSetFirstNextTBTT()
888 unsigned short wBeaconInterval) in CARDvUpdateNextTBTT() argument
892 qwTSF = CARDqGetNextTBTT(qwTSF, wBeaconInterval); in CARDvUpdateNextTBTT()
H A Ddevice.h288 unsigned short wBeaconInterval; member