/src/sys/arch/arm/sa11x0/ |
sa11xx_pcicvar.h | 51 void (*set_power)(struct sapcic_socket *, int); member in struct:sapcic_tag
|
sa11xx_pcic.c | 360 (so->pcictag->set_power)(so, SAPCIC_POWER_OFF); 371 (so->pcictag->set_power)(so, SAPCIC_POWER_5V); 375 (so->pcictag->set_power)(so, SAPCIC_POWER_3V); 430 (so->pcictag->set_power)(so, SAPCIC_POWER_OFF);
|
/src/sys/arch/arm/imx/ |
imx_pcic.h | 58 void (*set_power)(struct imx_pcic_socket *, int); member in struct:imx_pcic_tag
|
imx_pcic.c | 263 (*so->pcictag->set_power)(so, IMX_PCIC_POWER_OFF); 273 (*so->pcictag->set_power)(so, IMX_PCIC_POWER_5V); 277 (*so->pcictag->set_power)(so, IMX_PCIC_POWER_3V); 324 (*so->pcictag->set_power)(so, IMX_PCIC_POWER_OFF);
|
/src/sys/arch/arm/xscale/ |
pxa2x0_mci.h | 42 int (*set_power)(void *, uint32_t); member in struct:pxamci_tag
|
pxa2x0_pcic.h | 50 void (*set_power)(struct pxapcic_socket *, int); member in struct:pxapcic_tag
|
pxa2x0_pcic.c | 241 (*so->pcictag->set_power)(so, PXAPCIC_POWER_OFF); 251 (*so->pcictag->set_power)(so, PXAPCIC_POWER_5V); 255 (*so->pcictag->set_power)(so, PXAPCIC_POWER_3V); 298 (*so->pcictag->set_power)(so, PXAPCIC_POWER_OFF);
|
pxa2x0_mci.c | 436 if (__predict_true(sc->sc_tag.set_power != NULL)) { 437 return (*sc->sc_tag.set_power)(sc->sc_tag.cookie, ocr); 440 DPRINTF(0,("%s: driver lacks set_power() function\n",
|
/src/sys/arch/hpcarm/dev/ |
nbpmci.c | 91 sc->sc_tag.set_power = nbpmci_set_power;
|
wzero3_mci.c | 176 sc->sc.sc_tag.set_power = wzero3mci_set_power;
|
/src/sys/arch/evbarm/gumstix/ |
gxmci.c | 108 sc->sc.sc_tag.set_power = gxmci_set_power;
|
/src/sys/arch/evbarm/g42xxeb/ |
g42xxeb_mci.c | 148 sc->sc_mci.sc_tag.set_power = g42xxeb_mci_set_power;
|
/src/sys/arch/zaurus/dev/ |
zmci.c | 122 sc->sc.sc_tag.set_power = zmci_set_power;
|