Searched refs:AHCI_P_SACT (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | ahci.h | 281 #define AHCI_P_SACT 0x34 macro
|
H A D | pci_ahci.c | 2197 case AHCI_P_SACT: in pci_ahci_port_write() 2317 case AHCI_P_SACT: in pci_ahci_port_read()
|
/freebsd/sys/dev/ahci/ |
H A D | ahci.h | 286 #define AHCI_P_SACT 0x34 macro
|
H A D | ahci.c | 1383 cstatus = ATA_INL(ch->r_mem, AHCI_P_SACT); in ahci_ch_intr_main() 1721 ATA_OUTL(ch->r_mem, AHCI_P_SACT, 1 << slot->slot); in ahci_execute_transaction() 1798 ATA_INL(ch->r_mem, AHCI_P_SACT), ch->rslots, in ahci_execute_transaction() 1872 sstatus = ATA_INL(ch->r_mem, AHCI_P_SACT); in ahci_timeout() 1894 ATA_INL(ch->r_mem, AHCI_P_SACT), ch->rslots, in ahci_timeout()
|