Searched refs:VPD_BASE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 600 #define VPD_BASE 0xc00 macro 715 * Card information is normally at VPD_BASE but some early cards had in get_vpd_params() 718 ret = t3_seeprom_read(adapter, VPD_BASE, (__le32 *)&vpd); in get_vpd_params() 721 addr = vpd.id_tag == 0x82 ? VPD_BASE : 0; in get_vpd_params()
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 196 #define VPD_BASE 0x400 macro 324 * Card information normally starts at VPD_BASE but early cards had in csio_hw_get_vpd_params() 327 ret = csio_hw_seeprom_read(hw, VPD_BASE, (uint32_t *)(vpd)); in csio_hw_get_vpd_params() 328 addr = *vpd == 0x82 ? VPD_BASE : VPD_BASE_OLD; in csio_hw_get_vpd_params()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 600 #define VPD_BASE 0xc00 macro 653 * Card information is normally at VPD_BASE but some early cards had in get_vpd_params() 656 ret = pci_read_vpd(adapter->pdev, VPD_BASE, 1, &base_val); in get_vpd_params() 659 addr = base_val == PCI_VPD_LRDT_ID_STRING ? VPD_BASE : 0; in get_vpd_params()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 196 #define VPD_BASE 0x400 macro 324 * Card information normally starts at VPD_BASE but early cards had in csio_hw_get_vpd_params() 327 ret = csio_hw_seeprom_read(hw, VPD_BASE, (uint32_t *)(vpd)); in csio_hw_get_vpd_params() 328 addr = *vpd == 0x82 ? VPD_BASE : VPD_BASE_OLD; in csio_hw_get_vpd_params()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 2690 #define VPD_BASE 0x400 macro 2756 /* Card information normally starts at VPD_BASE but early cards had in t4_get_raw_vpd_params() 2759 ret = pci_read_vpd(adapter->pdev, VPD_BASE, sizeof(u32), vpd); in t4_get_raw_vpd_params() 2769 addr = *vpd == CHELSIO_VPD_UNIQUE_ID ? VPD_BASE : VPD_BASE_OLD; in t4_get_raw_vpd_params()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 2690 #define VPD_BASE 0x400 macro 2754 /* Card information normally starts at VPD_BASE but early cards had in t4_get_raw_vpd_params() 2757 ret = pci_read_vpd(adapter->pdev, VPD_BASE, 1, &base_val); in t4_get_raw_vpd_params() 2761 addr = base_val == PCI_VPD_LRDT_ID_STRING ? VPD_BASE : VPD_BASE_OLD; in t4_get_raw_vpd_params()
|
Completed in 42 milliseconds