Home
last modified time | relevance | path

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/
Dcgx.h21 #define PCI_CFG_REG_BAR_NUM 0 macro
Dcgx.c960 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/
Dnic.h32 #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()
Dthunder_xcv.c179 xcv->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in xcv_probe()
Dthunder_bgx.c1620 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()
Dnic_main.c1338 nic->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in nic_probe()
Dnicvf_main.c2182 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/
Dotx2_common.h33 #define PCI_CFG_REG_BAR_NUM 2 macro
Dotx2_vf.c521 vf->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in otx2vf_probe()
Dotx2_pf.c2055 pf->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in otx2_probe()