Searched refs:MCI_CONTROL_READY (Results 1 – 2 of 2) sorted by relevance
29 if ((status & MCI_CONTROL_READY) == MCI_CONTROL_READY) in mci_reset()35 if ((status & MCI_CONTROL_READY) == 0) in mci_reset()
27 #define MCI_CONTROL_READY (0x00010000) macro