Searched refs:GRUB_AHCI_HBA_PORT_CMD_ST (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dahci.c77 GRUB_AHCI_HBA_PORT_CMD_ST = 0x01, enumerator in enum:grub_ahci_hba_port_command
194 dev->hba->ports[dev->port].command &= ~GRUB_AHCI_HBA_PORT_CMD_ST;
220 dev->hba->ports[dev->port].command |= GRUB_AHCI_HBA_PORT_CMD_ST;
418 dev->hba->ports[dev->port].command &= ~GRUB_AHCI_HBA_PORT_CMD_ST;
521 dev->hba->ports[dev->port].command &= ~GRUB_AHCI_HBA_PORT_CMD_ST;
529 dev->hba->ports[dev->port].command |= GRUB_AHCI_HBA_PORT_CMD_ST;

Completed in 21 milliseconds