Searched defs:pcmcia_io_handle (Results 1 – 1 of 1) sorted by relevance
45 struct pcmcia_io_handle { struct46 bus_space_tag_t iot; /* bus space tag (from chipset) */47 bus_space_handle_t ioh; /* mapped space handle */48 bus_addr_t addr; /* resulting address in bus space */49 bus_size_t size; /* size of i/o space */50 int flags; /* misc. information */