Searched defs:pccard_mem_handle (Results 1 – 1 of 1) sorted by relevance
51 struct pccard_mem_handle { struct52 bus_space_tag_t memt; /* bus space tag (from chipset) */53 bus_space_handle_t memh; /* mapped space handle */54 bus_addr_t addr; /* resulting address in bus space */55 bus_size_t size; /* size of mem space */56 bus_size_t realsize; /* how much we really allocated */57 bus_addr_t cardaddr; /* Absolute address on card */58 int kind;