Home
last modified time | relevance | path

Searched refs:cpld (Results 1 – 25 of 67) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-mlxcpld.c327 struct mlxcpld_led_pdata *cpld) in mlxcpld_led_config() argument
332 cpld->pled = devm_kcalloc(dev, in mlxcpld_led_config()
333 cpld->num_led_instances, in mlxcpld_led_config()
336 if (!cpld->pled) in mlxcpld_led_config()
339 for (i = 0; i < cpld->num_led_instances; i++) { in mlxcpld_led_config()
340 cpld->pled[i].cdev.name = cpld->profile[i].name; in mlxcpld_led_config()
341 cpld->pled[i].cdev.brightness = cpld->profile[i].brightness; in mlxcpld_led_config()
342 cpld->pled[i].cdev.max_brightness = 1; in mlxcpld_led_config()
343 cpld->pled[i].cdev.brightness_set = mlxcpld_led_brightness_set; in mlxcpld_led_config()
344 cpld->pled[i].cdev.blink_set = mlxcpld_led_blink_set; in mlxcpld_led_config()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/
H A Dboard-dm365-evm.c101 static void __iomem *cpld; variable
301 if (!cpld) in cpld_mmc_get_cd()
305 return !(__raw_readb(cpld + CPLD_CARDSTAT) & BIT(module ? 4 : 0)); in cpld_mmc_get_cd()
310 if (!cpld) in cpld_mmc_get_ro()
314 return !!(__raw_readb(cpld + CPLD_CARDSTAT) & BIT(module ? 5 : 1)); in cpld_mmc_get_ro()
639 u8 reg = __raw_readb(cpld + CPLD_LEDS); in cpld_led_set()
645 __raw_writeb(reg, cpld + CPLD_LEDS); in cpld_led_set()
651 u8 reg = __raw_readb(cpld + CPLD_LEDS); in cpld_led_get()
660 if (!have_leds() || !cpld) in cpld_leds_init()
664 __raw_writeb(0xff, cpld + CPLD_LEDS); in cpld_leds_init()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/board/
H A Dfsl-board.txt45 cpld@3,0 {
72 - compatible: Should be a board-specific string like "fsl,<board>-cpld"
74 "fsl,t1040rdb-cpld", "fsl,t1042rdb-cpld", "fsl,t1042rdb_pi-cpld"
78 cpld@3,0 {
79 compatible = "fsl,t1040rdb-cpld";
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/
H A Dksi8560.c129 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()
/OK3568_Linux_fs/u-boot/board/freescale/p2041rdb/
H A Dcpld.h46 #define cpld ((cpld_data_t *)CPLD_BASE) macro
49 #define CPLD_SW(x) (cpld->sw[(x) - 2])
H A DREADME93 cpld reset - hard reset to default bank
94 cpld reset altbank - reset to alternate bank
95 cpld lane_mux <lane> <mux_value> - set multiplexed lane pin
H A DMakefile10 obj-y += cpld.o
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/
H A Dt1042d4rdb.dts46 cpld@3,0 {
47 compatible = "fsl,t1040d4rdb-cpld",
48 "fsl,deepsleep-cpld";
H A Dt1042rdb.dts70 cpld@3,0 {
71 compatible = "fsl,t1042rdb-cpld";
H A Dt1042rdb_pi.dts43 cpld@3,0 {
44 compatible = "fsl,t1042rdb_pi-cpld";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/
H A Dhip05-d02.dts80 cpld@1,0 {
81 compatible = "hisilicon,hip05-cpld";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dfsl-ls1043a-rdb.dts91 cpld: board-control@2,0 { label
92 compatible = "fsl,ls1043ardb-cpld";
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dmagician.c990 void __iomem *cpld; in magician_init() local
1017 cpld = ioremap(PXA_CS3_PHYS, 0x1000); in magician_init()
1018 if (cpld) { in magician_init()
1019 u8 board_id = __raw_readb(cpld + 0x14); in magician_init()
1021 iounmap(cpld); in magician_init()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/
H A Dmotionpro.dts102 cpld@2,0 {
103 compatible = "promess,motionpro-cpld";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dhisilicon-hns-dsaf.txt41 - cpld-syscon: is syscon handle + register offset pair for cpld register. It is
42 not required if there isn't cpld device.
/OK3568_Linux_fs/kernel/sound/pci/ice1712/
H A Dquartet.c28 unsigned int cpld; /* cpld register */ member
450 return spec->cpld; in get_cpld()
471 spec->cpld = val; in set_cpld()
661 PRIV_ENUM2(IN12_SEL, CPLD_IN12_SEL, cpld, "An In 1/2", "An In 3/4"),
662 PRIV_ENUM2(IN34_SEL, CPLD_IN34_SEL, cpld, "An In 3/4", "IEC958 In"),
664 PRIV_ENUM2(COAX_OUT, CPLD_COAX_OUT, cpld, "IEC958", "I2S"),
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/memory-controllers/fsl/
H A Difc.txt76 cpld@3,0 {
79 compatible = "fsl,p1010rdb-cpld";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1046a-rdb.dts90 cpld: board-control@2,0 { label
91 compatible = "fsl,ls1046ardb-cpld";
/OK3568_Linux_fs/u-boot/board/renesas/ap325rxa/
H A DMakefile11 obj-y := ap325rxa.o cpld-ap325rxa.o
/OK3568_Linux_fs/u-boot/board/renesas/ulcb/
H A DMakefile9 obj-y := ulcb.o cpld.o ../rcar-common/common.o
/OK3568_Linux_fs/u-boot/board/renesas/stout/
H A DMakefile11 obj-y := stout.o cpld.o qos.o ../rcar-common/common.o
/OK3568_Linux_fs/u-boot/board/freescale/ls1043ardb/
H A DMakefile11 obj-y += cpld.o
/OK3568_Linux_fs/u-boot/board/freescale/ls1046ardb/
H A DMakefile11 obj-y += cpld.o
/OK3568_Linux_fs/u-boot/board/LaCie/net2big_v2/
H A DMakefile14 obj-y += ../common/cpld-gpio-bus.o
/OK3568_Linux_fs/u-boot/board/freescale/t208xrdb/
H A DMakefile10 obj-$(CONFIG_TARGET_T2080RDB) += t208xrdb.o eth_t208xrdb.o cpld.o

123