Searched refs:e1000_read_pci_cfg (Results 1 – 3 of 3) sorted by relevance
417 void e1000_read_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t * value);
946 e1000_read_pci_cfg(hw, PCIX_COMMAND_REGISTER, &pcix_cmd_word); in e1000_init_hw()947 e1000_read_pci_cfg(hw, PCIX_STATUS_REGISTER_HI, in e1000_init_hw()
4675 e1000_read_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) function