Home
last modified time | relevance | path

Searched refs:pmembase (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/pci/
H A Dpci_pci.c810 return (sc->pmembase > 0 && sc->pmembase < sc->pmemlimit); in pcib_is_prefetch_open()
875 sc->pmembase = PCI_PPBMEMBASE( in pcib_get_mem_decode()
878 sc->pmembase = PCI_PPBMEMBASE(0, pmemlow); in pcib_get_mem_decode()
924 pmemhi = sc->pmembase >> 32; in pcib_set_mem_decode()
927 pci_write_config(dev, PCIR_PMBASEL_1, sc->pmembase >> 16, 2); in pcib_set_mem_decode()
1715 (uintmax_t)sc->pmembase, (uintmax_t)sc->pmemlimit); in pcib_attach_common()
2535 ok = ok || (start >= sc->pmembase && end <= sc->pmemlimit); in pcib_alloc_resource()
2549 if (start < sc->pmembase) in pcib_alloc_resource()
2550 start = sc->pmembase; in pcib_alloc_resource()
2575 if (start < sc->pmemlimit && end > sc->pmembase) in pcib_alloc_resource()
[all …]
H A Dpcib_private.h124 pci_addr_t pmembase; /* base address of prefetchable memory */ member
H A Dpcivar.h234 pci_addr_t pmembase; /* base address of prefetchable memory */ member