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

/freebsd-12-stable/sys/dev/exca/
H A Dexcavar.h65 struct exca_softc;
66 typedef uint8_t (exca_getb_fn)(struct exca_softc *, int);
67 typedef void (exca_putb_fn)(struct exca_softc *, int, uint8_t);
69 struct exca_softc struct
107 void exca_init(struct exca_softc *sc, device_t dev,
109 void exca_insert(struct exca_softc *sc);
110 int exca_io_map(struct exca_softc *sc, int width, struct resource *r);
111 int exca_io_unmap_res(struct exca_softc *sc, struct resource *res);
112 int exca_is_pcic(struct exca_softc *sc);
113 int exca_mem_map(struct exca_softc *s
[all...]
H A Dexca.c147 exca_mem_getb(struct exca_softc *sc, int reg)
153 exca_mem_putb(struct exca_softc *sc, int reg, uint8_t val)
159 exca_io_getb(struct exca_softc *sc, int reg)
166 exca_io_putb(struct exca_softc *sc, int reg, uint8_t val)
179 exca_do_mem_map(struct exca_softc *sc, int win)
249 exca_mem_map(struct exca_softc *sc, int kind, struct resource *res)
302 exca_mem_unmap(struct exca_softc *sc, int window)
319 exca_mem_findmap(struct exca_softc *sc, struct resource *res)
342 exca_mem_set_flags(struct exca_softc *sc, struct resource *res, uint32_t flags)
377 exca_mem_unmap_res(struct exca_softc *s
[all...]
/freebsd-12-stable/sys/dev/pccbb/
H A Dpccbbvar.h61 struct exca_softc exca[CBB_NSLOTS];

Completed in 178 milliseconds