Lines Matching defs:exca_softc
68 struct exca_softc struct
70 device_t dev;
71 int memalloc;
72 struct pccard_mem_handle mem[EXCA_MEM_WINS];
73 int ioalloc;
74 struct pccard_io_handle io[EXCA_IO_WINS];
75 bus_space_tag_t bst;
76 bus_space_handle_t bsh;
77 uint32_t flags;
82 uint32_t offset;
106 void exca_init(struct exca_softc *sc, device_t dev, argument