/linux-6.1.9/drivers/leds/ |
D | leds-mlxcpld.c | 327 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 …]
|
/linux-6.1.9/Documentation/devicetree/bindings/board/ |
D | fsl-board.txt | 45 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";
|
/linux-6.1.9/arch/arm/mach-davinci/ |
D | board-dm365-evm.c | 93 static void __iomem *cpld; variable 297 if (!cpld) in cpld_mmc_get_cd() 301 return !(__raw_readb(cpld + CPLD_CARDSTAT) & BIT(module ? 4 : 0)); in cpld_mmc_get_cd() 306 if (!cpld) in cpld_mmc_get_ro() 310 return !!(__raw_readb(cpld + CPLD_CARDSTAT) & BIT(module ? 5 : 1)); in cpld_mmc_get_ro() 635 u8 reg = __raw_readb(cpld + CPLD_LEDS); in cpld_led_set() 641 __raw_writeb(reg, cpld + CPLD_LEDS); in cpld_led_set() 647 u8 reg = __raw_readb(cpld + CPLD_LEDS); in cpld_led_get() 656 if (!have_leds() || !cpld) in cpld_leds_init() 660 __raw_writeb(0xff, cpld + CPLD_LEDS); in cpld_leds_init() [all …]
|
/linux-6.1.9/arch/powerpc/platforms/85xx/ |
D | ksi8560.c | 128 struct device_node *cpld; in ksi8560_setup_arch() local 130 cpld = of_find_compatible_node(NULL, NULL, "emerson,KSI8560-cpld"); in ksi8560_setup_arch() 131 if (cpld) in ksi8560_setup_arch() 132 cpld_base = of_iomap(cpld, 0); in ksi8560_setup_arch() 136 of_node_put(cpld); in ksi8560_setup_arch()
|
/linux-6.1.9/Documentation/devicetree/bindings/mfd/ |
D | delta,tn48m-cpld.yaml | 4 $id: http://devicetree.org/schemas/mfd/delta,tn48m-cpld.yaml# 24 const: delta,tn48m-cpld 58 cpld@41 { 59 compatible = "delta,tn48m-cpld";
|
/linux-6.1.9/arch/arm64/boot/dts/hisilicon/ |
D | hip05-d02.dts | 78 cpld@1,0 { 79 compatible = "hisilicon,hip05-cpld";
|
/linux-6.1.9/arch/powerpc/boot/dts/fsl/ |
D | t1042d4rdb.dts | 46 cpld@3,0 { 47 compatible = "fsl,t1040d4rdb-cpld", 48 "fsl,deepsleep-cpld";
|
D | t1042rdb.dts | 70 cpld@3,0 { 71 compatible = "fsl,t1042rdb-cpld";
|
D | t1042rdb_pi.dts | 43 cpld@3,0 { 44 compatible = "fsl,t1042rdb_pi-cpld";
|
D | mvme2500.dts | 203 cpld@6,0 { 204 compatible = "artesyn,mvme2500-cpld";
|
D | t1040rdb.dts | 106 cpld@3,0 { 107 compatible = "fsl,t1040rdb-cpld";
|
D | c293pcie.dts | 147 cpld@2,0 { 148 compatible = "fsl,c293pcie-cpld";
|
/linux-6.1.9/arch/powerpc/boot/dts/ |
D | motionpro.dts | 102 cpld@2,0 { 103 compatible = "promess,motionpro-cpld";
|
D | mpc5121ads.dts | 64 compatible = "fsl,mpc5121ads-cpld"; 69 compatible = "fsl,mpc5121ads-cpld-pic";
|
/linux-6.1.9/Documentation/devicetree/bindings/net/ |
D | hisilicon-hns-dsaf.txt | 41 - cpld-syscon: is syscon handle + register offset pair for cpld register. It is 42 not required if there isn't cpld device.
|
/linux-6.1.9/arch/arm/mach-pxa/ |
D | magician.c | 1045 void __iomem *cpld; in magician_init() local 1072 cpld = ioremap(PXA_CS3_PHYS, 0x1000); in magician_init() 1073 if (cpld) { in magician_init() 1074 u8 board_id = __raw_readb(cpld + 0x14); in magician_init() 1076 iounmap(cpld); in magician_init()
|
/linux-6.1.9/drivers/media/pci/cobalt/ |
D | Makefile | 3 cobalt-i2c.o cobalt-omnitek.o cobalt-flash.o cobalt-cpld.o \
|
/linux-6.1.9/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1046a-rdb.dts | 93 cpld: board-control@2,0 { label 94 compatible = "fsl,ls1046ardb-cpld";
|
D | fsl-ls1043a-rdb.dts | 91 cpld: board-control@2,0 { label 92 compatible = "fsl,ls1043ardb-cpld";
|
/linux-6.1.9/sound/pci/ice1712/ |
D | quartet.c | 28 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"),
|
/linux-6.1.9/Documentation/devicetree/bindings/reset/ |
D | delta,tn48m-reset.yaml | 14 details see ../mfd/delta,tn48m-cpld.yaml.
|
/linux-6.1.9/Documentation/devicetree/bindings/gpio/ |
D | delta,tn48m-gpio.yaml | 14 details see ../mfd/delta,tn48m-cpld.yaml.
|
/linux-6.1.9/Documentation/networking/devlink/ |
D | nfp.rst | 51 * - ``fw.cpld``
|
/linux-6.1.9/drivers/comedi/drivers/ |
D | daqboard2000.c | 466 u16 cpld; in db2k_wait_cpld_init() local 470 cpld = readw(dev->mmio + DB2K_REG_CPLD_STATUS); in db2k_wait_cpld_init() 471 if (cpld & DB2K_CPLD_STATUS_INIT) { in db2k_wait_cpld_init()
|
/linux-6.1.9/arch/mips/boot/dts/mscc/ |
D | jaguar2_pcb111.dts | 69 cpld_pins: cpld-pins {
|