Searched refs:pcictag (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arm/sa11x0/
H A Dsa11xx_pcic.c125 so->laststatus = (so->pcictag->read)(so, SAPCIC_STATUS_CARD);
159 newstatus = (so->pcictag->read)(so, SAPCIC_STATUS_CARD);
218 (so->pcictag->clear_intr)(so->socket);
336 return (so->pcictag->intr_establish)(so, ipl, fct, arg);
344 (so->pcictag->intr_disestablish)(so, ih);
361 (so->pcictag->set_power)(so, SAPCIC_POWER_OFF);
372 (so->pcictag->set_power)(so, SAPCIC_POWER_5V);
373 (so->pcictag->write)(so, SAPCIC_CONTROL_POWERSELECT,
376 (so->pcictag->set_power)(so, SAPCIC_POWER_3V);
377 (so->pcictag
[all...]
H A Dsa11xx_pcicvar.h36 struct sapcic_tag *pcictag; member in struct:sapcic_socket
45 void *pcictag_cookie; /* opaque data for pcictag functions */
H A Dsa11x1_pcic.c96 sc->sc_socket[i].pcictag = NULL;
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0_pcic.c223 return (*so->pcictag->intr_establish)(so, ipl, fct, arg);
231 (*so->pcictag->intr_disestablish)(so, ih);
241 (*so->pcictag->write)(so, PXAPCIC_CARD_POWER, PXAPCIC_POWER_OFF);
242 (*so->pcictag->set_power)(so, PXAPCIC_POWER_OFF);
252 (*so->pcictag->set_power)(so, PXAPCIC_POWER_5V);
253 (*so->pcictag->write)(so, PXAPCIC_CARD_POWER,
256 (*so->pcictag->set_power)(so, PXAPCIC_POWER_3V);
257 (*so->pcictag->write)(so, PXAPCIC_CARD_POWER,
271 (*so->pcictag->write)(so, PXAPCIC_CARD_RESET, 1);
275 (*so->pcictag
[all...]
H A Dpxa2x0_pcic.h35 void *pcictag_cookie; /* opaque data for pcictag functions */
36 struct pxapcic_tag *pcictag; member in struct:pxapcic_socket
57 /* pcictag registers and their values */
/netbsd-6-1-5-RELEASE/sys/arch/arm/imx/
H A Dimx_pcic.c244 return (*so->pcictag->intr_establish)(so, ipl, fct, arg);
252 (*so->pcictag->intr_disestablish)(so, ih);
263 (*so->pcictag->write)(so, IMX_PCIC_CARD_POWER, IMX_PCIC_POWER_OFF);
264 (*so->pcictag->set_power)(so, IMX_PCIC_POWER_OFF);
274 (*so->pcictag->set_power)(so, IMX_PCIC_POWER_5V);
275 (*so->pcictag->write)(so, IMX_PCIC_CARD_POWER,
278 (*so->pcictag->set_power)(so, IMX_PCIC_POWER_3V);
279 (*so->pcictag->write)(so, IMX_PCIC_CARD_POWER,
293 (*so->pcictag->write)(so, IMX_PCIC_CARD_RESET, 1);
297 (*so->pcictag
[all...]
H A Dimx_pcic.h43 void *pcictag_cookie; /* opaque data for pcictag functions */
44 struct imx_pcic_tag *pcictag; member in struct:imx_pcic_socket
66 /* pcictag registers and their values */
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dj720pcic.c128 sp->pcictag = &j720_sacpcic_functions;
H A Dnbppcic.c191 so->pcictag = &nbppcic_functions;
H A Dipaq_pcic.c119 sc->sc_socket[i].pcictag = &ipaqpcic_functions;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/lubbock/
H A Dlubbock_pcic.c87 sp->pcictag = &lubbock_sacpcic_functions;
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/dev/
H A Dscoop_pcic.c159 so->pcictag = &scoop_pcic_functions;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/gumstix/
H A Dgxpcic.c189 so->pcictag = &gxpcic_functions;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/imx31/
H A Dimx31lk_pcic.c135 so->pcictag = &imx31lk_pcic_functions;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/g42xxeb/
H A Dgb225_pcic.c164 sc->sc_socket[i].ss.pcictag = &opcic_tag;

Completed in 195 milliseconds