tag | line | file | source code |
format_req | 379 | drivers/block/floppy.c | static struct format_descr format_req; |
format_req | 1785 | drivers/block/floppy.c | DR_SELECT = UNIT(current_drive) + ( format_req.head << 2 ); |
format_req | 1801 | drivers/block/floppy.c | n = (track_shift * format_req.track + head_shift * format_req.head ) |
format_req | 1811 | drivers/block/floppy.c | here[count].track = format_req.track; |
format_req | 1812 | drivers/block/floppy.c | here[count].head = format_req.head; |
format_req | 1832 | drivers/block/floppy.c | raw_cmd.track = format_req.track << floppy->stretch; |
format_req | 1863 | drivers/block/floppy.c | format_req = *tmp_format_req; |