Searched refs:exca_softc (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/sys/dev/pccard/exca/ |
H A D | excavar.h | 64 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 D | exca.c | 142 exca_mem_getb(struct exca_softc *sc, int reg) in exca_mem_getb() 148 exca_mem_putb(struct exca_softc *sc, int reg, uint8_t val) in exca_mem_putb() 154 exca_io_getb(struct exca_softc *sc, int reg) in exca_io_getb() 161 exca_io_putb(struct exca_softc *sc, int reg, uint8_t val) in exca_io_putb() 174 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() 289 exca_mem_unmap(struct exca_softc *sc, int window) in exca_mem_unmap() 306 exca_mem_findmap(struct exca_softc *sc, struct resource *res) in exca_mem_findmap() 329 exca_mem_set_flags(struct exca_softc *sc, struct resource *res, uint32_t flags) in exca_mem_set_flags() 350 exca_mem_unmap_res(struct exca_softc *sc, struct resource *res) in exca_mem_unmap_res() [all …]
|
/dflybsd-src/sys/dev/pccard/pccbb/ |
H A D | pccbbvar.h | 60 struct exca_softc exca[CBB_NSLOTS];
|