Home
last modified time | relevance | path

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

12345

/openbmc/linux/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 …]
/openbmc/linux/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";
/openbmc/linux/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()
137 of_node_put(cpld); in ksi8560_setup_arch()
/openbmc/openbmc-test-automation/oem/nuvoton/
H A Dtest_jtag_master.robot33 Pass Execution If ${program_cpld}==0 skip programming cpld
72 ${cpld_firmware1}= Set Variable ${olympus_json["npcm7xx"]["cpld"]["fw1"]}
73 ${cpld_firmware2}= Set Variable ${olympus_json["npcm7xx"]["cpld"]["fw2"]}
74 ${firmware_version1}= Set Variable ${olympus_json["npcm7xx"]["cpld"]["fw1ver"]}
75 ${firmware_version2}= Set Variable ${olympus_json["npcm7xx"]["cpld"]["fw2ver"]}
76 ${readusercode_svf}= Set Variable ${olympus_json["npcm7xx"]["cpld"]["readusercode"]}
77 ${readid_svf}= Set Variable ${olympus_json["npcm7xx"]["cpld"]["readid"]}
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/cpld-ver-check/
H A Dgbs-cpld-ver-check.bb9 file://cpld-version.service \
18 SYSTEMD_SERVICE:${PN} = "cpld-version.service"
25 install -m 0644 ${S}/cpld-version.service ${D}${systemd_system_unitdir}
/openbmc/phosphor-buttons/inc/
H A Dbutton_config.hpp13 cpld enumerator
22 CpldInfo cpld; // holds single cpld config member
/openbmc/phosphor-buttons/src/
H A DhostSelector_switch.cpp79 else if (config.type == ConfigType::cpld) in setInitialHostSelectorValue()
81 hsPosMapped = getValueFromFd(config.cpld.cpldMappedFd) - '0'; in setInitialHostSelectorValue()
145 else if (config.type == ConfigType::cpld) in handleEvent()
H A Dcpld.cpp23 std::string devPath = getCpldDevPath(buttonIFConfig.cpld); in configCpld()
34 buttonIFConfig.cpld.cpldMappedFd = fd; in configCpld()
H A Dmain.cpp63 buttonCfg.type = ConfigType::cpld; in main()
72 buttonCfg.cpld = cpldCfg; in main()
/openbmc/phosphor-power/power-sequencer/
H A Dmeson.build24 elif sequencer == 'mihawk-cpld'
25 sequencer_src += 'mihawk-cpld.cpp'
/openbmc/u-boot/board/freescale/p2041rdb/
H A Dcpld.h45 #define cpld ((cpld_data_t *)CPLD_BASE) macro
48 #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 DMakefile8 obj-y += cpld.o
/openbmc/u-boot/arch/arm/dts/
H A Dr8a7795-h3ulcb-u-boot.dts12 cpld {
13 compatible = "renesas,ulcb-cpld";
H A Dr8a7796-m3ulcb-u-boot.dts12 cpld {
13 compatible = "renesas,ulcb-cpld";
H A Dfsl-ls1043a-rdb.dts88 cpld: board-control@2,0 { label
89 compatible = "fsl,ls1043ardb-cpld";
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhip05-d02.dts78 cpld@1,0 {
79 compatible = "hisilicon,hip05-cpld";
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-facebook-greatlakes.dts267 /*O0-O7*/ "","","","","","","fan0-bmc-cpld-enable","fan1-bmc-cpld-enable",
268 /*P0-P7*/ "fan2-bmc-cpld-enable","fan3-bmc-cpld-enable",
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dt1042d4rdb.dts46 cpld@3,0 {
47 compatible = "fsl,t1040d4rdb-cpld",
48 "fsl,deepsleep-cpld";
/openbmc/linux/arch/powerpc/boot/dts/
H A Dmotionpro.dts102 cpld@2,0 {
103 compatible = "promess,motionpro-cpld";
/openbmc/u-boot/board/renesas/ulcb/
H A DMakefile9 obj-y := ulcb.o cpld.o
/openbmc/linux/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.
/openbmc/u-boot/board/renesas/ap325rxa/
H A DMakefile9 obj-y := ap325rxa.o cpld-ap325rxa.o
/openbmc/u-boot/board/renesas/stout/
H A DMakefile14 obj-y := stout.o cpld.o qos.o
/openbmc/u-boot/board/freescale/ls1043ardb/
H A DMakefile9 obj-y += cpld.o

12345