HomeSort by: relevance | last modified time | path
    Searched refs:AHCI_P_TFD (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ahcisatareg.h 245 #define AHCI_P_TFD(p) (0x120 + AHCI_P_OFFSET(p)) /* Port task file data */
ahcisata_core.c 663 AHCI_READ(sc, AHCI_P_TFD(chp->ch_channel))),
679 tfd = AHCI_READ(sc, AHCI_P_TFD(chp->ch_channel));
709 tfd = AHCI_READ(sc, AHCI_P_TFD(chp->ch_channel));
964 sig = AHCI_READ(sc, AHCI_P_TFD(chp->ch_channel));
1016 tfd = AHCI_READ(sc, AHCI_P_TFD(chp->ch_channel));

Completed in 14 milliseconds