Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/
H A Dtypes.h41 __le16 dwelltime; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/cisco/
H 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);
8123 static int flashpchar(struct airo_info *ai, int byte, int dwelltime) in flashpchar() argument
8130 if (dwelltime == 0) in flashpchar()
8131 dwelltime = 200; in flashpchar()
8133 waittime = dwelltime; in flashpchar()
8151 dwelltime -= 50; in flashpchar()
8153 } while (dwelltime >= 0 && echo != byte); in flashpchar()
8164 static int flashgchar(struct airo_info *ai, int matchbyte, int dwelltime) in flashgchar() argument
8172 if (dwelltime && !(0x8000 & rchar)) { in flashgchar()
[all …]