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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/block/
H A Dfd1772.c276 static volatile int fdc_busy = 0; variable
465 if (fdc_busy) /* was stdma_islocked */
509 if (fdc_busy)
1101 fdc_busy = 0;
1295 if (fdc_busy) {
1306 if (fdc_busy) return;
1309 while (fdc_busy)
1311 fdc_busy = 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dataflop.c316 static volatile int fdc_busy = 0; variable
667 while( fdc_busy ) sleep_on( &fdc_wait );
668 fdc_busy = 1;
1325 fdc_busy = 0;
1537 while( fdc_busy ) sleep_on( &fdc_wait );
1538 fdc_busy = 1;
H A Damiflop.c165 static volatile int fdc_busy = -1; variable
262 return ((fdc_busy < 0) || (fdc_busy == drive));
271 printk("get_fdc: drive %d fdc_busy %d fdc_nested %d\n",drive,fdc_busy,fdc_nested);
277 fdc_busy = drive;
287 printk("rel_fdc: fdc_busy %d fdc_nested %d\n",fdc_busy,fdc_nested);
291 fdc_busy = -1;
H A Dfloppy.c499 static unsigned long fdc_busy; variable
625 if (fdc_busy && command_status < 2 && !timer_pending(&fd_timeout)){
877 if (test_and_set_bit(0, &fdc_busy)) {
884 if (!test_and_set_bit(0, &fdc_busy))
915 if (!fdc_busy)
924 clear_bit(0, &fdc_busy);
1870 printk("fdc_busy=%lu\n", fdc_busy);
2976 if (fdc_busy){

Completed in 96 milliseconds