Searched refs:sc_socket (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arm/sa11x0/
H A Dsa11x1_pcicvar.h39 struct sapcic_socket sc_socket[2]; member in struct:sacpcic_softc
H A Dsa11x1_pcic.c69 so = &sc->sc_socket[i];
93 sc->sc_socket[i].sc = (struct sapcic_softc *)sc;
94 sc->sc_socket[i].socket = i;
95 sc->sc_socket[i].pcictag_cookie = psc;
96 sc->sc_socket[i].pcictag = NULL;
97 sc->sc_socket[i].event_thread = NULL;
98 sc->sc_socket[i].event = 0;
99 sc->sc_socket[i].laststatus = SAPCIC_CARD_INVALID;
100 sc->sc_socket[i].shutdown = 0;
102 socket_setup_hook(&sc->sc_socket[
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dipaq_pcic.c75 struct sapcic_socket sc_socket[2]; member in struct:ipaqpcic_softc
116 sc->sc_socket[i].sc = (struct sapcic_softc *)sc;
117 sc->sc_socket[i].socket = i;
118 sc->sc_socket[i].pcictag_cookie = psc;
119 sc->sc_socket[i].pcictag = &ipaqpcic_functions;
120 sc->sc_socket[i].event_thread = NULL;
121 sc->sc_socket[i].event = 0;
122 sc->sc_socket[i].laststatus = SAPCIC_CARD_INVALID;
123 sc->sc_socket[i].shutdown = 0;
127 paa.pch = (pcmcia_chipset_handle_t)&sc->sc_socket[
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/g42xxeb/
H A Dgb225_pcic.c83 struct opcic_socket sc_socket[2]; member in struct:opcic_softc
161 sc->sc_socket[i].ss.sc = &sc->sc_pc;
162 sc->sc_socket[i].ss.socket = i;
163 sc->sc_socket[i].ss.pcictag_cookie = NULL;
164 sc->sc_socket[i].ss.pcictag = &opcic_tag;
165 sc->sc_socket[i].ss.event_thread = NULL;
166 sc->sc_socket[i].ss.event = 0;
167 sc->sc_socket[i].ss.laststatus = CARDDET_NOCARD;
168 sc->sc_socket[i].ss.shutdown = 0;
170 sc->sc_socket[
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/imx/
H A Dimx_pcic.h82 struct imx_pcic_socket sc_socket[IMX_PCIC_NSLOT]; member in struct:imx_pcic_softc
H A Dimx_pcic.c399 so = &sc->sc_socket[s[i]];
532 if (sc->sc_socket[i].flags & IMX_PCIC_FLAG_CARDP) {
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0_pcic.h72 struct pxapcic_socket sc_socket[PXAPCIC_NSLOT]; member in struct:pxapcic_softc
H A Dpxa2x0_pcic.c370 so = &sc->sc_socket[s[i]];
418 sock = &sc->sc_socket[s[i]];
534 if (sc->sc_socket[i].flags & PXAPCIC_FLAG_CARDP) {

Completed in 113 milliseconds