Home
last modified time | relevance | path

Searched refs:cmd_issue (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ide/
H A Dahci.c163 val = pr->cmd_issue; in ahci_port_read()
303 pr->cmd_issue = 0; in ahci_port_write()
349 pr->cmd_issue |= val; in ahci_port_write()
567 if ((pr->cmd & PORT_CMD_START) && pr->cmd_issue) { in check_cmd()
568 for (slot = 0; (slot < 32) && pr->cmd_issue; slot++) { in check_cmd()
569 if (pr->cmd_issue & (1U << slot)) { in check_cmd()
639 pr->cmd_issue = 0; in ahci_reset_port()
1527 ad->port_regs.cmd_issue &= ~(1 << slot); in ahci_clear_cmd_issue()
1553 ad->port_regs.cmd_issue && !ad->check_bh) { in ahci_cmd_done()
1690 VMSTATE_UINT32(port_regs.cmd_issue, AHCIDevic
[all...]
H A Dahci-internal.h274 uint32_t cmd_issue; member