tag | line | file | source code |
format_req | 387 | drivers/block/floppy.c | static struct format_descr format_req; |
format_req | 1826 | drivers/block/floppy.c | DR_SELECT = UNIT(current_drive) + ( format_req.head << 2 ); |
format_req | 1842 | drivers/block/floppy.c | n = (track_shift * format_req.track + head_shift * format_req.head ) |
format_req | 1852 | drivers/block/floppy.c | here[count].track = format_req.track; |
format_req | 1853 | drivers/block/floppy.c | here[count].head = format_req.head; |
format_req | 1873 | drivers/block/floppy.c | raw_cmd.track = format_req.track << floppy->stretch; |
format_req | 1904 | drivers/block/floppy.c | format_req = *tmp_format_req; |