nccr              111 drivers/pcmcia/pxa2xx_sharpsl.c 	unsigned short cpr, ncpr, ccr, nccr, mcr, nmcr, imr, nimr;
nccr              131 drivers/pcmcia/pxa2xx_sharpsl.c 	nccr = (ccr = read_scoop_reg(scoop, SCOOP_CCR)) & ~0x0080;
nccr              143 drivers/pcmcia/pxa2xx_sharpsl.c 	nccr |= (state->flags&SS_RESET)? 0x0080: 0;
nccr              154 drivers/pcmcia/pxa2xx_sharpsl.c 		if (nccr & 0x0080)
nccr              157 drivers/pcmcia/pxa2xx_sharpsl.c 			nccr |= 0x0080;
nccr              168 drivers/pcmcia/pxa2xx_sharpsl.c 	if (ccr != nccr)
nccr              169 drivers/pcmcia/pxa2xx_sharpsl.c 		write_scoop_reg(scoop, SCOOP_CCR, nccr);