/freebsd/sys/contrib/device-tree/Bindings/arm/npcm/ |
H A D | nuvoton,gcr.yaml | 4 $id: http://devicetree.org/schemas/arm/npcm/nuvoton,gcr.yaml# 14 The Global Control Registers (GCR) are a block of registers in Nuvoton SoCs 22 - nuvoton,wpcm450-gcr 23 - nuvoton,npcm750-gcr 24 - nuvoton,npcm845-gcr 40 gcr: syscon@800000 { 41 compatible = "nuvoton,npcm750-gcr", "syscon", "simple-mfd";
|
/freebsd/sys/contrib/device-tree/Bindings/soc/nuvoton/ |
H A D | nuvoton,npcm-gcr.yaml | 4 $id: http://devicetree.org/schemas/soc/nuvoton/nuvoton,npcm-gcr.yaml# 14 The Global Control Registers (GCR) are a block of registers in Nuvoton SoCs 22 - nuvoton,wpcm450-gcr 23 - nuvoton,npcm750-gcr 24 - nuvoton,npcm845-gcr 40 gcr: syscon@800000 { 41 compatible = "nuvoton,npcm750-gcr", "syscon", "simple-mfd";
|
/freebsd/sys/contrib/device-tree/src/arm64/nuvoton/ |
H A D | nuvoton-common-npcm8xx.dtsi | 20 gcr: system-controller@f0800000 { label 21 compatible = "nuvoton,npcm845-gcr", "syscon"; 54 nuvoton,sysgcr = <&gcr>; 157 syscon = <&gcr>; 166 syscon = <&gcr>; 175 syscon = <&gcr>;
|
/freebsd/usr.bin/mt/ |
H A D | mt.1 | 462 0x03 12.7 (0.5) 9 246 (6,250) GCR R X3.54-1986 2 463 0x05 6.3 (0.25) 4/9 315 (8,000) GCR C X3.136-1986 1,3 466 0x08 3.81 (0.15) 4 315 (8,000) GCR CS X3.158-1987 1 467 0x09 12.7 (0.5) 18 1,491 (37,871) GCR C X3.180 2 470 0x0C 12.7 (0.5) 24 500 (12,690) GCR C HI-TC1 1,6 471 0x0D 12.7 (0.5) 24 999 (25,380) GCR C HI-TC2 1,6 472 0x0F 6.3 (0.25) 15 394 (10,000) GCR C QIC-120 1,6 473 0x10 6.3 (0.25) 18 394 (10,000) GCR C QIC-150 1,6 474 0x11 6.3 (0.25) 26 630 (16,000) GCR C QIC-320 1,6 486 0x1D 6.3 (0.25) 32 1,512 (38,400) GCR C QIC-410M 1,6 [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | StripGCRelocates.cpp | 32 if (auto *GCR = dyn_cast<GCRelocateInst>(&I)) in stripGCRelocates() local 33 if (isa<GCStatepointInst>(GCR->getOperand(0))) in stripGCRelocates() 34 GCRelocates.push_back(GCR); in stripGCRelocates()
|
/freebsd/sys/contrib/device-tree/Bindings/reset/ |
H A D | nuvoton,npcm750-reset.yaml | 26 description: a phandle to access GCR registers. 51 nuvoton,sysgcr = <&gcr>;
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vtd.c | 57 volatile uint32_t gcr; member 247 vtdmap->gcr = VTD_GCR_WBF; in vtd_wbflush() 287 vtdmap->gcr = VTD_GCR_TE; in vtd_translation_enable() 296 vtdmap->gcr = 0; in vtd_translation_disable() 411 vtdmap->gcr = VTD_GCR_SRTP; in vtd_enable()
|
/freebsd/contrib/googletest/ci/ |
H A D | linux-presubmit.sh | 34 readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20240523" 35 readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20230120"
|
/freebsd/crypto/openssl/test/recipes/15-test_dsaparam_data/valid/ |
H A D | p1024_q256_t1862.pem | 2 MIIBKgKBgQD2JhtE0H2GzUgkWXHSj4aLIMdpLhbpcNeM8UR+GCr/QMv9YDmNmdyr
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | nuvoton,npcm845-pinctrl.yaml | 33 description: a phandle to access GCR registers. 195 nuvoton,sysgcr = <&gcr>;
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_82598.c | 82 u32 gcr = IXGBE_READ_REG(hw, IXGBE_GCR); in ixgbe_set_pcie_completion_timeout() local 86 if (gcr & IXGBE_GCR_CMPL_TMOUT_MASK) in ixgbe_set_pcie_completion_timeout() 91 * timeout of 10ms to 250ms through the GCR register in ixgbe_set_pcie_completion_timeout() 93 if (!(gcr & IXGBE_GCR_CAP_VER2)) { in ixgbe_set_pcie_completion_timeout() 94 gcr |= IXGBE_GCR_CMPL_TMOUT_10ms; in ixgbe_set_pcie_completion_timeout() 108 gcr &= ~IXGBE_GCR_CMPL_TMOUT_RESEND; in ixgbe_set_pcie_completion_timeout() 109 IXGBE_WRITE_REG(hw, IXGBE_GCR, gcr); in ixgbe_set_pcie_completion_timeout()
|
/freebsd/sys/contrib/device-tree/Bindings/arm/cpu-enable-method/ |
H A D | nuvoton,npcm750-smp | 15 "nuvoton,npcm750-gcr".
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3977 GCRelocateInst &GCR = *const_cast<GCRelocateInst *>(Reloc); in visitCallBase() local 3980 if (GCR.use_empty()) { in visitCallBase() 3981 eraseInstFromFunction(GCR); in visitCallBase() 3985 Value *DerivedPtr = GCR.getDerivedPtr(); in visitCallBase() 3986 Value *BasePtr = GCR.getBasePtr(); in visitCallBase() 3990 replaceInstUsesWith(GCR, UndefValue::get(GCR.getType())); in visitCallBase() 3991 eraseInstFromFunction(GCR); in visitCallBase() 3995 if (auto *PT = dyn_cast<PointerType>(GCR.getType())) { in visitCallBase() 4001 replaceInstUsesWith(GCR, ConstantPointerNull::get(PT)); in visitCallBase() 4002 eraseInstFromFunction(GCR); in visitCallBase() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | nuvoton,npcm7xx-i2c.yaml | 74 nuvoton,sys-mgr = <&gcr>;
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | nuvoton,ma35d1-sdhci.yaml | 50 description: phandle to access GCR (Global Control Register) registers.
|
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/ |
H A D | nuvoton-wpcm450.dtsi | 55 gcr: syscon@b0000000 { label 56 compatible = "nuvoton,wpcm450-gcr", "syscon", "simple-mfd";
|
H A D | nuvoton-common-npcm7xx.dtsi | 91 gcr: gcr@800000 { label 92 compatible = "nuvoton,npcm750-gcr", "syscon", "simple-mfd"; 113 nuvoton,sysgcr = <&gcr>;
|
H A D | nuvoton-npcm730-kudo.dts | 818 &gcr {
|
H A D | nuvoton-npcm750-runbmc-olympus.dts | 192 &gcr {
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_82575.c | 1991 u32 gcr = E1000_READ_REG(hw, E1000_GCR); in e1000_set_pcie_completion_timeout() local 1996 if (gcr & E1000_GCR_CMPL_TMOUT_MASK) in e1000_set_pcie_completion_timeout() 2001 * timeout of 10ms to 200ms through the GCR register in e1000_set_pcie_completion_timeout() 2003 if (!(gcr & E1000_GCR_CAP_VER2)) { in e1000_set_pcie_completion_timeout() 2004 gcr |= E1000_GCR_CMPL_TMOUT_10ms; in e1000_set_pcie_completion_timeout() 2024 gcr &= ~E1000_GCR_CMPL_TMOUT_RESEND; in e1000_set_pcie_completion_timeout() 2026 E1000_WRITE_REG(hw, E1000_GCR, gcr); in e1000_set_pcie_completion_timeout()
|
H A D | e1000_mac.c | 1996 u32 gcr; in e1000_set_pcie_no_snoop_generic() local 2004 gcr = E1000_READ_REG(hw, E1000_GCR); in e1000_set_pcie_no_snoop_generic() 2005 gcr &= ~(PCIE_NO_SNOOP_ALL); in e1000_set_pcie_no_snoop_generic() 2006 gcr |= no_snoop; in e1000_set_pcie_no_snoop_generic() 2007 E1000_WRITE_REG(hw, E1000_GCR, gcr); in e1000_set_pcie_no_snoop_generic()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 330 if (const GCRelocateInst *GCR = dyn_cast<GCRelocateInst>(Inst)) in getHashValueImpl() local 331 return hash_combine(GCR->getOpcode(), GCR->getOperand(0), in getHashValueImpl() 332 GCR->getBasePtr(), GCR->getDerivedPtr()); in getHashValueImpl()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | c64 | 189 0 string GCR-1541 GCR Image
|
H A D | apple | 62 >>>21 byte 01 \b, SSDD GCR (400K) 63 >>>21 byte 02 \b, DSDD GCR (800K)
|
H A D | archive | 779 # 00064000 for 400k GCR disks dc42-400k-gcr.trid.xml 780 # 000c8000 for 800k GCR disks dc42-800k-gcr.trid.xml 818 >0x50 ubyte 0 \b, GCR CLV ssdd (400k) 819 >0x50 ubyte 1 \b, GCR CLV dsdd (800k)
|