Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/imx/
H A Dimx6_ahci.c307 v = ATA_INL(ctlr->r_mem, AHCI_CAP); in imx6_ahci_attach()
308 ATA_OUTL(ctlr->r_mem, AHCI_CAP, v | AHCI_CAP_SSS); in imx6_ahci_attach()
/freebsd/usr.sbin/bhyve/
H A Dahci.h152 #define AHCI_CAP 0x00 macro
H A Dpci_ahci.c2218 case AHCI_CAP: in pci_ahci_host_write()
2271 case AHCI_CAP: in pci_ahci_host_read()
2283 p += (offset - AHCI_CAP) / sizeof(uint32_t); in pci_ahci_host_read()
/freebsd/sys/dev/ahci/
H A Dahci_pci.c643 caps = ATA_INL(ctlr->r_mem, AHCI_CAP); in ahci_pci_attach()
H A Dahci.h149 #define AHCI_CAP 0x00 macro
H A Dahci.c187 ATA_OUTL(ctlr->r_mem, AHCI_CAP, ctlr->caps); in ahci_ctlr_reset()
224 ctlr->caps = ATA_INL(ctlr->r_mem, AHCI_CAP); in ahci_attach()