Searched refs:PCI_CFG_REG_BAR_NUM (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | cgx.h | 21 #define PCI_CFG_REG_BAR_NUM 0 macro
|
D | cgx.c | 960 cgx->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in cgx_probe() 975 cgx->cgx_id = (pci_resource_start(pdev, PCI_CFG_REG_BAR_NUM) >> 24) in cgx_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
D | nic.h | 32 #define PCI_CFG_REG_BAR_NUM 0 macro 611 u64 addr = pci_resource_start(pdev, PCI_CFG_REG_BAR_NUM); in nic_get_node_id()
|
D | thunder_xcv.c | 179 xcv->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in xcv_probe()
|
D | thunder_bgx.c | 1620 bgx->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in bgx_probe() 1632 PCI_CFG_REG_BAR_NUM) >> 24) & BGX_ID_MASK; in bgx_probe()
|
D | nic_main.c | 1338 nic->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in nic_probe()
|
D | nicvf_main.c | 2182 nic->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in nicvf_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.h | 33 #define PCI_CFG_REG_BAR_NUM 2 macro
|
D | otx2_vf.c | 521 vf->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in otx2vf_probe()
|
D | otx2_pf.c | 2055 pf->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in otx2_probe()
|