• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/exca/

Lines Matching refs:exca_softc

147 exca_mem_getb(struct exca_softc *sc, int reg)
153 exca_mem_putb(struct exca_softc *sc, int reg, uint8_t val)
159 exca_io_getb(struct exca_softc *sc, int reg)
166 exca_io_putb(struct exca_softc *sc, int reg, uint8_t val)
179 exca_do_mem_map(struct exca_softc *sc, int win)
249 exca_mem_map(struct exca_softc *sc, int kind, struct resource *res)
302 exca_mem_unmap(struct exca_softc *sc, int window)
319 exca_mem_findmap(struct exca_softc *sc, struct resource *res)
342 exca_mem_set_flags(struct exca_softc *sc, struct resource *res, uint32_t flags)
377 exca_mem_unmap_res(struct exca_softc *sc, struct resource *res)
395 exca_mem_set_offset(struct exca_softc *sc, struct resource *res,
457 exca_do_io_map(struct exca_softc *sc, int win)
490 exca_io_map(struct exca_softc *sc, int width, struct resource *r)
520 exca_io_unmap(struct exca_softc *sc, int window)
538 exca_io_findmap(struct exca_softc *sc, struct resource *res)
553 exca_io_unmap_res(struct exca_softc *sc, struct resource *res)
575 exca_wait_ready(struct exca_softc *sc)
603 exca_reset(struct exca_softc *sc, device_t child)
636 * Initialize the exca_softc data structure for the first time.
639 exca_init(struct exca_softc *sc, device_t dev,
657 exca_valid_slot(struct exca_softc *exca)
771 exca_probe_slots(device_t dev, struct exca_softc *exca, bus_space_tag_t iot,
791 exca_insert(struct exca_softc *exca)
805 exca_removal(struct exca_softc *exca)
812 exca_activate_resource(struct exca_softc *exca, device_t child, int type,
838 exca_deactivate_resource(struct exca_softc *exca, device_t child, int type,
859 exca_alloc_resource(struct exca_softc *sc, device_t child, int type, int *rid,
908 exca_release_resource(struct exca_softc *sc, device_t child, int type,