Home
last modified time | relevance | path

Searched full:pdc (Results 1 – 14 of 14) sorted by relevance

/qemu/hw/ipmi/
H A Dpci_ipmi_kcs.c124 PCIDeviceClass *pdc = PCI_DEVICE_CLASS(oc); in pci_ipmi_kcs_class_init() local
127 pdc->vendor_id = PCI_VENDOR_ID_QEMU; in pci_ipmi_kcs_class_init()
128 pdc->device_id = PCI_DEVICE_ID_QEMU_IPMI; in pci_ipmi_kcs_class_init()
129 pdc->revision = 1; in pci_ipmi_kcs_class_init()
130 pdc->class_id = PCI_CLASS_SERIAL_IPMI; in pci_ipmi_kcs_class_init()
134 pdc->realize = pci_ipmi_kcs_realize; in pci_ipmi_kcs_class_init()
H A Dpci_ipmi_bt.c125 PCIDeviceClass *pdc = PCI_DEVICE_CLASS(oc); in pci_ipmi_bt_class_init() local
128 pdc->vendor_id = PCI_VENDOR_ID_QEMU; in pci_ipmi_bt_class_init()
129 pdc->device_id = PCI_DEVICE_ID_QEMU_IPMI; in pci_ipmi_bt_class_init()
130 pdc->revision = 1; in pci_ipmi_bt_class_init()
131 pdc->class_id = PCI_CLASS_SERIAL_IPMI; in pci_ipmi_bt_class_init()
135 pdc->realize = pci_ipmi_bt_realize; in pci_ipmi_bt_class_init()
/qemu/hw/input/
H A Dpl050.c162 PL050DeviceClass *pdc = PL050_GET_CLASS(dev); in pl050_kbd_realize() local
171 pdc->parent_realize(dev, errp); in pl050_kbd_realize()
185 PL050DeviceClass *pdc = PL050_GET_CLASS(dev); in pl050_mouse_realize() local
194 pdc->parent_realize(dev, errp); in pl050_mouse_realize()
209 PL050DeviceClass *pdc = PL050_CLASS(oc); in pl050_kbd_class_init() local
212 &pdc->parent_realize); in pl050_kbd_class_init()
226 PL050DeviceClass *pdc = PL050_CLASS(oc); in pl050_mouse_class_init() local
229 &pdc->parent_realize); in pl050_mouse_class_init()
/qemu/hw/misc/macio/
H A Dmacio.c390 PCIDeviceClass *pdc = PCI_DEVICE_CLASS(oc); in macio_oldworld_class_init() local
393 pdc->realize = macio_oldworld_realize; in macio_oldworld_class_init()
394 pdc->device_id = PCI_DEVICE_ID_APPLE_343S1201; in macio_oldworld_class_init()
415 PCIDeviceClass *pdc = PCI_DEVICE_CLASS(oc); in macio_newworld_class_init() local
418 pdc->realize = macio_newworld_realize; in macio_newworld_class_init()
419 pdc->device_id = PCI_DEVICE_ID_APPLE_UNI_N_KEYL; in macio_newworld_class_init()
/qemu/hw/hppa/
H A Dhppa_hardware.h13 #define MEM_PDC_ENTRY 0x4800 /* PDC entry address */
80 #define HPPA64_PDC_CACHE_RET_SPID_VAL 0xfe0 /* PDC return value on 64-bit CPU */
H A Dmachine.c497 (1) Due to sign-extension problems and PDC, in machine_HP_common_init_tail()
/qemu/pc-bios/
HDhppa-firmware.img ... @ |UNKNOWN! blank display, SeaBIOS: Start PDC%d proc %s(%ld) option ...
/qemu/hw/net/
H A Dlasi_i82596.c57 * Needed for the PDC_LAN_STATION_ID_READ PDC call. in lasi_82596_mem_write()
/qemu/target/hppa/
H A Dmem_helper.c63 * PDC address space: in hppa_abs_to_phys_pa2_w0()
65 * where to map into the 64-bit PDC address space. in hppa_abs_to_phys_pa2_w0()
709 * diag_btlb() emulates the PDC PDC_BLOCK_TLB firmware call to
H A Dinsns.decode156 nop_addrx 000001 ..... ..... -- 01001110 . 00000 @addrx # pdc
H A Dtranslate.c4565 /* Emulate PDC BTLB, called by SeaBIOS-hppa */
/qemu/hw/vfio/
H A Dpci.c3471 PCIDeviceClass *pdc = PCI_DEVICE_CLASS(klass); in vfio_pci_base_dev_class_init() local
3475 pdc->exit = vfio_exitfn; in vfio_pci_base_dev_class_init()
3476 pdc->config_read = vfio_pci_read_config; in vfio_pci_base_dev_class_init()
3477 pdc->config_write = vfio_pci_write_config; in vfio_pci_base_dev_class_init()
3571 PCIDeviceClass *pdc = PCI_DEVICE_CLASS(klass); in vfio_pci_dev_class_init() local
3580 pdc->realize = vfio_pci_realize; in vfio_pci_dev_class_init()
/qemu/disas/
H A Dsh4.c77 PDC, enumerator
927 {"dct",{0},{PPI,PDC,HEX_1}, arch_sh_dsp_up},
928 {"dcf",{0},{PPI,PDC,HEX_2}, arch_sh_dsp_up},
H A Dhppa.c1313 { "pdc", 0x04001380, 0xfc00ffdf, "cZx(b)", pa10, 0},
1314 { "pdc", 0x04001380, 0xfc003fdf, "cZx(s,b)", pa10, 0},