exca_softc
exca_mem_getb(struct exca_softc *sc, int reg)
exca_mem_putb(struct exca_softc *sc, int reg, uint8_t val)
exca_io_getb(struct exca_softc *sc, int reg)
exca_io_putb(struct exca_softc *sc, int reg, uint8_t val)
exca_do_mem_map(struct exca_softc *sc, int win)
exca_mem_map(struct exca_softc *sc, int kind, struct resource *res)
exca_mem_unmap(struct exca_softc *sc, int window)
exca_mem_findmap(struct exca_softc *sc, struct resource *res)
exca_mem_set_flags(struct exca_softc *sc, struct resource *res, uint32_t flags)
exca_mem_unmap_res(struct exca_softc *sc, struct resource *res)
exca_mem_set_offset(struct exca_softc *sc, struct resource *res,
exca_do_io_map(struct exca_softc *sc, int win)
exca_io_map(struct exca_softc *sc, int width, struct resource *r)
exca_io_unmap(struct exca_softc *sc, int window)
exca_io_findmap(struct exca_softc *sc, struct resource *res)
exca_io_unmap_res(struct exca_softc *sc, struct resource *res)
exca_wait_ready(struct exca_softc *sc)
exca_reset(struct exca_softc *sc, device_t child)
exca_init(struct exca_softc *sc, device_t dev,
exca_valid_slot(struct exca_softc *exca)
exca_probe_slots(device_t dev, struct exca_softc *exca, bus_space_tag_t iot,
exca_insert(struct exca_softc *exca)
exca_removal(struct exca_softc *exca)
exca_activate_resource(struct exca_softc *exca, device_t child,
exca_deactivate_resource(struct exca_softc *exca, device_t child,
exca_alloc_resource(struct exca_softc *sc, device_t child, int type, int rid,
exca_release_resource(struct exca_softc *sc, device_t child, int type,
void exca_init(struct exca_softc *sc, device_t dev,
void exca_insert(struct exca_softc *sc);
int exca_io_map(struct exca_softc *sc, int width, struct resource *r);
int exca_io_unmap_res(struct exca_softc *sc, struct resource *res);
int exca_is_pcic(struct exca_softc *sc);
int exca_mem_map(struct exca_softc *sc, int kind, struct resource *res);
int exca_mem_set_flags(struct exca_softc *sc, struct resource *res,
int exca_mem_set_offset(struct exca_softc *sc, struct resource *res,
int exca_mem_unmap_res(struct exca_softc *sc, struct resource *res);
int exca_probe_slots(device_t dev, struct exca_softc *exca,
void exca_removal(struct exca_softc *);
void exca_reset(struct exca_softc *, device_t child);
int exca_activate_resource(struct exca_softc *exca, device_t child,
int exca_deactivate_resource(struct exca_softc *exca, device_t child,
exca_getb(struct exca_softc *sc, int reg)
exca_putb(struct exca_softc *sc, int reg, uint8_t val)
exca_setb(struct exca_softc *sc, int reg, uint8_t mask)
exca_clrb(struct exca_softc *sc, int reg, uint8_t mask)
struct exca_softc;
typedef uint8_t (exca_getb_fn)(struct exca_softc *, int);
typedef void (exca_putb_fn)(struct exca_softc *, int, uint8_t);
struct exca_softc exca;