Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pci/
HDpci_pci.c715 return (sc->pmembase > 0 && sc->pmembase < sc->pmemlimit); in pcib_is_prefetch_open()
780 sc->pmembase = PCI_PPBMEMBASE( in pcib_get_mem_decode()
783 sc->pmembase = PCI_PPBMEMBASE(0, pmemlow); in pcib_get_mem_decode()
829 pmemhi = sc->pmembase >> 32; in pcib_set_mem_decode()
832 pci_write_config(dev, PCIR_PMBASEL_1, sc->pmembase >> 16, 2); in pcib_set_mem_decode()
1048 (uintmax_t)sc->pmembase, (uintmax_t)sc->pmemlimit); in pcib_attach_common()
1734 ok = ok || (start >= sc->pmembase && end <= sc->pmemlimit); in pcib_alloc_resource()
1748 if (start < sc->pmembase) in pcib_alloc_resource()
1749 start = sc->pmembase; in pcib_alloc_resource()
1774 if (start < sc->pmemlimit && end > sc->pmembase) in pcib_alloc_resource()
[all …]
HDpcib_private.h117 pci_addr_t pmembase; /* base address of prefetchable memory */ member
HDpcivar.h215 pci_addr_t pmembase; /* base address of prefetchable memory */ member