Searched refs:pci_hi (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/arm/arm/
H A Dofw_machdep.c45 pcell_t pci_hi; local
48 res = ofw_reg_to_paddr(dev, regno, &addr, &size, &pci_hi);
57 if (pci_hi == OFW_PADDR_NOT_PCI) {
62 flags = (pci_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) ?
/freebsd-11-stable/sys/mips/mips/
H A Dofw_machdep.c45 pcell_t pci_hi; local
48 res = ofw_reg_to_paddr(dev, regno, &addr, &size, &pci_hi);
57 if (pci_hi == OFW_PADDR_NOT_PCI) {
62 flags = (pci_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) ?
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_pci.h38 uint32_t pci_hi; member in struct:ofw_pci_range
H A Dofw_pci.c195 rp->pci_hi != 0; rp++) {
198 switch (rp->pci_hi & OFW_PCI_PHYS_HI_SPACEMASK) {
215 "error = %d\n", rp->pci_hi &
396 rp->pci_hi != 0; rp++) {
400 switch (rp->pci_hi & OFW_PCI_PHYS_HI_SPACEMASK) {
537 ranges[i].pci_hi = base_ranges[j++];
H A Dofw_machdep.c592 pcell_t pci_hi; local
595 res = ofw_reg_to_paddr(dev, regno, &addr, &size, &pci_hi);
599 if (pci_hi == OFW_PADDR_NOT_PCI) {
604 flags = (pci_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) ?
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_subr.c78 pcell_t cell[32], pci_hi; local
108 pci_hi = pci ? cell[regno] : OFW_PADDR_NOT_PCI;
109 spc = pci_hi & OFW_PCI_PHYS_HI_SPACEMASK;
133 /* Capture pci_hi if we just transitioned onto a PCI bus. */
134 if (pcib && pci_hi == OFW_PADDR_NOT_PCI) {
135 pci_hi = cell[0];
136 spc = pci_hi & OFW_PCI_PHYS_HI_SPACEMASK;
179 *ppci_hi = pci_hi;
H A Dofwpci.h44 uint32_t pci_hi; member in struct:ofw_pci_range
H A Dofwpci.c228 switch (rp->pci_hi & OFW_PCI_PHYS_HI_SPACEMASK) {
237 if (rp->pci_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) {
251 "error = %d\n", rp->pci_hi &
505 rp->pci_hi != 0; rp++) {
509 switch (rp->pci_hi & OFW_PCI_PHYS_HI_SPACEMASK) {
638 ranges[i].pci_hi = base_ranges[j++];
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c777 switch (sc->pci_sc.sc_range[i].pci_hi &
804 sc->pci_sc.sc_range[i].pci_hi &
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_pcie.c1098 if ((ranges[i].pci_hi & OFW_PCI_PHYS_HI_SPACEMASK) ==
1107 if (((ranges[i].pci_hi & OFW_PCI_PHYS_HI_SPACEMASK) ==
1109 if (ranges[i].pci_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) {

Completed in 69 milliseconds