Symbol: exca_softc
sys/dev/pccard/exca/exca.c
142
exca_mem_getb(struct exca_softc *sc, int reg)
sys/dev/pccard/exca/exca.c
148
exca_mem_putb(struct exca_softc *sc, int reg, uint8_t val)
sys/dev/pccard/exca/exca.c
154
exca_io_getb(struct exca_softc *sc, int reg)
sys/dev/pccard/exca/exca.c
161
exca_io_putb(struct exca_softc *sc, int reg, uint8_t val)
sys/dev/pccard/exca/exca.c
174
exca_do_mem_map(struct exca_softc *sc, int win)
sys/dev/pccard/exca/exca.c
246
exca_mem_map(struct exca_softc *sc, int kind, struct resource *res)
sys/dev/pccard/exca/exca.c
289
exca_mem_unmap(struct exca_softc *sc, int window)
sys/dev/pccard/exca/exca.c
306
exca_mem_findmap(struct exca_softc *sc, struct resource *res)
sys/dev/pccard/exca/exca.c
329
exca_mem_set_flags(struct exca_softc *sc, struct resource *res, uint32_t flags)
sys/dev/pccard/exca/exca.c
350
exca_mem_unmap_res(struct exca_softc *sc, struct resource *res)
sys/dev/pccard/exca/exca.c
368
exca_mem_set_offset(struct exca_softc *sc, struct resource *res,
sys/dev/pccard/exca/exca.c
429
exca_do_io_map(struct exca_softc *sc, int win)
sys/dev/pccard/exca/exca.c
462
exca_io_map(struct exca_softc *sc, int width, struct resource *r)
sys/dev/pccard/exca/exca.c
492
exca_io_unmap(struct exca_softc *sc, int window)
sys/dev/pccard/exca/exca.c
510
exca_io_findmap(struct exca_softc *sc, struct resource *res)
sys/dev/pccard/exca/exca.c
525
exca_io_unmap_res(struct exca_softc *sc, struct resource *res)
sys/dev/pccard/exca/exca.c
546
exca_wait_ready(struct exca_softc *sc)
sys/dev/pccard/exca/exca.c
574
exca_reset(struct exca_softc *sc, device_t child)
sys/dev/pccard/exca/exca.c
610
exca_init(struct exca_softc *sc, device_t dev,
sys/dev/pccard/exca/exca.c
628
exca_valid_slot(struct exca_softc *exca)
sys/dev/pccard/exca/exca.c
741
exca_probe_slots(device_t dev, struct exca_softc *exca, bus_space_tag_t iot,
sys/dev/pccard/exca/exca.c
759
exca_insert(struct exca_softc *exca)
sys/dev/pccard/exca/exca.c
773
exca_removal(struct exca_softc *exca)
sys/dev/pccard/exca/exca.c
780
exca_activate_resource(struct exca_softc *exca, device_t child, int type,
sys/dev/pccard/exca/exca.c
805
exca_deactivate_resource(struct exca_softc *exca, device_t child, int type,
sys/dev/pccard/exca/exca.c
826
exca_alloc_resource(struct exca_softc *sc, device_t child, int type, int *rid,
sys/dev/pccard/exca/exca.c
875
exca_release_resource(struct exca_softc *sc, device_t child, int type,
sys/dev/pccard/exca/excavar.h
106
void exca_init(struct exca_softc *sc, device_t dev,
sys/dev/pccard/exca/excavar.h
108
void exca_insert(struct exca_softc *sc);
sys/dev/pccard/exca/excavar.h
109
int exca_io_map(struct exca_softc *sc, int width, struct resource *r);
sys/dev/pccard/exca/excavar.h
110
int exca_io_unmap_res(struct exca_softc *sc, struct resource *res);
sys/dev/pccard/exca/excavar.h
111
int exca_is_pcic(struct exca_softc *sc);
sys/dev/pccard/exca/excavar.h
112
int exca_mem_map(struct exca_softc *sc, int kind, struct resource *res);
sys/dev/pccard/exca/excavar.h
113
int exca_mem_set_flags(struct exca_softc *sc, struct resource *res,
sys/dev/pccard/exca/excavar.h
115
int exca_mem_set_offset(struct exca_softc *sc, struct resource *res,
sys/dev/pccard/exca/excavar.h
117
int exca_mem_unmap_res(struct exca_softc *sc, struct resource *res);
sys/dev/pccard/exca/excavar.h
118
int exca_probe_slots(device_t dev, struct exca_softc *exca,
sys/dev/pccard/exca/excavar.h
120
void exca_removal(struct exca_softc *);
sys/dev/pccard/exca/excavar.h
121
void exca_reset(struct exca_softc *, device_t child);
sys/dev/pccard/exca/excavar.h
124
int exca_activate_resource(struct exca_softc *exca, device_t child, int type,
sys/dev/pccard/exca/excavar.h
126
int exca_deactivate_resource(struct exca_softc *exca, device_t child, int type,
sys/dev/pccard/exca/excavar.h
130
exca_getb(struct exca_softc *sc, int reg)
sys/dev/pccard/exca/excavar.h
136
exca_putb(struct exca_softc *sc, int reg, uint8_t val)
sys/dev/pccard/exca/excavar.h
142
exca_setb(struct exca_softc *sc, int reg, uint8_t mask)
sys/dev/pccard/exca/excavar.h
148
exca_clrb(struct exca_softc *sc, int reg, uint8_t mask)
sys/dev/pccard/exca/excavar.h
64
struct exca_softc;
sys/dev/pccard/exca/excavar.h
65
typedef uint8_t (exca_getb_fn)(struct exca_softc *, int);
sys/dev/pccard/exca/excavar.h
66
typedef void (exca_putb_fn)(struct exca_softc *, int, uint8_t);
sys/dev/pccard/pccbb/pccbbvar.h
60
struct exca_softc exca[CBB_NSLOTS];