Searched refs:MFM_STATUS (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/block/
H A Dmfmhd.c276 #define MFM_STATUS (mfm_addr + 8) macro
397 status = inw(MFM_STATUS);
403 while (inw(MFM_STATUS) & STAT_BSY);
405 status = inw(MFM_STATUS);
413 status = inw(MFM_STATUS);
417 status = inw(MFM_STATUS);
423 while ((mfm_status = inw(MFM_STATUS)) & STAT_BSY);
430 while (!((mfm_status = inw(MFM_STATUS)) & STAT_CED));
534 mfm_status = inw(MFM_STATUS);
984 mfm_status = inw(MFM_STATUS);
[all...]

Completed in 40 milliseconds