Searched refs:ghc (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/jme/ |
H A D | if_jme.c | 2086 uint32_t ghc, gpreg, rxmac, txmac, txpause; in jme_mac_config() local 2096 ghc = 0; in jme_mac_config() 2105 ghc |= GHC_FULL_DUPLEX; in jme_mac_config() 2127 ghc |= GHC_SPEED_10; in jme_mac_config() 2131 ghc |= GHC_SPEED_100; in jme_mac_config() 2137 ghc |= GHC_SPEED_1000; in jme_mac_config() 2169 ghc |= txclk; in jme_mac_config() 2170 CSR_WRITE_4(sc, JME_GHC, ghc); in jme_mac_config() 2689 uint32_t ghc, gpreg; in jme_reset() local 2713 ghc = CSR_READ_4(sc, JME_GHC); in jme_reset() [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_ahci.c | 202 uint32_t ghc; member 249 if (sc->is == 0 || (sc->ghc & AHCI_GHC_IE) == 0) { in ahci_generate_intr() 299 if ((sc->ghc & AHCI_GHC_IE) == 0) in ahci_port_intr() 312 if ((sc->ghc & AHCI_GHC_IE) == 0) in ahci_port_intr() 563 sc->ghc = AHCI_GHC_AE; in ahci_reset() 2230 sc->ghc |= AHCI_GHC_IE; in pci_ahci_host_write() 2232 sc->ghc &= ~AHCI_GHC_IE; in pci_ahci_host_write() 2638 SNAPSHOT_VAR_OR_LEAVE(sc->ghc, meta, ret, done); in pci_ahci_snapshot()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CallingConvention.td | 467 // https://github.com/ghc/ghc/blob/master/rts/include/stg/MachRegs.h 476 // https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/GeneratedCode 480 // https://github.com/ghc/ghc/blob/master/rts/include/stg/MachRegs/arm64.h
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | make.bat | 104 echo.^> assistant -collectionFile %BUILDDIR%\qthelp\lld.ghc
|
/freebsd/contrib/libcbor/doc/ |
H A D | make.bat | 120 echo.^> assistant -collectionFile %BUILDDIR%\qthelp\libcbor.ghc
|