Home
last modified time | relevance | path

Searched refs:IE_CMD_COMMON_STATUS (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Di82586.c361 off = IE_CMD_COMMON_STATUS(iecmdbuf); in i82586_start_cmd()
1275 sc->ie_bus_write16(sc, IE_CMD_COMMON_STATUS(cmdbuf), 0); in setup_simple_command()
1295 (sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmd)) & IE_STAT_OK) == 0) in ie_run_tdr()
1509 status = sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmd)); in ie_cfg_setup()
1538 status = sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmdbuf)); in ie_ia_setup()
1580 status = sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmdbuf)); in ie_mc_setup()
Di82586reg.h290 #define IE_CMD_COMMON_STATUS(base) ((base) + 0) macro