Lines Matching +full:cs +full:- +full:3
69 static int __init config_pcmcia_cs(unsigned int cs, in config_pcmcia_cs() argument
74 ret = bcm63xx_set_cs_status(cs, 0); in config_pcmcia_cs()
76 ret = bcm63xx_set_cs_base(cs, base, size); in config_pcmcia_cs()
78 ret = bcm63xx_set_cs_status(cs, 1); in config_pcmcia_cs()
83 unsigned int cs; member
86 } pcmcia_cs[3] __initconst = {
88 .cs = MPI_CS_PCMCIA_COMMON,
93 .cs = MPI_CS_PCMCIA_ATTR,
98 .cs = MPI_CS_PCMCIA_IO,
122 return -ENODEV; in bcm63xx_pcmcia_register()
127 RSET_PCMCIA_SIZE - 1; in bcm63xx_pcmcia_register()
131 for (i = 0; i < 3; i++) { in bcm63xx_pcmcia_register()
132 ret = config_pcmcia_cs(pcmcia_cs[i].cs, in bcm63xx_pcmcia_register()