SIZECODE         2295 drivers/block/floppy.c 	ssize = DIV_ROUND_UP(1 << SIZECODE, 4);
SIZECODE         2309 drivers/block/floppy.c 		      R_SECTOR - SECTOR + eoc) << SIZECODE >> 2;
SIZECODE         2501 drivers/block/floppy.c 		hard_sectors = raw_cmd->length >> (7 + SIZECODE);
SIZECODE         2578 drivers/block/floppy.c 		SIZECODE = 2;
SIZECODE         2580 drivers/block/floppy.c 		SIZECODE = FD_SIZECODE(_floppy);
SIZECODE         2585 drivers/block/floppy.c 	if (SIZECODE)
SIZECODE         2592 drivers/block/floppy.c 	ssize = DIV_ROUND_UP(1 << SIZECODE, 4);
SIZECODE         2593 drivers/block/floppy.c 	SECT_PER_TRACK = _floppy->sect << 2 >> SIZECODE;
SIZECODE         2594 drivers/block/floppy.c 	SECTOR = ((fsector_t % _floppy->sect) << 2 >> SIZECODE) +
SIZECODE         2609 drivers/block/floppy.c 				SIZECODE--;
SIZECODE         2743 drivers/block/floppy.c 	    raw_cmd->length % (128 << SIZECODE) ||
SIZECODE         2754 drivers/block/floppy.c 		pr_info("ssize=%x SIZECODE=%d\n", ssize, SIZECODE);