Home
last modified time | relevance | path

Searched refs:gcr (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dnuvoton-common-npcm7xx.dtsi66 gcr: gcr@800000 { label
67 compatible = "nuvoton,npcm750-gcr", "syscon",
/f-stack/freebsd/amd64/vmm/intel/
H A Dvtd.c62 volatile uint32_t gcr; member
252 vtdmap->gcr = VTD_GCR_WBF; in vtd_wbflush()
292 vtdmap->gcr = VTD_GCR_TE; in vtd_translation_enable()
301 vtdmap->gcr = 0; in vtd_translation_disable()
416 vtdmap->gcr = VTD_GCR_SRTP; in vtd_enable()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/cpu-enable-method/
H A Dnuvoton,npcm750-smp15 "nuvoton,npcm750-gcr".
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82598.c52 u32 gcr = IXGBE_READ_REG(hw, IXGBE_GCR); in ixgbe_set_pcie_completion_timeout() local
56 if (gcr & IXGBE_GCR_CMPL_TMOUT_MASK) in ixgbe_set_pcie_completion_timeout()
63 if (!(gcr & IXGBE_GCR_CAP_VER2)) { in ixgbe_set_pcie_completion_timeout()
64 gcr |= IXGBE_GCR_CMPL_TMOUT_10ms; in ixgbe_set_pcie_completion_timeout()
78 gcr &= ~IXGBE_GCR_CMPL_TMOUT_RESEND; in ixgbe_set_pcie_completion_timeout()
79 IXGBE_WRITE_REG(hw, IXGBE_GCR, gcr); in ixgbe_set_pcie_completion_timeout()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_mac.c1907 u32 gcr; in igc_set_pcie_no_snoop_generic() local
1915 gcr = IGC_READ_REG(hw, IGC_GCR); in igc_set_pcie_no_snoop_generic()
1916 gcr &= ~(PCIE_NO_SNOOP_ALL); in igc_set_pcie_no_snoop_generic()
1917 gcr |= no_snoop; in igc_set_pcie_no_snoop_generic()
1918 IGC_WRITE_REG(hw, IGC_GCR, gcr); in igc_set_pcie_no_snoop_generic()
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_mac.c2032 u32 gcr; in e1000_set_pcie_no_snoop_generic() local
2040 gcr = E1000_READ_REG(hw, E1000_GCR); in e1000_set_pcie_no_snoop_generic()
2041 gcr &= ~(PCIE_NO_SNOOP_ALL); in e1000_set_pcie_no_snoop_generic()
2042 gcr |= no_snoop; in e1000_set_pcie_no_snoop_generic()
2043 E1000_WRITE_REG(hw, E1000_GCR, gcr); in e1000_set_pcie_no_snoop_generic()
H A De1000_82575.c2044 u32 gcr = E1000_READ_REG(hw, E1000_GCR); in e1000_set_pcie_completion_timeout() local
2049 if (gcr & E1000_GCR_CMPL_TMOUT_MASK) in e1000_set_pcie_completion_timeout()
2056 if (!(gcr & E1000_GCR_CAP_VER2)) { in e1000_set_pcie_completion_timeout()
2057 gcr |= E1000_GCR_CMPL_TMOUT_10ms; in e1000_set_pcie_completion_timeout()
2077 gcr &= ~E1000_GCR_CMPL_TMOUT_RESEND; in e1000_set_pcie_completion_timeout()
2079 E1000_WRITE_REG(hw, E1000_GCR, gcr); in e1000_set_pcie_completion_timeout()