Searched refs:MS_CB (Results 1 – 2 of 2) sorted by relevance
80 #define MS_CB 0x10 /* controller busy, command in progress */ macro
482 if ((stat & (MS_RQM | MS_DIO | MS_CB)) != MS_RQM && in fdc_probe()483 (stat & ~MS_DIO) != MS_CB) in fdc_probe()2621 pendstate = state & (MS_RQM | MS_DIO | MS_CB); in fdc_intr()2627 pendstate = state & (MS_RQM | MS_DIO | MS_CB); in fdc_intr()2641 if ((pendstate == (MS_RQM | MS_DIO | MS_CB) || pendstate == MS_RQM) && in fdc_intr()3194 while ((inb(fcp->c_regbase + FCR_MSR) & MS_CB) && laxative--) { in fdc_result()