Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acorn/block/
Dmfmhd.c279 #define MFM_STATUS (mfm_addr + 8) macro
400 status = inw(MFM_STATUS); in issue_command()
406 while (inw(MFM_STATUS) & STAT_BSY); in issue_command()
408 status = inw(MFM_STATUS); in issue_command()
416 status = inw(MFM_STATUS); in issue_command()
420 status = inw(MFM_STATUS); in issue_command()
426 while ((mfm_status = inw(MFM_STATUS)) & STAT_BSY); in wait_for_completion()
433 while (!((mfm_status = inw(MFM_STATUS)) & STAT_CED)); in wait_for_command_end()
537 mfm_status = inw(MFM_STATUS); in mfm_rw_intr()
993 mfm_status = inw(MFM_STATUS); in mfm_interrupt_handler()
[all …]