Searched refs:TOMINOR (Results 1 – 1 of 1) sorted by relevance
288 #define TOMINOR(x) ((x & 3) | ((x & 4) << 5)) macro776 floppy_sizes[TOMINOR(drive)] = MAX_DISK_SIZE << 1; in disk_change()2431 floppy_sizes[TOMINOR(current_drive)] = _floppy->size; in rw_interrupt()2440 floppy_sizes[TOMINOR(current_drive)] = _floppy->size; in rw_interrupt()4186 disks[dr]->first_minor = TOMINOR(dr); in floppy_init()