Home
last modified time | relevance | path

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

/freebsd/sys/dev/exca/
H A Dexcavar.h64 struct exca_softc;
65 typedef uint8_t (exca_getb_fn)(struct exca_softc *, int);
66 typedef void (exca_putb_fn)(struct exca_softc *, int, uint8_t);
68 struct exca_softc struct
106 void exca_init(struct exca_softc *sc, device_t dev, argument
108 void exca_insert(struct exca_softc *sc);
109 int exca_io_map(struct exca_softc *sc, int width, struct resource *r);
110 int exca_io_unmap_res(struct exca_softc *sc, struct resource *res);
111 int exca_is_pcic(struct exca_softc *sc);
112 int exca_mem_map(struct exca_softc *sc, int kind, struct resource *res);
[all …]
H A Dexca.c144 exca_mem_getb(struct exca_softc *sc, int reg) in exca_mem_getb()
150 exca_mem_putb(struct exca_softc *sc, int reg, uint8_t val) in exca_mem_putb()
156 exca_io_getb(struct exca_softc *sc, int reg) in exca_io_getb()
163 exca_io_putb(struct exca_softc *sc, int reg, uint8_t val) in exca_io_putb()
176 exca_do_mem_map(struct exca_softc *sc, int win) in exca_do_mem_map()
246 exca_mem_map(struct exca_softc *sc, int kind, struct resource *res) in exca_mem_map()
299 exca_mem_unmap(struct exca_softc *sc, int window) in exca_mem_unmap()
316 exca_mem_findmap(struct exca_softc *sc, struct resource *res) in exca_mem_findmap()
339 exca_mem_set_flags(struct exca_softc *sc, struct resource *res, uint32_t flags) in exca_mem_set_flags()
374 exca_mem_unmap_res(struct exca_softc *s
[all...]
/freebsd/sys/dev/pccbb/
H A Dpccbbvar.h57 struct exca_softc exca;