Searched refs:gcr_reg (Results 1 – 1 of 1) sorted by relevance
9900 uint32_t gcr_reg = 0; in em_set_pci_ex_no_snoop() local9910 gcr_reg = E1000_READ_REG(hw, GCR); in em_set_pci_ex_no_snoop()9911 gcr_reg &= ~(PCI_EX_NO_SNOOP_ALL); in em_set_pci_ex_no_snoop()9912 gcr_reg |= no_snoop; in em_set_pci_ex_no_snoop()9913 E1000_WRITE_REG(hw, GCR, gcr_reg); in em_set_pci_ex_no_snoop()