Searched defs:pcmcia_chip_functions (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/sys/dev/pcmcia/ |
H A D | pcmciachip.h | 60 struct pcmcia_chip_functions { struct 62 int (*mem_alloc)(pcmcia_chipset_handle_t, bus_size_t, 64 void (*mem_free)(pcmcia_chipset_handle_t, 68 int (*mem_map)(pcmcia_chipset_handle_t, int, bus_addr_t, 71 void (*mem_unmap)(pcmcia_chipset_handle_t, int); 74 int (*io_alloc)(pcmcia_chipset_handle_t, bus_addr_t, 76 void (*io_free)(pcmcia_chipset_handle_t, 80 int (*io_map)(pcmcia_chipset_handle_t, int, bus_addr_t, 82 void (*io_unmap)(pcmcia_chipset_handle_t, int); 85 void *(*intr_establish)(pcmcia_chipset_handle_t, [all …]
|