Searched refs:IE_STAT_OK (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/acorn32/podulebus/
H A Dif_iereg.h265 #define IE_STAT_OK 0x2000 /* command completed successfully */ macro
H A Dif_ie.c713 else if ( !(cmd.com.ie_cmd_status & IE_STAT_OK) )
872 if ( !(cmd.com.ie_cmd_status & IE_STAT_OK) )
874 printf ( "%s: command failed: !IE_STAT_OK\n", device_xname(sc->sc_dev));
894 if ( !(cmd.com.ie_cmd_status & IE_STAT_OK) )
896 printf ( "%s: iasetup failed : !IE_STAT_OK\n", device_xname(sc->sc_dev));
1521 if ( status & IE_STAT_OK ) {
/netbsd-current/sys/arch/sun3/dev/
H A Di82586.h184 #define IE_STAT_OK SWAP(0x2000) /* command completed successfully */ macro
H A Dif_ie.c592 if (status & IE_STAT_OK) {
1111 (cmd->com.ie_cmd_status & IE_STAT_OK) == 0)
1279 (cmd->com.ie_cmd_status & IE_STAT_OK) == 0) {
1339 (cmd->com.ie_cmd_status & IE_STAT_OK) == 0) {
1361 (cmd->com.ie_cmd_status & IE_STAT_OK) == 0) {
/netbsd-current/sys/arch/mvme68k/stand/netboot/
H A Di82586.h205 #define IE_STAT_OK 0x2000 /* command completed successfully */ macro
/netbsd-current/sys/dev/ic/
H A Di82586reg.h296 #define IE_STAT_OK 0x2000 /* command completed successfully */ macro
H A Di82586.c690 if (status & IE_STAT_OK) {
1295 (sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmd)) & IE_STAT_OK) == 0)
1515 if ((status & IE_STAT_OK) == 0) {
1545 if ((status & IE_STAT_OK) == 0) {
1586 if ((status & IE_STAT_OK) == 0) {

Completed in 285 milliseconds