Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/
H A Dcms.c122 uint32_t devoffset; in xlp_cms_credit_setup() local
134 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()
H A Dxlp_pci.c87 int busno, node, devoffset; in xlp_pci_attach() local
108 devoffset = XLP_HDR_OFFSET(node, 0, s % 8, f); in xlp_pci_attach()
109 if (!nlm_dev_exists(devoffset)) in xlp_pci_attach()
/f-stack/freebsd/mips/nlm/hal/
H A Diomap.h159 nlm_dev_exists(uint32_t devoffset) in nlm_dev_exists() argument
161 uint64_t pcibase = nlm_pcicfg_base(devoffset); in nlm_dev_exists()
H A Dhaldefs.h425 nlm_pcicfg_base(uint32_t devoffset) in nlm_pcicfg_base() argument
427 return xlp_io_base + devoffset; in nlm_pcicfg_base()