Home
last modified time | relevance | path

Searched refs:e1000_read_pci_cfg (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.h417 void e1000_read_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t * value);
De1000_hw.c946 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()
De1000_main.c4675 e1000_read_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) function