Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcib_private.h71 struct pcib_window { struct
113 struct pcib_window io; /* I/O port window */
114 struct pcib_window mem; /* memory window */
115 struct pcib_window pmem; /* prefetchable memory window */
H A Dpci_pci.c153 static struct pcib_window *
187 pcib_is_window_open(struct pcib_window *pw) in pcib_is_window_open()
289 pcib_add_window_resources(struct pcib_window *w, struct resource **res, in pcib_add_window_resources()
364 struct pcib_window *w; in alloc_ranges()
417 pcib_alloc_window(struct pcib_softc *sc, struct pcib_window *w, int type, in pcib_alloc_window()
571 pcib_release_window(struct pcib_softc *sc, struct pcib_window *w, int type) in pcib_release_window()
1663 pcib_suballoc_resource(struct pcib_softc *sc, struct pcib_window *w, in pcib_suballoc_resource()
1697 pcib_alloc_new_window(struct pcib_softc *sc, struct pcib_window *w, int type, in pcib_alloc_new_window()
1770 pcib_expand_window(struct pcib_softc *sc, struct pcib_window *w, int type, in pcib_expand_window()
1868 pcib_grow_window(struct pcib_softc *sc, struct pcib_window *w, int type, in pcib_grow_window()
[all …]
/freebsd/sys/dev/vmd/
H A Dvmd.c251 struct pcib_window *w; in vmd_attach()