Searched defs:pcmcia_function (Results 1 – 1 of 1) sorted by relevance
109 struct pcmcia_function { struct117 SIMPLEQ_ENTRY(pcmcia_function) pf_list; argument119 struct pcmcia_softc *sc;120 struct device *child;121 struct pcmcia_config_entry *cfe;122 struct pcmcia_mem_handle pf_pcmh;127 bus_size_t pf_ccr_offset;128 int pf_ccr_window;129 bus_addr_t pf_mfc_iobase;153 SIMPLEQ_HEAD(, pcmcia_function) pf_head; argument