Searched refs:fdc (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/include/hw/block/ |
| H A D | fdc.h | 12 void isa_fdc_init_drives(ISADevice *fdc, DriveInfo **fds); 17 void isa_fdc_set_iobase(ISADevice *fdc, hwaddr iobase); 18 void isa_fdc_set_enabled(ISADevice *fdc, bool enabled); 20 FloppyDriveType isa_fdc_get_drive_type(ISADevice *fdc, int i);
|
| /openbmc/qemu/hw/block/ |
| H A D | fdc-isa.c | 77 void isa_fdc_init_drives(ISADevice *fdc, DriveInfo **fds) in isa_fdc_init_drives() argument 79 fdctrl_init_drives(&ISA_FDC(fdc)->state.bus, fds); in isa_fdc_init_drives() 123 FloppyDriveType isa_fdc_get_drive_type(ISADevice *fdc, int i) in isa_fdc_get_drive_type() argument 125 FDCtrlISABus *isa = ISA_FDC(fdc); in isa_fdc_get_drive_type() 197 void isa_fdc_set_iobase(ISADevice *fdc, hwaddr iobase) in isa_fdc_set_iobase() argument 199 FDCtrlISABus *isa = ISA_FDC(fdc); in isa_fdc_set_iobase() 201 fdc->ioport_id = iobase; in isa_fdc_set_iobase() 206 void isa_fdc_set_enabled(ISADevice *fdc, bool enabled) in isa_fdc_set_enabled() argument 208 portio_list_set_enabled(&ISA_FDC(fdc)->portio_list, enabled); in isa_fdc_set_enabled()
|
| H A D | meson.build | 6 system_ss.add(when: 'CONFIG_FDC', if_true: files('fdc.c')) 7 system_ss.add(when: 'CONFIG_FDC_ISA', if_true: files('fdc-isa.c')) 8 system_ss.add(when: 'CONFIG_FDC_SYSBUS', if_true: files('fdc-sysbus.c'))
|
| H A D | fdc-internal.h | 38 FDCtrl *fdc; member
|
| H A D | trace-events | 3 # fdc.c 7 # fdc-sysbus.c
|
| H A D | fdc.c | 85 static void floppy_bus_create(FDCtrl *fdc, FloppyBus *bus, DeviceState *dev) in floppy_bus_create() argument 88 bus->fdc = fdc; in floppy_bus_create() 475 drive = get_drv(bus->fdc, dev->unit); in floppy_drive_realize() 488 drive = get_drv(bus->fdc, dev->unit); in floppy_drive_realize() 543 drive->fdctrl = bus->fdc; in floppy_drive_realize()
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 172.out | 11 dev: isa-fdc, id "" 41 dev: isa-fdc, id "" 78 dev: isa-fdc, id "" 134 dev: isa-fdc, id "" 191 dev: isa-fdc, id "" 236 dev: isa-fdc, id "" 273 dev: isa-fdc, id "" 329 dev: isa-fdc, id "" 389 dev: isa-fdc, id "" 426 dev: isa-fdc, i [all...] |
| /openbmc/u-boot/cmd/ |
| H A D | Makefile | 61 obj-$(CONFIG_CMD_FDC) += fdc.o
|
| /openbmc/qemu/target/hppa/ |
| H A D | insns.decode | 150 nop 000001 ----- ----- -- 11001010 0 ----- # fdc, disp 151 nop_addrx 000001 ..... ..... -- 01001010 . ----- @addrx # fdc, index
|
| /openbmc/qemu/tests/qtest/ |
| H A D | meson.build | 58 (config_all_devices.has_key('CONFIG_FDC_ISA') ? ['fdc-test'] : []) + \
|