Searched refs:VPD_BASE (Results 1 – 3 of 3) sorted by relevance
222 #define VPD_BASE 0x400 macro353 ret = csio_hw_seeprom_read(hw, VPD_BASE, (uint32_t *)(vpd)); in csio_hw_get_vpd_params()354 addr = *vpd == 0x82 ? VPD_BASE : VPD_BASE_OLD; in csio_hw_get_vpd_params()
546 #define VPD_BASE 0x400 macro583 ret = pci_read_vpd(adapter->pdev, VPD_BASE, sizeof(u32), vpd); in get_vpd_params()586 addr = *vpd == 0x82 ? VPD_BASE : VPD_BASE_OLD; in get_vpd_params()
600 #define VPD_BASE 0xc00 macro700 ret = t3_seeprom_read(adapter, VPD_BASE, (__le32 *)&vpd); in get_vpd_params()703 addr = vpd.id_tag == 0x82 ? VPD_BASE : 0; in get_vpd_params()