Home
last modified time | relevance | path

Searched refs:fd_formats (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/block/
H A Dfdc-internal.h142 extern const FDFormat fd_formats[];
H A Dfdc-isa.c136 for (fdf = fd_formats; fdf->drive != FLOPPY_DRIVE_TYPE_NONE; fdf++) { in isa_fdc_get_drive_max_chs()
H A Dfdc.c99 const FDFormat fd_formats[] = { variable
318 parse = &fd_formats[i]; in pick_geometry()
348 parse = &fd_formats[size_match]; in pick_geometry()
359 parse = &(fd_formats[match]); in pick_geometry()