Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dadvlib.c385 if (ASC_GET_CHIP_STATUS(iot, ioh) & ASC_CSW_AUTO_CONFIG) { in AscInitFromEEP()
531 if (ASC_GET_CHIP_STATUS(iot, ioh) & ASC_CSW_AUTO_CONFIG) { in AscInitFromASC_SOFTC()
686 while (ASC_GET_CHIP_STATUS(iot, ioh) & ASC_CSW_SCSI_RESET_ACTIVE); in AscResetChipAndScsiBus()
779 if ((ASC_GET_CHIP_STATUS(iot, ioh) & ASC_CSW_HALTED) != 0) in AscStartChip()
796 if ((ASC_GET_CHIP_STATUS(iot, ioh) & ASC_CSW_HALTED) == 0) in AscStopChip()
923 if ((ASC_GET_CHIP_STATUS(iot, ioh) & ASC_CSW_HALTED) != 0) in AscIsChipHalted()
1503 chipstat = ASC_GET_CHIP_STATUS(iot, ioh); in AscISR()
1510 while (ASC_GET_CHIP_STATUS(iot, ioh) & ASC_CSW_SCSI_RESET_ACTIVE); in AscISR()
1516 chipstat = ASC_GET_CHIP_STATUS(iot, ioh); in AscISR()
2011 while (ASC_GET_CHIP_STATUS(iot, ioh) & ASC_CSW_INT_PENDING) { in AscAckInterrupt()
H A Dadvlib.h1272 #define ASC_GET_CHIP_STATUS(iot, ioh) (u_int16_t)bus_space_read_2((iot), (ioh), ASC_IOP_STATUS) macro
1280 #define ASC_IS_INT_PENDING(iot, ioh) (ASC_GET_CHIP_STATUS((iot), (ioh)) & (ASC_CSW_INT_PENDING |…