Searched defs:pcmcia_chip_functions (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/pcmcia/ |
H A D | pcmciachip.h | 59 struct pcmcia_chip_functions { struct 61 int (*mem_alloc)(pcmcia_chipset_handle_t, bus_size_t, 63 void (*mem_free)(pcmcia_chipset_handle_t, 67 int (*mem_map)(pcmcia_chipset_handle_t, int, bus_addr_t, 70 void (*mem_unmap)(pcmcia_chipset_handle_t, int); 73 int (*io_alloc)(pcmcia_chipset_handle_t, bus_addr_t, 75 void (*io_free)(pcmcia_chipset_handle_t, 79 int (*io_map)(pcmcia_chipset_handle_t, int, bus_addr_t, 81 void (*io_unmap)(pcmcia_chipset_handle_t, int); 84 void *(*intr_establish)(pcmcia_chipset_handle_t, [all …]
|