Searched refs:MPU_INPUTBUSY (Results 1 – 2 of 2) sorted by relevance
67 #define MPU_INPUTBUSY 0x80 macro131 #define RXRDY(m) ( (STATUS(m) & MPU_INPUTBUSY) == 0) in mpu401_intr()134 #define D(x,l) printf("mpu401_intr %d %x %s %s\n",l, x, x&MPU_INPUTBUSY?"RX":"", x&MPU_OUTPUTBUSY?"… in mpu401_intr()141 while ((s & MPU_INPUTBUSY) == 0 && i < MPU_INTR_BUF) { in mpu401_intr()
68 #define MPU_INPUTBUSY 0x80 macro126 rc |= MPU_INPUTBUSY; in csamidi_mread()