Searched refs:BDC_CSTS (Results 1 – 2 of 2) sorted by relevance
38 if (BDC_CSTS(status) != BDC_OIP) { in poll_oip()41 BDC_CSTS(status)); in poll_oip()61 if (BDC_CSTS(temp) == BDC_HLT) { in bdc_stop()108 if (BDC_CSTS(temp) == BDC_NOR) { in bdc_run()122 if (BDC_CSTS(temp) != BDC_NOR) { in bdc_run()124 BDC_CSTS(temp)); in bdc_run()
190 #define BDC_CSTS(p) (((p) & (0x7 << 20)) >> 20) macro