Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dahci.h219 #define AHCI_STEP 0x80 macro
H A Dpci_ahci.c2109 int port = (offset - AHCI_OFFSET) / AHCI_STEP; in pci_ahci_port_write()
2110 offset = (offset - AHCI_OFFSET) % AHCI_STEP; in pci_ahci_port_write()
2257 else if (offset < (uint64_t)AHCI_OFFSET + sc->ports * AHCI_STEP) in pci_ahci_write()
2301 int port = (offset - AHCI_OFFSET) / AHCI_STEP; in pci_ahci_port_read()
2302 offset = (offset - AHCI_OFFSET) % AHCI_STEP; in pci_ahci_port_read()
2354 else if (offset < (uint64_t)AHCI_OFFSET + sc->ports * AHCI_STEP) in pci_ahci_read()
2605 AHCI_OFFSET + sc->ports * AHCI_STEP); in pci_ahci_init()
/freebsd/sys/dev/ahci/
H A Dahci.h224 #define AHCI_STEP 0x80 macro