Home | History | Annotate | Download | only in g42xxeb

Lines Matching refs:ss

71 	struct sapcic_socket ss;	/* inherit socket for sa11x0 pcic */
120 struct opcic_softc *sc = (struct opcic_softc *)(so->ss.sc);
125 GB225_CFDET + 2 * so->ss.socket);
160 sc->sc_socket[i].ss.sc = &sc->sc_pc;
161 sc->sc_socket[i].ss.socket = i;
162 sc->sc_socket[i].ss.pcictag_cookie = NULL;
163 sc->sc_socket[i].ss.pcictag = &opcic_tag;
164 sc->sc_socket[i].ss.event_thread = NULL;
165 sc->sc_socket[i].ss.event = 0;
166 sc->sc_socket[i].ss.laststatus = CARDDET_NOCARD;
167 sc->sc_socket[i].ss.shutdown = 0;
169 sc->sc_socket[i].ss.power_capability =
181 paa.pch = (pcmcia_chipset_handle_t)&sc->sc_socket[i].ss;
183 sc->sc_socket[i].ss.pcmcia =
198 sapcic_kthread_create(&sc->sc_socket[i].ss);
214 struct opcic_softc *sc = (struct opcic_softc *)socket->ss.sc;
217 int sock_no = socket->ss.socket;
282 struct opcic_softc *sc = (struct opcic_softc *)so->ss.sc;
290 obio_peripheral_reset(bsc, so->ss.socket, arg);
315 struct opcic_softc *sc = (struct opcic_softc *)so->ss.sc;
325 so->ss.socket,
327 GB225_CFDET + 2*so->ss.socket)));
332 shift = 4 * !so->ss.socket;
338 DPRINTF(("card %d power: %x\n", so->ss.socket, *p));