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

  /src/sys/dev/ic/
ahcisata_core.c 147 uint32_t ghc; local in function:ahci_enable
149 ghc = AHCI_READ(sc, AHCI_GHC);
150 if (!(ghc & AHCI_GHC_AE)) {
151 ghc |= AHCI_GHC_AE;
152 AHCI_WRITE(sc, AHCI_GHC, ghc);
1246 AHCIDEBUG_PRINT(("%s port %d poll end GHC 0x%x IS 0x%x list 0x%x%x fis 0x%x%x CMD 0x%x CI 0x%x\n", AHCINAME(sc), chp->ch_channel,
1492 AHCIDEBUG_PRINT(("%s port %d poll end GHC 0x%x IS 0x%x list 0x%x%x fis 0x%x%x CMD 0x%x CI 0x%x\n", AHCINAME(sc), chp->ch_channel,
1990 AHCIDEBUG_PRINT(("%s port %d poll end GHC 0x%x IS 0x%x list 0x%x%x fis 0x%x%x CMD 0x%x CI 0x%x\n", AHCINAME(sc), chp->ch_channel,
  /src/sys/dev/pci/
if_jme.c 1236 printf("jme_intr RXUMA 0x%x 0x%x RXMCHT 0x%x 0x%x GHC 0x%x\n",
1743 uint32_t ghc, gpreg, rxmac, txmac, txpause; local in function:jme_mac_config
1746 ghc = 0;
1755 ghc |= GHC_FULL_DUPLEX;
1774 ghc |= GHC_SPEED_10 | GHC_CLKSRC_10_100;
1777 ghc |= GHC_SPEED_100 | GHC_CLKSRC_10_100;
1780 ghc |= GHC_SPEED_1000 | GHC_CLKSRC_1000;
1815 bus_space_write_4(sc->jme_bt_mac, sc->jme_bh_mac, JME_GHC, ghc);

Completed in 16 milliseconds