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

/linux-master/arch/mips/alchemy/devboards/
H A DMakefile6 obj-y += bcsr.o platform.o db1000.o db1200.o db1300.o db1550.o db1xxx.o
H A Ddb1xxx.c8 #include <asm/mach-db1x00/bcsr.h>
H A Dbcsr.c3 * bcsr.h -- Db1xxx/Pb1xxx Devboard CPLD registers ("BCSR") abstraction.
19 #include <asm/mach-db1x00/bcsr.h>
H A Dplatform.c19 #include <asm/mach-db1x00/bcsr.h>
H A Dpm.c14 #include <asm/mach-db1x00/bcsr.h>
H A Ddb1000.c26 #include <asm/mach-db1x00/bcsr.h>
H A Ddb1550.c29 #include <asm/mach-db1x00/bcsr.h>
H A Ddb1300.c32 #include <asm/mach-db1x00/bcsr.h>
H A Ddb1200.c31 #include <asm/mach-db1x00/bcsr.h>
/linux-master/arch/powerpc/platforms/44x/
H A Dcanyonlands.c51 u8 __iomem *bcsr ; local
56 np = of_find_compatible_node(NULL, NULL, "amcc,ppc460ex-bcsr");
58 printk(KERN_ERR "failed did not find amcc, ppc460ex bcsr node\n");
62 bcsr = of_iomap(np, 0);
65 if (!bcsr) {
66 printk(KERN_CRIT "Could not remap bcsr\n");
86 setbits8(&bcsr[7], BCSR_USB_EN);
92 clrbits8(&bcsr[7], BCSR_USB_EN);
105 iounmap(bcsr);
/linux-master/arch/powerpc/platforms/8xx/
H A Dmpc885ads_setup.c44 static u32 __iomem *bcsr, *bcsr5; variable
134 np = of_find_compatible_node(NULL, NULL, "fsl,mpc885ads-bcsr");
136 printk(KERN_CRIT "Could not find fsl,mpc885ads-bcsr node\n");
140 bcsr = of_iomap(np, 0);
144 if (!bcsr || !bcsr5) {
149 clrbits32(&bcsr[1], BCSR1_RS232EN_1);
151 setbits32(&bcsr[1], BCSR1_RS232EN_2);
153 clrbits32(&bcsr[1], BCSR1_RS232EN_2);
171 clrbits32(&bcsr[4], BCSR4_ETH10_RST);
173 setbits32(&bcsr[
[all...]
/linux-master/sound/soc/au1x/
H A Ddb1000.c18 #include <asm/mach-db1x00/bcsr.h>
H A Ddb1200.c20 #include <asm/mach-db1x00/bcsr.h>
/linux-master/drivers/pcmcia/
H A Ddb1xxx_ss.c38 #include <asm/mach-db1x00/bcsr.h>

Completed in 253 milliseconds