Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dadvlib.c262 ASC_SET_CHIP_STATUS(iot, ioh, 0);
724 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_CLR_SCSI_RESET_INT); in AscResetChipAndScsiBus()
1654 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_CLR_SCSI_RESET_INT);
1655 ASC_SET_CHIP_STATUS(iot, ioh, 0);
1792 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_CLR_SCSI_RESET_INT);
1793 ASC_SET_CHIP_STATUS(iot, ioh, 0);
2052 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_IRQ_ACT);
2053 ASC_SET_CHIP_STATUS(iot, ioh, 0);
2180 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_INT_ACK);
2184 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_INT_ACK);
Dadvlib.h1282 #define ASC_SET_CHIP_STATUS(iot, ioh, cs_val) bus_space_write_2((iot), (ioh), ASC_IOP_STATUS, cs_… macro