Symbol: exca_softc
sys/dev/exca/exca.c
144
exca_mem_getb(struct exca_softc *sc, int reg)
sys/dev/exca/exca.c
150
exca_mem_putb(struct exca_softc *sc, int reg, uint8_t val)
sys/dev/exca/exca.c
156
exca_io_getb(struct exca_softc *sc, int reg)
sys/dev/exca/exca.c
163
exca_io_putb(struct exca_softc *sc, int reg, uint8_t val)
sys/dev/exca/exca.c
176
exca_do_mem_map(struct exca_softc *sc, int win)
sys/dev/exca/exca.c
246
exca_mem_map(struct exca_softc *sc, int kind, struct resource *res)
sys/dev/exca/exca.c
299
exca_mem_unmap(struct exca_softc *sc, int window)
sys/dev/exca/exca.c
316
exca_mem_findmap(struct exca_softc *sc, struct resource *res)
sys/dev/exca/exca.c
339
exca_mem_set_flags(struct exca_softc *sc, struct resource *res, uint32_t flags)
sys/dev/exca/exca.c
374
exca_mem_unmap_res(struct exca_softc *sc, struct resource *res)
sys/dev/exca/exca.c
392
exca_mem_set_offset(struct exca_softc *sc, struct resource *res,
sys/dev/exca/exca.c
453
exca_do_io_map(struct exca_softc *sc, int win)
sys/dev/exca/exca.c
486
exca_io_map(struct exca_softc *sc, int width, struct resource *r)
sys/dev/exca/exca.c
516
exca_io_unmap(struct exca_softc *sc, int window)
sys/dev/exca/exca.c
534
exca_io_findmap(struct exca_softc *sc, struct resource *res)
sys/dev/exca/exca.c
549
exca_io_unmap_res(struct exca_softc *sc, struct resource *res)
sys/dev/exca/exca.c
570
exca_wait_ready(struct exca_softc *sc)
sys/dev/exca/exca.c
598
exca_reset(struct exca_softc *sc, device_t child)
sys/dev/exca/exca.c
634
exca_init(struct exca_softc *sc, device_t dev,
sys/dev/exca/exca.c
657
exca_valid_slot(struct exca_softc *exca)
sys/dev/exca/exca.c
773
exca_probe_slots(device_t dev, struct exca_softc *exca, bus_space_tag_t iot,
sys/dev/exca/exca.c
793
exca_insert(struct exca_softc *exca)
sys/dev/exca/exca.c
807
exca_removal(struct exca_softc *exca)
sys/dev/exca/exca.c
814
exca_activate_resource(struct exca_softc *exca, device_t child,
sys/dev/exca/exca.c
840
exca_deactivate_resource(struct exca_softc *exca, device_t child,
sys/dev/exca/exca.c
861
exca_alloc_resource(struct exca_softc *sc, device_t child, int type, int rid,
sys/dev/exca/exca.c
910
exca_release_resource(struct exca_softc *sc, device_t child, int type,
sys/dev/exca/excavar.h
106
void exca_init(struct exca_softc *sc, device_t dev,
sys/dev/exca/excavar.h
108
void exca_insert(struct exca_softc *sc);
sys/dev/exca/excavar.h
109
int exca_io_map(struct exca_softc *sc, int width, struct resource *r);
sys/dev/exca/excavar.h
110
int exca_io_unmap_res(struct exca_softc *sc, struct resource *res);
sys/dev/exca/excavar.h
111
int exca_is_pcic(struct exca_softc *sc);
sys/dev/exca/excavar.h
112
int exca_mem_map(struct exca_softc *sc, int kind, struct resource *res);
sys/dev/exca/excavar.h
113
int exca_mem_set_flags(struct exca_softc *sc, struct resource *res,
sys/dev/exca/excavar.h
115
int exca_mem_set_offset(struct exca_softc *sc, struct resource *res,
sys/dev/exca/excavar.h
117
int exca_mem_unmap_res(struct exca_softc *sc, struct resource *res);
sys/dev/exca/excavar.h
118
int exca_probe_slots(device_t dev, struct exca_softc *exca,
sys/dev/exca/excavar.h
120
void exca_removal(struct exca_softc *);
sys/dev/exca/excavar.h
121
void exca_reset(struct exca_softc *, device_t child);
sys/dev/exca/excavar.h
124
int exca_activate_resource(struct exca_softc *exca, device_t child,
sys/dev/exca/excavar.h
126
int exca_deactivate_resource(struct exca_softc *exca, device_t child,
sys/dev/exca/excavar.h
130
exca_getb(struct exca_softc *sc, int reg)
sys/dev/exca/excavar.h
136
exca_putb(struct exca_softc *sc, int reg, uint8_t val)
sys/dev/exca/excavar.h
142
exca_setb(struct exca_softc *sc, int reg, uint8_t mask)
sys/dev/exca/excavar.h
148
exca_clrb(struct exca_softc *sc, int reg, uint8_t mask)
sys/dev/exca/excavar.h
64
struct exca_softc;
sys/dev/exca/excavar.h
65
typedef uint8_t (exca_getb_fn)(struct exca_softc *, int);
sys/dev/exca/excavar.h
66
typedef void (exca_putb_fn)(struct exca_softc *, int, uint8_t);
sys/dev/pccbb/pccbbvar.h
57
struct exca_softc exca;