Searched refs:devoffset (Results 1 – 4 of 4) sorted by relevance
122 uint32_t devoffset; in xlp_cms_credit_setup() local134 devoffset = XLP_HDR_OFFSET(i, 0, dev, fn); in xlp_cms_credit_setup()135 if (nlm_dev_exists(devoffset) == 0) in xlp_cms_credit_setup()137 pcibase = nlm_pcicfg_base(devoffset); in xlp_cms_credit_setup()
87 int busno, node, devoffset; in xlp_pci_attach() local108 devoffset = XLP_HDR_OFFSET(node, 0, s % 8, f); in xlp_pci_attach()109 if (!nlm_dev_exists(devoffset)) in xlp_pci_attach()
159 nlm_dev_exists(uint32_t devoffset) in nlm_dev_exists() argument161 uint64_t pcibase = nlm_pcicfg_base(devoffset); in nlm_dev_exists()
425 nlm_pcicfg_base(uint32_t devoffset) in nlm_pcicfg_base() argument427 return xlp_io_base + devoffset; in nlm_pcicfg_base()