• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/

Lines Matching defs:pcmcia

23  * m8xx pcmcia controller brief info:
62 #include <pcmcia/cs.h>
63 #include <pcmcia/ss.h>
213 static const char driver_name[] = "m8xx-pcmcia";
220 pcmconf8xx_t *pcmcia;
556 pcmconf8xx_t *pcmcia = socket[0].pcmcia;
561 pscr = in_be32(&pcmcia->pcmc_pscr);
562 pipr = in_be32(&pcmcia->pcmc_pipr);
563 per = in_be32(&pcmcia->pcmc_per);
621 out_be32(&pcmcia->pcmc_per, per);
629 out_be32(&pcmcia->pcmc_pscr, pscr);
703 pcmconf8xx_t *pcmcia = s->pcmcia;
705 pipr = in_be32(&pcmcia->pcmc_pipr);
816 pcmconf8xx_t *pcmcia = socket[0].pcmcia;
858 * give the events the generic pcmcia driver wants us to.
929 out_be32(&pcmcia->pcmc_pscr, reg);
939 in_be32(&pcmcia->
941 out_be32(&pcmcia->pcmc_per, reg);
959 pcmconf8xx_t *pcmcia = s->pcmcia;
985 w = (void *)&pcmcia->pcmc_pbr0;
1017 w = (void *)&pcmcia->pcmc_pbr0;
1043 pcmconf8xx_t *pcmcia = s->pcmcia;
1065 /* Setup the window in the pcmcia controller */
1067 w = (void *)&pcmcia->pcmc_pbr0;
1154 pcmconf8xx_t *pcmcia;
1160 pcmcia = of_iomap(np, 0);
1161 if (pcmcia == NULL)
1167 iounmap(pcmcia);
1171 m8xx_pgcrx[0] = &pcmcia->pcmc_pgcra;
1172 m8xx_pgcrx[1] = &pcmcia->pcmc_pgcrb;
1183 iounmap(pcmcia);
1187 w = (void *)&pcmcia->pcmc_pbr0;
1189 out_be32(&pcmcia->pcmc_pscr, M8XX_PCMCIA_MASK(0) | M8XX_PCMCIA_MASK(1));
1190 clrbits32(&pcmcia->pcmc_per, M8XX_PCMCIA_MASK(0) | M8XX_PCMCIA_MASK(1));
1234 socket[i].pcmcia = pcmcia;
1253 pcmconf8xx_t *pcmcia = socket[0].pcmcia;
1256 w = (void *)&pcmcia->pcmc_pbr0;
1258 out_be32(&pcmcia->pcmc_pscr, M8XX_PCMCIA_MASK(i));
1259 out_be32(&pcmcia->pcmc_per,
1260 in_be32(&pcmcia->pcmc_per) & ~M8XX_PCMCIA_MASK(i));
1279 iounmap(pcmcia);
1288 .type = "pcmcia",
1289 .compatible = "fsl,pq-pcmcia",