Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pcmcia/
H A Dpcmciavar.h109 struct pcmcia_function { struct
117 SIMPLEQ_ENTRY(pcmcia_function) pf_list; argument
119 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