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);
8124 /* Put character to SWS0 wait for dwelltime
8128 static int flashpchar(struct airo_info *ai, int byte, int dwelltime)
8135 if (dwelltime == 0)
8136 dwelltime = 200;
8138 waittime = dwelltime;
8156 dwelltime -= 50;
8158 } while (dwelltime >= 0 && echo != byte);
8169 static int flashgchar(struct airo_info *ai, int matchbyte, int dwelltime)
8177 if (dwelltime && !(0x8000 & rchar)) {
8178 dwelltime -= 10;
8192 } while (dwelltime > 0);