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

/openbsd-current/sys/dev/ic/
H A Dadvlib.c253 ASC_SET_CHIP_STATUS(iot, ioh, 0);
700 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_CLR_SCSI_RESET_INT);
1514 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_CLR_SCSI_RESET_INT);
1515 ASC_SET_CHIP_STATUS(iot, ioh, 0);
1650 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_CLR_SCSI_RESET_INT);
1651 ASC_SET_CHIP_STATUS(iot, ioh, 0);
1895 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_IRQ_ACT);
1896 ASC_SET_CHIP_STATUS(iot, ioh, 0);
2008 ASC_SET_CHIP_STATUS(iot, ioh, ASC_CIW_INT_ACK);
2012 ASC_SET_CHIP_STATUS(io
[all...]
H A Dadvlib.h1273 #define ASC_SET_CHIP_STATUS(iot, ioh, cs_val) bus_space_write_2((iot), (ioh), ASC_IOP_STATUS, cs_val) macro

Completed in 129 milliseconds