Searched refs:CSW_HALTED (Results 1 – 1 of 1) sorted by relevance
1886 #define CSW_HALTED (ASC_CS_TYPE)0x0010 macro10931 if ((chipstat & CSW_HALTED) && in AscISR()12039 if ((AscGetChipStatus(iop_base) & CSW_HALTED) != 0) { in AscStartChip()12056 if ((AscGetChipStatus(iop_base) & CSW_HALTED) == 0) { in AscStopChip()12067 if ((AscGetChipStatus(iop_base) & CSW_HALTED) != 0) { in AscIsChipHalted()