Searched refs:power_capability (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/arch/arm/ep93xx/
H A Deppcicvar.h35 /* power_capability */
44 int (*power_capability)(void *, int socket); member in struct:eppcic_chipset_tag
H A Deppcic.c574 cap = (pcic->power_capability)(sc, ph->ph_socket);
/netbsd-current/sys/arch/arm/sa11x0/
H A Dsa11xx_pcicvar.h43 int power_capability; member in struct:sapcic_socket
H A Dsa11xx_pcic.c370 if (so->power_capability & SAPCIC_POWER_5V) {
/netbsd-current/sys/arch/arm/imx/
H A Dimx_pcic.h38 int power_capability; /* IMX_PCIC_POWER_3V | IMX_PCIC_POWER_5V */ member in struct:imx_pcic_socket
H A Dimx_pcic.c272 if (so->power_capability & IMX_PCIC_POWER_5V) {
/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_pcic.h30 int power_capability; /* PXAPCIC_POWER_3V | PXAPCIC_POWER_5V */ member in struct:pxapcic_socket
H A Dpxa2x0_pcic.c250 if (so->power_capability & PXAPCIC_POWER_5V) {
/netbsd-current/sys/arch/hpcarm/dev/
H A Dj720pcic.c121 sp->power_capability = SAPCIC_POWER_5V;
124 sp->power_capability = ip[socket];
H A Dnbppcic.c189 so->power_capability = PXAPCIC_POWER_3V;
/netbsd-current/sys/arch/evbarm/lubbock/
H A Dlubbock_pcic.c85 sp->power_capability = SAPCIC_POWER_5V | SAPCIC_POWER_3V;
/netbsd-current/sys/arch/evbarm/imx31/
H A Dimx31lk_pcic.c131 so->power_capability = PXAPCIC_POWER_3V;
133 so->power_capability |= PXAPCIC_POWER_5V;
/netbsd-current/sys/arch/zaurus/dev/
H A Dscoop_pcic.c154 so->power_capability = PXAPCIC_POWER_3V;
156 so->power_capability |= PXAPCIC_POWER_5V;
/netbsd-current/sys/arch/evbarm/gumstix/
H A Dgxpcic.c188 so->power_capability = PXAPCIC_POWER_3V;
/netbsd-current/sys/arch/evbarm/g42xxeb/
H A Dgb225_pcic.c169 sc->sc_socket[i].ss.power_capability =
/netbsd-current/sys/arch/arm/at91/
H A Dat91cf.c558 cap = (cscf->power_capability)(sc);

Completed in 270 milliseconds