Home
last modified time | relevance | path

Searched refs:dwelltime (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/marvell/libertas/
A Dtypes.h41 __le16 dwelltime; member
/linux/drivers/net/wireless/cisco/
A Dairo.c1271 static int flashgchar(struct airo_info *ai, int matchbyte, int dwelltime);
1304 static int flashpchar(struct airo_info *ai, int byte, int dwelltime);
8103 static int flashpchar(struct airo_info *ai, int byte, int dwelltime) in flashpchar() argument
8110 if (dwelltime == 0) in flashpchar()
8111 dwelltime = 200; in flashpchar()
8113 waittime = dwelltime; in flashpchar()
8131 dwelltime -= 50; in flashpchar()
8133 } while (dwelltime >= 0 && echo != byte); in flashpchar()
8152 if (dwelltime && !(0x8000 & rchar)) { in flashgchar()
8153 dwelltime -= 10; in flashgchar()
[all …]

Completed in 20 milliseconds