Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dahci.h282 #define AHCI_P_CI 0x38 macro
H A Dpci_ahci.c2150 case AHCI_P_CI: in pci_ahci_port_write()
2268 case AHCI_P_CI: in pci_ahci_port_read()
/freebsd/sys/dev/ahci/
H A Dahci.h287 #define AHCI_P_CI 0x38 macro
H A Dahci.c1385 cstatus |= ATA_INL(ch->r_mem, AHCI_P_CI); in ahci_ch_intr_main()
1729 ATA_OUTL(ch->r_mem, AHCI_P_CI, (1 << slot->slot)); in ahci_execute_transaction()
1738 if (!(ATA_INL(ch->r_mem, AHCI_P_CI) & (1 << slot->slot))) in ahci_execute_transaction()
1795 ATA_INL(ch->r_mem, AHCI_P_CI), in ahci_execute_transaction()
1891 ATA_INL(ch->r_mem, AHCI_P_IS), ATA_INL(ch->r_mem, AHCI_P_CI), in ahci_timeout()