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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dpxa2xx_sharpsl.c143 unsigned short cpr, ncpr, ccr, nccr, mcr, nmcr, imr, nimr; local
162 ncpr = (cpr = read_scoop_reg(scoop, SCOOP_CPR)) & ~0x0083;
167 ncpr |= (state->Vcc == 33) ? 0x0002 :
170 ncpr |= (state->Vcc == 33) ? 0x0001 :
174 ncpr |= (state->flags&SS_OUTPUT_ENA) ? 0x0080 : 0;
183 if (!(ncpr & 0x0003)) {
194 if (cpr != ncpr) {
196 platform_scoop_config->power_ctrl(scoop, ncpr , skt->nr);
198 write_scoop_reg(scoop, SCOOP_CPR, ncpr);

Completed in 104 milliseconds