Home
last modified time | relevance | path

Searched refs:PCI_CFG_REG_BAR_NUM (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic.h24 #define PCI_CFG_REG_BAR_NUM 0 macro
488 u64 addr = pci_resource_start(pdev, PCI_CFG_REG_BAR_NUM); in nic_get_node_id()
Dthunder_bgx.c1053 bgx->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in bgx_probe()
1059 bgx->bgx_id = (pci_resource_start(pdev, PCI_CFG_REG_BAR_NUM) >> 24) & 1; in bgx_probe()
Dnic_main.c1030 nic->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in nic_probe()
Dnicvf_main.c1515 nic->reg_base = pcim_iomap(pdev, PCI_CFG_REG_BAR_NUM, 0); in nicvf_probe()