Searched defs:global_control (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dahci.c86 grub_uint32_t global_control; member in struct:grub_ahci_hba
308 if (!(hba->global_control & GRUB_AHCI_HBA_GLOBAL_CONTROL_AHCI_EN))
315 hba->global_control |= GRUB_AHCI_HBA_GLOBAL_CONTROL_AHCI_EN;
317 if (hba->global_control & GRUB_AHCI_HBA_GLOBAL_CONTROL_AHCI_EN)
329 hba->global_control |= 1;
331 while (hba->global_control & 1)
341 hba->global_control |= GRUB_AHCI_HBA_GLOBAL_CONTROL_AHCI_EN;
343 if (hba->global_control & GRUB_AHCI_HBA_GLOBAL_CONTROL_AHCI_EN)

Completed in 22 milliseconds