Searched refs:pcib_window (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/pci/
H A Dpcib_private.h77 struct pcib_window { struct
123 struct pcib_window io; /* I/O port window */
124 struct pcib_window mem; /* memory window */
125 struct pcib_window pmem; /* prefetchable memory window */
H A Dpci_pci.c174 pcib_is_window_open(struct pcib_window *pw)
276 pcib_add_window_resources(struct pcib_window *w, struct resource **res,
351 struct pcib_window *w;
404 pcib_alloc_window(struct pcib_softc *sc, struct pcib_window *w, int type,
558 pcib_release_window(struct pcib_softc *sc, struct pcib_window *w, int type)
1858 pcib_suballoc_resource(struct pcib_softc *sc, struct pcib_window *w,
1896 pcib_alloc_new_window(struct pcib_softc *sc, struct pcib_window *w, int type,
1969 pcib_expand_window(struct pcib_softc *sc, struct pcib_window *w, int type,
2067 pcib_grow_window(struct pcib_softc *sc, struct pcib_window *w, int type,

Completed in 163 milliseconds