/openbmc/linux/drivers/block/ |
H A D | floppy.c | 305 #define REVDRIVE(fdc, unit) ((unit) + ((fdc) << 2)) argument 831 fdc_outb(fdc_state[fdc].dor, fdc, FD_DOR); in twaddle() 1355 output_byte(fdc, fdc_state[fdc].spec1 = spec1); in fdc_specify() 1356 output_byte(fdc, fdc_state[fdc].spec2 = spec2); in fdc_specify() 4477 for (fdc = 0; fdc < N_FDC; fdc++) in floppy_resume() 4858 for (fdc = 0; fdc < N_FDC; fdc++) { in floppy_grab_irq_and_dma() 4864 for (fdc = 0; fdc < N_FDC; fdc++) { in floppy_grab_irq_and_dma() 4867 fdc_outb(fdc_state[fdc].dor, fdc, FD_DOR); in floppy_grab_irq_and_dma() 4873 for (fdc = 0; fdc < N_FDC; fdc++) in floppy_grab_irq_and_dma() 4875 fdc_outb(fdc_state[fdc].dor, fdc, FD_DOR); in floppy_grab_irq_and_dma() [all …]
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | pacache.S | 758 fdc,m r31(%r28) 759 fdc,m r31(%r28) 760 fdc,m r31(%r28) 761 fdc,m r31(%r28) 762 fdc,m r31(%r28) 763 fdc,m r31(%r28) 764 fdc,m r31(%r28) 765 fdc,m r31(%r28) 766 fdc,m r31(%r28) 767 fdc,m r31(%r28) [all …]
|
H A D | relocate_kernel.S | 127 fdc %r0(%r12)
|
/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 | 7 system_ss.add(when: 'CONFIG_FDC', if_true: files('fdc.c')) 8 system_ss.add(when: 'CONFIG_FDC_ISA', if_true: files('fdc-isa.c')) 9 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() 476 drive = get_drv(bus->fdc, dev->unit); in floppy_drive_realize() 489 drive = get_drv(bus->fdc, dev->unit); in floppy_drive_realize() 544 drive->fdctrl = bus->fdc; in floppy_drive_realize()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 172.out | 11 dev: isa-fdc, id "" 40 dev: isa-fdc, id "" 79 dev: isa-fdc, id "" 136 dev: isa-fdc, id "" 194 dev: isa-fdc, id "" 237 dev: isa-fdc, id "" 276 dev: isa-fdc, id "" 333 dev: isa-fdc, id "" 394 dev: isa-fdc, id "" 433 dev: isa-fdc, id "" [all …]
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | amigaone.dts | 151 fdc@3f0 { 152 device_type = "fdc";
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
H A D | remove-python2.3.patch | 21 # vim:set et ts=4 fdc=0 fdn=2 fdl=0:
|
/openbmc/qemu/hw/i386/ |
H A D | pc.c | 432 Object *fdc; in check_fdc() local 436 fdc = object_dynamic_cast(obj, TYPE_ISA_FDC); in check_fdc() 437 if (!fdc) { in check_fdc() 1094 ISADevice *fdc = isa_new(TYPE_ISA_FDC); in pc_superio_init() local 1095 if (fdc) { in pc_superio_init() 1096 isa_realize_and_unref(fdc, isa_bus, &error_fatal); in pc_superio_init() 1097 isa_fdc_init_drives(fdc, fd); in pc_superio_init()
|
/openbmc/qemu/docs/about/ |
H A D | removed-features.rst | 272 -global isa-fdc.driveA=... 273 -global sysbus-fdc.driveA=... 284 -global isa-fdc.driveB=... 285 -global sysbus-fdc.driveB=... 295 -device isa-fdc,...,driveA=... 300 -device isa-fdc,... 306 -device isa-fdc,...,driveB=... 311 -device isa-fdc,...
|
/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 | 94 ['fdc-test',
|
/openbmc/linux/drivers/net/ethernet/ |
H A D | jme.c | 2582 int rc, fdc = 0; in jme_set_link_ksettings() local 2595 fdc = 1; in jme_set_link_ksettings() 2602 if (fdc) in jme_set_link_ksettings()
|
/openbmc/qemu/docs/ |
H A D | qdev-device-use.txt | 392 floppy floppy, isa-fdc
|
/openbmc/qemu/ |
H A D | MAINTAINERS | 1978 F: hw/block/fdc.c 1979 F: hw/block/fdc-internal.h 1980 F: hw/block/fdc-isa.c 1981 F: hw/block/fdc-sysbus.c 1982 F: include/hw/block/fdc.h 1983 F: tests/qtest/fdc-test.c
|
/openbmc/qemu/qga/ |
H A D | qapi-schema.json | 838 # @fdc: floppy disks 879 'data': [ 'ide', 'fdc', 'scsi', 'virtio', 'xen', 'usb', 'uml', 'sata',
|
/openbmc/linux/arch/m68k/ifpsp060/ |
H A D | fplsp.sa | 1221 dc.l $4800b7de,$60ff0000,$27283fdc,$000082e3
|
/openbmc/linux/ |
H A D | CREDITS | 1517 D: Original author of the ftape-HOWTO, i82078 fdc detection code.
|