Lines Matching refs:dwelltime
1271 static int flashgchar(struct airo_info *ai, int matchbyte, int dwelltime);
1304 static int flashpchar(struct airo_info *ai, int byte, int dwelltime);
8122 /* Put character to SWS0 wait for dwelltime
8126 static int flashpchar(struct airo_info *ai, int byte, int dwelltime)
8133 if (dwelltime == 0)
8134 dwelltime = 200;
8136 waittime = dwelltime;
8154 dwelltime -= 50;
8156 } while (dwelltime >= 0 && echo != byte);
8167 static int flashgchar(struct airo_info *ai, int matchbyte, int dwelltime)
8175 if (dwelltime && !(0x8000 & rchar)) {
8176 dwelltime -= 10;
8190 } while (dwelltime > 0);