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