Searched refs:MPU_OUTPUTBUSY (Results 1 – 2 of 2) sorted by relevance
64 #define MPU_OUTPUTBUSY 0x40 macro130 #define TXRDY(m) ( (STATUS(m) & MPU_OUTPUTBUSY) == 0) in mpu401_intr()132 #define D(x,l) printf("mpu401_intr %d %x %s %s\n",l, x, x&MPU_INPUTBUSY?"RX":"", x&MPU_OUTPUTBUSY?"… in mpu401_intr()150 while (!(s & MPU_OUTPUTBUSY) && i < MPU_INTR_BUF) { in mpu401_intr()
67 #define MPU_OUTPUTBUSY 0x40 macro124 rc |= MPU_OUTPUTBUSY; /* Tx buffer full */ in csamidi_mread()