Searched refs:TOMINOR (Results 1 – 1 of 1) sorted by relevance
301 #define TOMINOR(x) ((x & 3) | ((x & 4) << 5)) macro771 floppy_sizes[TOMINOR(drive)] = MAX_DISK_SIZE << 1; in disk_change()2386 floppy_sizes[TOMINOR(current_drive)] = _floppy->size; in rw_interrupt()2395 floppy_sizes[TOMINOR(current_drive)] = _floppy->size; in rw_interrupt()4522 disk->first_minor = TOMINOR(drive) | (type << 2); in floppy_alloc_disk()