Home
last modified time | relevance | path

Searched full:gcr (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/arm/npcm/
H A Dnuvoton,gcr.yaml4 $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 Dnuvoton,npcm-gcr.yaml4 $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 Dnuvoton-common-npcm8xx.dtsi20 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 Dmt.1462 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 DStripGCRelocates.cpp32 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 Dnuvoton,npcm750-reset.yaml26 description: a phandle to access GCR registers.
51 nuvoton,sysgcr = <&gcr>;
/freebsd/sys/amd64/vmm/intel/
H A Dvtd.c57 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 Dlinux-presubmit.sh34 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 Dp1024_q256_t1862.pem2 MIIBKgKBgQD2JhtE0H2GzUgkWXHSj4aLIMdpLhbpcNeM8UR+GCr/QMv9YDmNmdyr
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dnuvoton,npcm845-pinctrl.yaml33 description: a phandle to access GCR registers.
195 nuvoton,sysgcr = <&gcr>;
/freebsd/sys/dev/ixgbe/
H A Dixgbe_82598.c82 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 Dnuvoton,npcm750-smp15 "nuvoton,npcm750-gcr".
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3977 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 Dnuvoton,npcm7xx-i2c.yaml74 nuvoton,sys-mgr = <&gcr>;
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dnuvoton,ma35d1-sdhci.yaml50 description: phandle to access GCR (Global Control Register) registers.
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-wpcm450.dtsi55 gcr: syscon@b0000000 { label
56 compatible = "nuvoton,wpcm450-gcr", "syscon", "simple-mfd";
H A Dnuvoton-common-npcm7xx.dtsi91 gcr: gcr@800000 { label
92 compatible = "nuvoton,npcm750-gcr", "syscon", "simple-mfd";
113 nuvoton,sysgcr = <&gcr>;
H A Dnuvoton-npcm730-kudo.dts818 &gcr {
H A Dnuvoton-npcm750-runbmc-olympus.dts192 &gcr {
/freebsd/sys/dev/e1000/
H A De1000_82575.c1991 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 De1000_mac.c1996 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 DEarlyCSE.cpp330 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 Dc64189 0 string GCR-1541 GCR Image
H A Dapple62 >>>21 byte 01 \b, SSDD GCR (400K)
63 >>>21 byte 02 \b, DSDD GCR (800K)
H A Darchive779 # 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)

12