Searched refs:exca_softc (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/dev/exca/ |
| HD | excavar.h | 63 struct exca_softc; 64 typedef uint8_t (exca_getb_fn)(struct exca_softc *, int); 65 typedef void (exca_putb_fn)(struct exca_softc *, int, uint8_t); 67 struct exca_softc struct 105 void exca_init(struct exca_softc *sc, device_t dev, argument 107 void exca_insert(struct exca_softc *sc); 108 int exca_io_map(struct exca_softc *sc, int width, struct resource *r); 109 int exca_io_unmap_res(struct exca_softc *sc, struct resource *res); 110 int exca_is_pcic(struct exca_softc *sc); 111 int exca_mem_map(struct exca_softc *sc, int kind, struct resource *res); [all …]
|
| HD | exca.c | 145 exca_mem_getb(struct exca_softc *sc, int reg) in exca_mem_getb() 151 exca_mem_putb(struct exca_softc *sc, int reg, uint8_t val) in exca_mem_putb() 157 exca_io_getb(struct exca_softc *sc, int reg) in exca_io_getb() 164 exca_io_putb(struct exca_softc *sc, int reg, uint8_t val) in exca_io_putb() 177 exca_do_mem_map(struct exca_softc *sc, int win) in exca_do_mem_map() 247 exca_mem_map(struct exca_softc *sc, int kind, struct resource *res) in exca_mem_map() 300 exca_mem_unmap(struct exca_softc *sc, int window) in exca_mem_unmap() 317 exca_mem_findmap(struct exca_softc *sc, struct resource *res) in exca_mem_findmap() 340 exca_mem_set_flags(struct exca_softc *sc, struct resource *res, uint32_t flags) in exca_mem_set_flags() 375 exca_mem_unmap_res(struct exca_softc *sc, struct resource *res) in exca_mem_unmap_res() [all …]
|
| /trueos/sys/dev/pccbb/ |
| HD | pccbbvar.h | 59 struct exca_softc exca[CBB_NSLOTS];
|