Searched refs:IE_CMD_COMMON_STATUS (Results 1 – 2 of 2) sorted by relevance
361 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()
290 #define IE_CMD_COMMON_STATUS(base) ((base) + 0) macro