Lines Matching full:drives
30 int flags; /* connected drives ect */
529 /* Scan all drives and check if drive is present and disk is inserted */
532 int i,drives,state; in fdc_check_drive() local
534 * trying to get some information over the drives */ in fdc_check_drive()
535 state=0; /* no drives, no disks */ in fdc_check_drive()
536 for(drives=0;drives<4;drives++) { in fdc_check_drive()
537 pCMD->drive=drives; in fdc_check_drive()
545 state|=(1<<drives); in fdc_check_drive()
555 state|=(0x10<<drives); in fdc_check_drive()
600 /* issue sense interrupt for all 4 possible drives */ in fdc_setup()
663 /* setup FDC and scan for drives */ in do_fdcboot()