Searched refs:cpld (Results 1 – 11 of 11) sorted by relevance
/arch/arm/mach-davinci/ |
D | board-dm365-evm.c | 95 static void __iomem *cpld; variable 234 if (!cpld) in cpld_mmc_get_cd() 238 return !(__raw_readb(cpld + CPLD_CARDSTAT) & BIT(module ? 4 : 0)); in cpld_mmc_get_cd() 243 if (!cpld) in cpld_mmc_get_ro() 247 return !!(__raw_readb(cpld + CPLD_CARDSTAT) & BIT(module ? 5 : 1)); in cpld_mmc_get_ro() 418 u8 reg = __raw_readb(cpld + CPLD_LEDS); in cpld_led_set() 424 __raw_writeb(reg, cpld + CPLD_LEDS); in cpld_led_set() 430 u8 reg = __raw_readb(cpld + CPLD_LEDS); in cpld_led_get() 439 if (!have_leds() || !cpld) in cpld_leds_init() 443 __raw_writeb(0xff, cpld + CPLD_LEDS); in cpld_leds_init() [all …]
|
/arch/powerpc/platforms/85xx/ |
D | ksi8560.c | 129 struct device_node *cpld; in ksi8560_setup_arch() local 131 cpld = of_find_compatible_node(NULL, NULL, "emerson,KSI8560-cpld"); in ksi8560_setup_arch() 132 if (cpld) in ksi8560_setup_arch() 133 cpld_base = of_iomap(cpld, 0); in ksi8560_setup_arch()
|
/arch/arm/mach-pxa/ |
D | magician.c | 737 void __iomem *cpld; in magician_init() local 759 cpld = ioremap_nocache(PXA_CS3_PHYS, 0x1000); in magician_init() 760 if (cpld) { in magician_init() 761 u8 board_id = __raw_readb(cpld+0x14); in magician_init() 762 iounmap(cpld); in magician_init()
|
/arch/powerpc/boot/dts/ |
D | motionpro.dts | 110 cpld@2,0 { 111 compatible = "promess,motionpro-cpld";
|
D | p1010rdb.dtsi | 117 cpld@3,0 { 120 compatible = "fsl,p1010rdb-cpld";
|
D | p2020rdb-pc.dtsi | 133 cpld@3,0 { 136 compatible = "cpld";
|
D | mpc8308_p1m.dts | 100 cpld@2,0 { 101 compatible = "denx,mpc8308_p1m-cpld";
|
D | p1020rdb-pc.dtsi | 133 cpld@3,0 { 136 compatible = "cpld";
|
D | ksi8560.dts | 337 cpld@4,0 { 338 compatible = "emerson,KSI8560-cpld";
|
D | mpc5121ads.dts | 115 compatible = "fsl,mpc5121ads-cpld"; 120 compatible = "fsl,mpc5121ads-cpld-pic";
|
D | canyonlands.dts | 254 cpld@2,0 {
|