tag | line | file | source code |
SIZECODE | 1997 | drivers/block/floppy.c | #define CODE2SIZE (ssize = ( ( 1 << SIZECODE ) + 3 ) >> 2) |
SIZECODE | 2173 | drivers/block/floppy.c | floppy->sect + ((R_SECTOR-SECTOR) << SIZECODE >> 2) - |
SIZECODE | 2421 | drivers/block/floppy.c | SIZECODE = 2; |
SIZECODE | 2423 | drivers/block/floppy.c | SIZECODE = FD_SIZECODE(floppy); |
SIZECODE | 2430 | drivers/block/floppy.c | if ( SIZECODE ) |
SIZECODE | 2438 | drivers/block/floppy.c | SECT_PER_TRACK = floppy->sect << 2 >> SIZECODE; |
SIZECODE | 2439 | drivers/block/floppy.c | SECTOR = ((sector_t % floppy->sect) << 2 >> SIZECODE) + 1; |
SIZECODE | 2447 | drivers/block/floppy.c | SIZECODE--; |
SIZECODE | 2561 | drivers/block/floppy.c | raw_cmd.length % ( 128 << SIZECODE ) || |
SIZECODE | 2571 | drivers/block/floppy.c | printk("ssize=%x SIZECODE=%d\n", ssize, SIZECODE); |