HCS_JSInt         981 dev/ic/iha.c   		sc->HCS_JSInt     = bus_space_read_1(iot, ioh, TUL_SISTAT);
HCS_JSInt         985 dev/ic/iha.c   		if ((sc->HCS_JSInt & SRSTD) != 0) {
HCS_JSInt         990 dev/ic/iha.c   		if ((sc->HCS_JSInt & RSELED) != 0) {
HCS_JSInt         995 dev/ic/iha.c   		if ((sc->HCS_JSInt & (STIMEO | DISCD)) != 0) {
HCS_JSInt        1000 dev/ic/iha.c   		if ((sc->HCS_JSInt & (SCMDN | SBSRV)) != 0) {
HCS_JSInt        1005 dev/ic/iha.c   		if ((sc->HCS_JSInt & SELED) != 0)
HCS_JSInt        2335 dev/ic/iha.c   		sc->HCS_JSInt = bus_space_read_1(iot, ioh, TUL_SISTAT);
HCS_JSInt        2336 dev/ic/iha.c   	while((sc->HCS_JSInt & SRSTD) == 0);
HCS_JSInt        2427 dev/ic/iha.c   	sc->HCS_JSInt     = bus_space_read_1(iot, ioh, TUL_SISTAT);
HCS_JSInt        2431 dev/ic/iha.c   	if ((sc->HCS_JSInt & SRSTD) != 0) {
HCS_JSInt        2437 dev/ic/iha.c   	if ((sc->HCS_JSInt & RSELED) != 0)
HCS_JSInt        2441 dev/ic/iha.c   	if ((sc->HCS_JSInt & STIMEO) != 0) {
HCS_JSInt        2447 dev/ic/iha.c   	if ((sc->HCS_JSInt & DISCD) != 0) {
HCS_JSInt         158 dev/ic/iha.h   	u_int8_t  HCS_JSInt;