Searched defs:pccard_io_handle (Results 1 – 1 of 1) sorted by relevance
48 struct pccard_io_handle { struct49 bus_space_tag_t iot; /* bus space tag (from chipset) */50 bus_space_handle_t ioh; /* mapped space handle */51 bus_addr_t addr; /* resulting address in bus space */52 bus_size_t size; /* size of i/o space */53 int flags; /* misc. information */54 int width;