Searched refs:set_power (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arm/sa11x0/
H A Dsa11xx_pcicvar.h51 void (*set_power)(struct sapcic_socket *, int); member in struct:sapcic_tag
H A Dsa11xx_pcic.c361 (so->pcictag->set_power)(so, SAPCIC_POWER_OFF);
372 (so->pcictag->set_power)(so, SAPCIC_POWER_5V);
376 (so->pcictag->set_power)(so, SAPCIC_POWER_3V);
431 (so->pcictag->set_power)(so, SAPCIC_POWER_OFF);
/netbsd-6-1-5-RELEASE/sys/arch/arm/imx/
H A Dimx_pcic.h58 void (*set_power)(struct imx_pcic_socket *, int); member in struct:imx_pcic_tag
H A Dimx_pcic.c264 (*so->pcictag->set_power)(so, IMX_PCIC_POWER_OFF);
274 (*so->pcictag->set_power)(so, IMX_PCIC_POWER_5V);
278 (*so->pcictag->set_power)(so, IMX_PCIC_POWER_3V);
325 (*so->pcictag->set_power)(so, IMX_PCIC_POWER_OFF);
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0_mci.h42 int (*set_power)(void *, uint32_t); member in struct:pxamci_tag
H A Dpxa2x0_pcic.h50 void (*set_power)(struct pxapcic_socket *, int); member in struct:pxapcic_tag
H A Dpxa2x0_pcic.c242 (*so->pcictag->set_power)(so, PXAPCIC_POWER_OFF);
252 (*so->pcictag->set_power)(so, PXAPCIC_POWER_5V);
256 (*so->pcictag->set_power)(so, PXAPCIC_POWER_3V);
299 (*so->pcictag->set_power)(so, PXAPCIC_POWER_OFF);
H A Dpxa2x0_mci.c437 if (__predict_true(sc->sc_tag.set_power != NULL)) {
438 return (*sc->sc_tag.set_power)(sc->sc_tag.cookie, ocr);
441 DPRINTF(0,("%s: driver lacks set_power() function\n",
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dnbpmci.c91 sc->sc_tag.set_power = nbpmci_set_power;
H A Dwzero3_mci.c176 sc->sc.sc_tag.set_power = wzero3mci_set_power;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/gumstix/
H A Dgxmci.c108 sc->sc.sc_tag.set_power = gxmci_set_power;
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/dev/
H A Dzmci.c122 sc->sc.sc_tag.set_power = zmci_set_power;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_mci.c148 sc->sc_mci.sc_tag.set_power = g42xxeb_mci_set_power;

Completed in 141 milliseconds