Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c236 uint32_t reg, ports_impl; in ahci_hba_enable() local
256 ports_impl = ahci_rreg(ahci, AHCI_PI); in ahci_hba_enable()
258 for (i = 0; ports_impl; ports_impl >>= 1, ++i) { in ahci_hba_enable()
259 if (!(ports_impl & 0x01)) { in ahci_hba_enable()