sx.c | 60 static struct sx_softc *sx0 = NULL; variable in typeref:struct:sx_softc * 120 sx0 = sc; 154 if (sx0 == NULL) 157 bus_space_read_4(sx0->sc_tag, sx0->sc_regh, SX_CONTROL_STATUS)); 159 bus_space_read_4(sx0->sc_tag, sx0->sc_regh, SX_ERROR)); 161 bus_space_read_4(sx0->sc_tag, sx0->sc_regh, SX_DIAGNOSTICS));
|