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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dmfmhd.c248 #define MFM_STATUS (mfm_addr + 8) macro
369 status = inw(MFM_STATUS);
375 while (inw(MFM_STATUS) & STAT_BSY);
377 status = inw(MFM_STATUS);
385 status = inw(MFM_STATUS);
389 status = inw(MFM_STATUS);
395 while ((mfm_status = inw(MFM_STATUS)) & STAT_BSY);
402 while (!((mfm_status = inw(MFM_STATUS)) & STAT_CED));
506 mfm_status = inw(MFM_STATUS);
939 mfm_status = inw(MFM_STATUS);
[all...]

Completed in 77 milliseconds