Searched refs:sky2_pci_read16 (Results 1 – 2 of 2) sorted by relevance
1681 cmd = sky2_pci_read16(hw, cap + PCI_X_CMD); in sky2_hw_up()2367 phy = sky2_pci_read16(hw, PSM_CONFIG_REG4); in sky2_qlink_intr()2882 pci_err = sky2_pci_read16(hw, PCI_STATUS); in sky2_hw_intr()3287 status = sky2_pci_read16(hw, PCI_STATUS); in sky2_reset()3351 reg = sky2_pci_read16(hw, PSM_CONFIG_REG3); in sky2_reset()4274 reg2 = sky2_pci_read16(hw, PCI_DEV_REG2); in sky2_get_eeprom_len()4282 while ( (sky2_pci_read16(hw, cap + PCI_VPD_ADDR) & PCI_VPD_ADDR_F) == busy) { in sky2_vpd_wait()4478 reg2 = sky2_pci_read16(hw, PCI_DEV_REG2); in sky2_show_vpd()
2418 static inline u16 sky2_pci_read16(const struct sky2_hw *hw, unsigned reg) in sky2_pci_read16() function