Searched refs:CSW_HALTED (Results 1 – 1 of 1) sorted by relevance
827 #define CSW_HALTED (ASC_CS_TYPE)0x0010 macro3841 if ((AscGetChipStatus(iop_base) & CSW_HALTED) != 0) { in AscStartChip()3857 if ((AscGetChipStatus(iop_base) & CSW_HALTED) == 0) { in AscStopChip()3865 if ((AscGetChipStatus(iop_base) & CSW_HALTED) != 0) { in AscIsChipHalted()7422 if ((chipstat & CSW_HALTED) && (ctrl_reg & CC_SINGLE_STEP)) { in AscISR()