Searched refs:pcibase (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/mips/nlm/hal/
H A Diomap.h161 uint64_t pcibase = nlm_pcicfg_base(devoffset); local
163 return (nlm_read_reg(pcibase, XLP_PCI_CFGREG0) != 0xffffffff);
167 nlm_qidstart(uint64_t pcibase) argument
169 return (nlm_read_reg(pcibase, XLP_PCI_MSGSTN_REG) & 0xffff);
173 nlm_qnum(uint64_t pcibase) argument
175 return (nlm_read_reg(pcibase, XLP_PCI_MSGSTN_REG) >> 16);
179 nlm_irtstart(uint64_t pcibase) argument
181 return (nlm_read_reg(pcibase, XLP_PCI_IRTINFO_REG) & 0xffff);
185 nlm_irtnum(uint64_t pcibase) argument
187 return (nlm_read_reg(pcibase, XLP_PCI_IRTINFO_RE
191 nlm_num_uengines(uint64_t pcibase) argument
[all...]
H A Dhaldefs.h431 nlm_xkphys_map_pcibar0(uint64_t pcibase) argument
435 paddr = nlm_read_reg(pcibase, 0x4) & ~0xfu;
/freebsd-13-stable/sys/mips/nlm/
H A Dcms.c121 uint64_t cmspcibase, cmsbase, pcibase; local
137 pcibase = nlm_pcicfg_base(devoffset);
138 src = nlm_qidstart(pcibase);

Completed in 46 milliseconds