Searched refs:gcr_reg (Results 1 – 1 of 1) sorted by relevance
8289 uint32_t gcr_reg = 0; in e1000_set_pci_ex_no_snoop() local8300 gcr_reg = E1000_READ_REG(hw, GCR); in e1000_set_pci_ex_no_snoop()8301 gcr_reg &= ~(PCI_EX_NO_SNOOP_ALL); in e1000_set_pci_ex_no_snoop()8302 gcr_reg |= no_snoop; in e1000_set_pci_ex_no_snoop()8303 E1000_WRITE_REG(hw, GCR, gcr_reg); in e1000_set_pci_ex_no_snoop()