Searched refs:CSW_HALTED (Results 1 – 1 of 1) sorted by relevance
770 #define CSW_HALTED (ASC_CS_TYPE)0x0010 macro3688 if ((AscGetChipStatus(iop_base) & CSW_HALTED) != 0) { in AscStartChip()3704 if ((AscGetChipStatus(iop_base) & CSW_HALTED) == 0) { in AscStopChip()3712 if ((AscGetChipStatus(iop_base) & CSW_HALTED) != 0) { in AscIsChipHalted()7076 if ((chipstat & CSW_HALTED) && (ctrl_reg & CC_SINGLE_STEP)) { in AscISR()