Searched refs:CSW_HALTED (Results 1 – 1 of 1) sorted by relevance
753 #define CSW_HALTED (ASC_CS_TYPE)0x0010 macro3635 if ((AscGetChipStatus(iop_base) & CSW_HALTED) != 0) { in AscStartChip()3651 if ((AscGetChipStatus(iop_base) & CSW_HALTED) == 0) { in AscStopChip()3659 if ((AscGetChipStatus(iop_base) & CSW_HALTED) != 0) { in AscIsChipHalted()6983 if ((chipstat & CSW_HALTED) && (ctrl_reg & CC_SINGLE_STEP)) { in AscISR()