Searched refs:CSW_HALTED (Results 1 – 1 of 1) sorted by relevance
766 #define CSW_HALTED (ASC_CS_TYPE)0x0010 macro3684 if ((AscGetChipStatus(iop_base) & CSW_HALTED) != 0) { in AscStartChip()3700 if ((AscGetChipStatus(iop_base) & CSW_HALTED) == 0) { in AscStopChip()3708 if ((AscGetChipStatus(iop_base) & CSW_HALTED) != 0) { in AscIsChipHalted()7069 if ((chipstat & CSW_HALTED) && (ctrl_reg & CC_SINGLE_STEP)) { in AscISR()