Searched refs:gcr (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | nuvoton-common-npcm7xx.dtsi | 66 gcr: gcr@800000 { label 67 compatible = "nuvoton,npcm750-gcr", "syscon",
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vtd.c | 62 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 D | nuvoton,npcm750-smp | 15 "nuvoton,npcm750-gcr".
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_82598.c | 52 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 D | igc_mac.c | 1907 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 D | e1000_mac.c | 2032 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 D | e1000_82575.c | 2044 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()
|