Searched refs:ASR_IDSR (Results 1 – 2 of 2) sorted by relevance
84 if (ldxa(0, ASR_IDSR) & (IDSR_BUSY << shift)) { in sun4u_send_ipi()99 if (ldxa(0, ASR_IDSR) & (IDSR_BUSY << shift)) in sun4u_send_ipi()109 if ((ldxa(0, ASR_IDSR) & (IDSR_NACK << shift)) == 0) in sun4u_send_ipi()
439 #define ASR_IDSR 0x48 /* Interrupt dispatch status reg */ macro