tag | line | file | source code |
SIZECODE | 1964 | drivers/block/floppy.c | #define CODE2SIZE (ssize = ((1 << SIZECODE) + 3) >> 2) |
SIZECODE | 2141 | drivers/block/floppy.c | floppy->sect + ((R_SECTOR-SECTOR) << SIZECODE >> 2) - |
SIZECODE | 2383 | drivers/block/floppy.c | SIZECODE = 2; |
SIZECODE | 2385 | drivers/block/floppy.c | SIZECODE = FD_SIZECODE(floppy); |
SIZECODE | 2392 | drivers/block/floppy.c | if (SIZECODE) |
SIZECODE | 2400 | drivers/block/floppy.c | SECT_PER_TRACK = floppy->sect << 2 >> SIZECODE; |
SIZECODE | 2401 | drivers/block/floppy.c | SECTOR = ((sector_t % floppy->sect) << 2 >> SIZECODE) + 1; |
SIZECODE | 2409 | drivers/block/floppy.c | SIZECODE--; |
SIZECODE | 2532 | drivers/block/floppy.c | raw_cmd->length % (128 << SIZECODE) || |
SIZECODE | 2543 | drivers/block/floppy.c | printk("ssize=%x SIZECODE=%d\n", ssize, SIZECODE); |