Home
last modified time | relevance | path

Searched defs:pcmcia_chip_functions (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pcmcia/
H A Dpcmciachip.h59 struct pcmcia_chip_functions { struct
61 int (*mem_alloc)(pcmcia_chipset_handle_t, bus_size_t,
63 void (*mem_free)(pcmcia_chipset_handle_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,
81 void (*io_unmap)(pcmcia_chipset_handle_t, int);
84 void *(*intr_establish)(pcmcia_chipset_handle_t,
89 void (*socket_enable)(pcmcia_chipset_handle_t);
90 void (*socket_disable)(pcmcia_chipset_handle_t);
[all …]