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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dfd1772.c279 static volatile int fdc_busy = 0; variable
457 if (fdc_busy) /* was stdma_islocked */
501 if (fdc_busy)
1104 fdc_busy = 0;
1265 if (fdc_busy) {
1275 if (fdc_busy) return;
1278 wait_event(fdc_wait, !fdc_busy);
1279 fdc_busy = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dataflop.c302 static volatile int fdc_busy = 0; variable
648 while( fdc_busy ) sleep_on( &fdc_wait );
649 fdc_busy = 1;
1303 fdc_busy = 0;
1474 while( fdc_busy ) sleep_on( &fdc_wait );
1475 fdc_busy = 1;
H A Damiflop.c155 static volatile int fdc_busy = -1; variable
245 return ((fdc_busy < 0) || (fdc_busy == drive));
254 printk("get_fdc: drive %d fdc_busy %d fdc_nested %d\n",drive,fdc_busy,fdc_nested);
259 fdc_busy = drive;
269 printk("rel_fdc: fdc_busy %d fdc_nested %d\n",fdc_busy,fdc_nested);
273 fdc_busy = -1;
H A Dfloppy.c509 static unsigned long fdc_busy; variable
637 if (test_bit(0, &fdc_busy) && command_status < 2
875 if (test_and_set_bit(0, &fdc_busy)) {
882 if (!test_and_set_bit(0, &fdc_busy))
916 if (!test_bit(0, &fdc_busy))
926 clear_bit(0, &fdc_busy);
1867 printk("fdc_busy=%lu\n", fdc_busy);
2977 if (test_bit(0, &fdc_busy)) {

Completed in 114 milliseconds