Searched refs:AHCI_P_IS (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | ahci.h | 225 #define AHCI_P_IS 0x10 macro
|
H A D | pci_ahci.c | 2129 case AHCI_P_IS: in pci_ahci_port_write() 2309 case AHCI_P_IS: in pci_ahci_port_read()
|
/freebsd/sys/dev/ahci/ |
H A D | ahci.c | 1322 istatus = ATA_INL(ch->r_mem, AHCI_P_IS); in ahci_ch_intr() 1338 istatus = ATA_INL(ch->r_mem, AHCI_P_IS); in ahci_ch_intr_direct() 1380 ATA_OUTL(ch->r_mem, AHCI_P_IS, istatus); in ahci_ch_intr_main() 1755 (ATA_INL(ch->r_mem, AHCI_P_IS) & AHCI_P_IX_IPM)) { in ahci_execute_transaction() 1796 ATA_INL(ch->r_mem, AHCI_P_IS), in ahci_execute_transaction() 1893 ATA_INL(ch->r_mem, AHCI_P_IS), ATA_INL(ch->r_mem, AHCI_P_CI), in ahci_timeout() 2317 ATA_OUTL(ch->r_mem, AHCI_P_IS, 0xFFFFFFFF); in ahci_start() 2900 istatus = ATA_INL(ch->r_mem, AHCI_P_IS); in ahcipoll()
|
H A D | ahci.h | 230 #define AHCI_P_IS 0x10 macro
|