Searched refs:SIZECODE (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c325 #define SIZECODE raw_cmd->cmd[5] macro
2166 #define CODE2SIZE (ssize = ((1 << SIZECODE) + 3) >> 2)
2373 R_SECTOR - SECTOR + eoc) << SIZECODE >> 2;
2571 hard_sectors = raw_cmd->length >> (7 + SIZECODE);
2648 SIZECODE = 2;
2650 SIZECODE = FD_SIZECODE(_floppy);
2655 if (SIZECODE)
2663 SECT_PER_TRACK = _floppy->sect << 2 >> SIZECODE;
2664 SECTOR = ((fsector_t % _floppy->sect) << 2 >> SIZECODE) +
2679 SIZECODE
[all...]

Completed in 51 milliseconds