Home
last modified time | relevance | path

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

/qemu/pc-bios/s390-ccw/
H A Dcio.h380 int ccode = -EIO; in stsch_err() local
387 : "+d" (ccode), "=m" (*addr) in stsch_err()
390 return ccode; in stsch_err()
396 int ccode; in msch() local
402 : "=d" (ccode) in msch()
405 return ccode; in msch()
411 int ccode = -EIO; in msch_err() local
418 : "+d" (ccode) in msch_err()
421 return ccode; in msch_err()
427 int ccode; in tsch() local
[all …]
/qemu/hw/usb/
H A Dhcd-xhci.c415 return lookup_name(event->ccode, TRBCCode_names, in event_name()
614 ev_trb.status = cpu_to_le32(event->length | (event->ccode << 24)); in xhci_write_event()
1541 event.ccode = shortpkt ? CC_SHORT_PACKET : CC_SUCCESS; in xhci_xfer_report()
1543 event.ccode = xfer->status; in xhci_xfer_report()
1968 ev.ccode = epctx->type == ET_ISO_IN ? in xhci_kick_epctx()
2400 event->ccode = CC_TRB_ERROR; in xhci_get_slot()
2404 event->ccode = CC_SLOT_NOT_ENABLED_ERROR; in xhci_get_slot()
2497 event.ccode = CC_NO_SLOTS_ERROR; in xhci_process_commands()
2500 event.ccode = xhci_enable_slot(xhci, slotid); in xhci_process_commands()
2506 event.ccode = xhci_disable_slot(xhci, slotid); in xhci_process_commands()
[all …]
H A Dhcd-xhci.h144 TRBCCode ccode; member
/qemu/hw/s390x/
H A Dcss.c1502 IOInstEnding ccode; in css_do_csch() local
1518 ccode = do_subchannel_work(sch); in css_do_csch()
1520 if (ccode != IOINST_CC_EXPECTED) { in css_do_csch()
1524 return ccode; in css_do_csch()
1531 IOInstEnding ccode; in css_do_hsch() local
1565 ccode = do_subchannel_work(sch); in css_do_hsch()
1567 if (ccode != IOINST_CC_EXPECTED) { in css_do_hsch()
1571 return ccode; in css_do_hsch()
1613 IOInstEnding ccode; in css_do_ssch() local
1647 ccode = do_subchannel_work(sch); in css_do_ssch()
[all …]
/qemu/hw/ppc/
H A Dspapr_pci.c1340 uint32_t ccode = pci_default_read_config(dev, PCI_CLASS_PROG, 3); in spapr_pci_fw_dev_name() local
1342 basename = dt_name_from_class((ccode >> 16) & 0xff, (ccode >> 8) & 0xff, in spapr_pci_fw_dev_name()
1343 ccode & 0xff); in spapr_pci_fw_dev_name()
1363 uint32_t ccode = pci_default_read_config(dev, PCI_CLASS_PROG, 3); in spapr_dt_pci_device() local
1380 _FDT(fdt_setprop_cell(fdt, offset, "class-code", ccode)); in spapr_dt_pci_device()