Searched refs:gcr (Results 1 – 12 of 12) sorted by relevance
/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/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/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() 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/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 {
|
H A D | nuvoton-npcm730-gbs.dts | 430 &gcr {
|
/freebsd/sys/dev/e1000/ |
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()
|
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() 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()
|
/freebsd/contrib/file/magic/Magdir/ |
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
|