Searched refs:AHCI_P_CI (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | ahci.h | 282 #define AHCI_P_CI 0x38 macro
|
H A D | pci_ahci.c | 2200 case AHCI_P_CI: in pci_ahci_port_write() 2318 case AHCI_P_CI: in pci_ahci_port_read()
|
/freebsd/sys/dev/ahci/ |
H A D | ahci.h | 287 #define AHCI_P_CI 0x38 macro
|
H A D | ahci.c | 1387 cstatus |= ATA_INL(ch->r_mem, AHCI_P_CI); in ahci_ch_intr_main() 1731 ATA_OUTL(ch->r_mem, AHCI_P_CI, (1 << slot->slot)); in ahci_execute_transaction() 1740 if (!(ATA_INL(ch->r_mem, AHCI_P_CI) & (1 << slot->slot))) in ahci_execute_transaction() 1797 ATA_INL(ch->r_mem, AHCI_P_CI), in ahci_execute_transaction() 1893 ATA_INL(ch->r_mem, AHCI_P_IS), ATA_INL(ch->r_mem, AHCI_P_CI), in ahci_timeout()
|