Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Dfloppy.c583 static int current_fdc; /* current fdc */ variable
854 * Both current_drive and current_fdc are changed to match the new drive.
881 current_fdc = fdc; in set_fdc()
886 * Both current_drive and current_fdc are changed to match the new drive.
974 if (!(set_dor(current_fdc, ~3, UNIT(drive) | (0x10 << UNIT(drive))) & in scandrives()
978 set_dor(current_fdc, ~(0x10 << UNIT(drive)), 0); in scandrives()
1053 if (fdc_state[current_fdc].reset) { in fd_wait_for_completion()
1078 fdc_state[current_fdc].reset = 1; in setup_DMA()
1084 fdc_state[current_fdc].reset = 1; in setup_DMA()
1093 fdc_state[current_fdc] in setup_DMA()
[all...]