Lines Matching defs:gio_err_stat
23 static unsigned int gio_err_stat; /* Status reg for GIO */
35 gio_err_stat = sgimc->gstat;
68 if (gio_err_stat & GIO_ERRMASK)
70 gio_err_stat,
71 gio_err_stat & SGIMC_GSTAT_RD ? "RD " : "",
72 gio_err_stat & SGIMC_GSTAT_WR ? "WR " : "",
73 gio_err_stat & SGIMC_GSTAT_TIME ? "TIME " : "",
74 gio_err_stat & SGIMC_GSTAT_PROM ? "PROM " : "",
75 gio_err_stat & SGIMC_GSTAT_ADDR ? "ADDR " : "",
76 gio_err_stat & SGIMC_GSTAT_BC ? "BC " : "",
77 gio_err_stat & SGIMC_GSTAT_PIO_RD ? "PIO_RD " : "",
78 gio_err_stat & SGIMC_GSTAT_PIO_WR ? "PIO_WR " : "",