Searched refs:TOMINOR (Results 1 – 1 of 1) sorted by relevance
302 #define TOMINOR(x) ((x & 3) | ((x & 4) << 5)) macro772 floppy_sizes[TOMINOR(drive)] = MAX_DISK_SIZE << 1; in disk_change()2388 floppy_sizes[TOMINOR(current_drive)] = _floppy->size; in rw_interrupt()2397 floppy_sizes[TOMINOR(current_drive)] = _floppy->size; in rw_interrupt()4630 disks[drive]->first_minor = TOMINOR(drive); in do_floppy_init()