Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dpc.c386 FloppyDriveType fd_type[2] = { FLOPPY_DRIVE_TYPE_NONE, in pc_cmos_init_floppy() local
393 fd_type[i] = isa_fdc_get_drive_type(floppy, i); in pc_cmos_init_floppy()
398 val = (cmos_get_fd_drive_type(fd_type[0]) << 4) | in pc_cmos_init_floppy()
399 cmos_get_fd_drive_type(fd_type[1]); in pc_cmos_init_floppy()
404 if (fd_type[0] != FLOPPY_DRIVE_TYPE_NONE) { in pc_cmos_init_floppy()
407 if (fd_type[1] != FLOPPY_DRIVE_TYPE_NONE) { in pc_cmos_init_floppy()