Searched refs:GEN (Results 1 – 5 of 5) sorted by relevance
16 quiet_cmd_eisaid = GEN $@
259 #define GEN 0x0200/* sta: timeout (general) */ macro
332 OUTW(np, nc_sien, GEN); in getfreq()338 while (!(INW(np, nc_sist) & GEN) && ms++ < 100000) in getfreq()2904 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) &&2934 if (!(sist & (GEN|HTH|SGE)) &&2952 if ((sist & (GEN|HTH|SGE)) ||
785 #define GEN 0x0200/* sta: timeout (general) */ macro
5958 if (!(sist & (STO|GEN|HTH|SGE|UDC|RST)) && in ncr_exception()7877 while (!(INW(nc_sist) & GEN) && ms++ < 100000) {