Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dahci.c673 d->busy_slot = -1; in ahci_reset_port()
1336 ad->busy_slot = slot; in handle_reg_h2d_fis()
1573 if (ad->busy_slot != -1) { in ahci_cmd_done()
1574 ahci_clear_cmd_issue(ad, ad->busy_slot); in ahci_cmd_done()
1575 ad->busy_slot = -1; in ahci_cmd_done()
1726 VMSTATE_INT32(busy_slot, AHCIDevice),
1804 if (ad->busy_slot == -1) { in ahci_state_post_load()
1809 if (ad->busy_slot < 0 || ad->busy_slot >= AHCI_MAX_CMDS) { in ahci_state_post_load()
1812 ad->cur_cmd = get_cmd_header(s, i, ad->busy_slot); in ahci_state_post_load()
H A Dahci-internal.h320 int32_t busy_slot; member
/openbmc/u-boot/drivers/usb/dwc3/
H A Dgadget.c230 dep->busy_slot++; in dwc3_gadget_giveback()
236 if (((dep->busy_slot & DWC3_TRB_MASK) == in dwc3_gadget_giveback()
239 dep->busy_slot++; in dwc3_gadget_giveback()
794 trbs_left = (dep->busy_slot - dep->free_slot) & DWC3_TRB_MASK; in dwc3_prepare_trbs()
824 dep->busy_slot = 1; in dwc3_prepare_trbs()
827 dep->busy_slot = 0; in dwc3_prepare_trbs()
H A Dcore.h440 u32 busy_slot; member