Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vt6655/
Dcard.h50 unsigned short wBeaconInterval);
52 unsigned short wBeaconInterval);
54 u64 CARDqGetNextTBTT(u64 qwTSF, unsigned short wBeaconInterval);
64 bool CARDbSetBeaconPeriod(struct vnt_private *priv, unsigned short wBeaconInterval);
Dcard.c388 unsigned short wBeaconInterval) in CARDbSetBeaconPeriod() argument
394 qwNextTBTT = CARDqGetNextTBTT(qwNextTBTT, wBeaconInterval); in CARDbSetBeaconPeriod()
397 VNSvOutPortW(priv->PortOffset + MAC_REG_BI, wBeaconInterval); in CARDbSetBeaconPeriod()
398 priv->wBeaconInterval = wBeaconInterval; in CARDbSetBeaconPeriod()
956 u64 CARDqGetNextTBTT(u64 qwTSF, unsigned short wBeaconInterval) in CARDqGetNextTBTT() argument
960 beacon_int = wBeaconInterval * 1024; in CARDqGetNextTBTT()
984 unsigned short wBeaconInterval) in CARDvSetFirstNextTBTT() argument
991 qwNextTBTT = CARDqGetNextTBTT(qwNextTBTT, wBeaconInterval); in CARDvSetFirstNextTBTT()
1013 unsigned short wBeaconInterval) in CARDvUpdateNextTBTT() argument
1017 qwTSF = CARDqGetNextTBTT(qwTSF, wBeaconInterval); in CARDvUpdateNextTBTT()
Ddevice.h288 unsigned short wBeaconInterval; member