Home
last modified time | relevance | path

Searched refs:AHCI_P_CMD_CR (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dahcisatareg.h234 #define AHCI_P_CMD_CR 0x00008000 /* command list running */ macro
H A Dahcisata_core.c598 if ((AHCI_READ(sc, AHCI_P_CMD(chp->ch_channel)) & AHCI_P_CMD_CR) in ahci_intr_port()
693 KASSERT((AHCI_READ(sc, AHCI_P_CMD(chp->ch_channel)) & AHCI_P_CMD_CR) == 0); in ahci_do_reset_drive()
1375 if ((AHCI_READ(sc, AHCI_P_CMD(chp->ch_channel)) & AHCI_P_CMD_CR) in ahci_channel_stop()
1383 if (AHCI_READ(sc, AHCI_P_CMD(chp->ch_channel)) & AHCI_P_CMD_CR) { in ahci_channel_stop()