/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_cle.c | 123 static int xgene_cle_dram_wr(struct xgene_enet_cle *cle, u32 *data, u8 nregs, in xgene_cle_dram_wr() argument 127 enum xgene_cle_parser parser = cle->active_parser; in xgene_cle_dram_wr() 128 void __iomem *base = cle->base; in xgene_cle_dram_wr() 134 nparsers = (type >= PTREE_RAM) ? 1 : cle->parsers; in xgene_cle_dram_wr() 156 struct xgene_enet_cle *cle) in xgene_cle_enable_ptree() argument 158 struct xgene_cle_ptree *ptree = &cle->ptree; in xgene_cle_enable_ptree() 159 void __iomem *addr, *base = cle->base; in xgene_cle_enable_ptree() 164 ptree->start_pkt += cle->jump_bytes; in xgene_cle_enable_ptree() 165 for (i = 0; i < cle->parsers; i++) { in xgene_cle_enable_ptree() 166 if (cle->active_parser != PARSER_ALL) in xgene_cle_enable_ptree() [all …]
|
D | xgene_enet_main.h | 213 struct xgene_enet_cle cle; member
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
D | gpio.c | 37 struct gpio_desc *cle; member 84 gpiod_set_value(gpiomtd->cle, 1); in gpio_nand_exec_instr() 88 gpiod_set_value(gpiomtd->cle, 0); in gpio_nand_exec_instr() 339 gpiomtd->cle = devm_gpiod_get(dev, "cle", GPIOD_OUT_LOW); in gpio_nand_probe() 340 if (IS_ERR(gpiomtd->cle)) { in gpio_nand_probe() 341 ret = PTR_ERR(gpiomtd->cle); in gpio_nand_probe()
|
D | orion_nand.c | 40 offs = (1 << board->cle); in orion_nand_cmd_ctrl() 134 board->cle = (u8)val; in orion_nand_probe() 136 board->cle = 0; in orion_nand_probe()
|
D | nandsim.c | 345 int cle; /* command Latch Enable */ member 1885 if (ns->lines.ale || ns->lines.cle) { in ns_nand_read_byte() 1945 if (ns->lines.ale && ns->lines.cle) { in ns_nand_write_byte() 1950 if (ns->lines.cle == 1) { in ns_nand_write_byte() 2130 if (ns->lines.ale || ns->lines.cle) { in ns_nand_read_buf() 2182 ns->lines.cle = 0; in ns_exec_op() 2187 ns->lines.cle = 1; in ns_exec_op()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/ |
D | orion-nand.txt | 9 - cle : Address line number connected to CLE. Default is 0 23 cle = <0>;
|
D | davinci-nand.txt | 33 - ti,davinci-mask-cle: mask for CLE. Needed for executing command 84 ti,davinci-mask-cle = <0>;
|
D | atmel-nand.txt | 180 atmel,nand-cmd-offset = <22>; /* cle */ 203 atmel,nand-cmd-offset = <22>; /* cle */
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
D | lantiq,pinctrl-xway.txt | 51 ebu wait, nand ale, nand cs1, nand cle, spi, spi_cs1, spi_cs2, spi_cs3, 62 ebu clk, ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, 83 ebu wait, nand ale, nand cs1, nand cle, spi_di, spi_do, spi_clk, spi_cs1, 94 ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, nand rd, 106 ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, nand rd, 120 exin0, exin1, exin2, exin4, nand ale, nand cs0, nand cs1, nand cle,
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
D | mtd-orion_nand.h | 17 u8 cle; /* address line number connected to CLE */ member
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | picoxcell-pc7302-pc3x2.dts | 43 &banka 4 0 /* cle */
|
D | picoxcell-pc7302-pc3x3.dts | 49 &banka 4 0 /* cle */
|
D | keystone-k2l-evm.dts | 86 ti,davinci-mask-cle = <0x4000>;
|
D | keystone-k2e-evm.dts | 113 ti,davinci-mask-cle = <0x4000>;
|
D | keystone-k2hk-evm.dts | 130 ti,davinci-mask-cle = <0x4000>;
|
D | orion5x-kuroboxpro.dts | 87 cle = <0>;
|
D | da850-lcdk.dts | 355 ti,davinci-mask-cle = <0>;
|
D | da850-evm.dts | 436 ti,davinci-mask-cle = <0>;
|
D | kirkwood.dtsi | 48 cle = <0>;
|
/kernel/linux/linux-5.10/arch/mips/boot/dts/ni/ |
D | 169445.dts | 70 <&gpio1 3 0>, /* cle */
|
/kernel/linux/linux-5.10/drivers/ide/ |
D | ide-cd.c | 1500 const struct cd_list_entry *cle = ide_cd_quirks_list; in ide_cd_flags() local 1502 while (cle->id_model) { in ide_cd_flags() 1503 if (strcmp(cle->id_model, (char *)&id[ATA_ID_PROD]) == 0 && in ide_cd_flags() 1504 (cle->id_firmware == NULL || in ide_cd_flags() 1505 strstr((char *)&id[ATA_ID_FW_REV], cle->id_firmware))) in ide_cd_flags() 1506 return cle->cd_flags; in ide_cd_flags() 1507 cle++; in ide_cd_flags()
|
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/ |
D | db88f5281-setup.c | 152 .cle = 0,
|
D | kurobox_pro-setup.c | 78 .cle = 0,
|
/kernel/linux/linux-5.10/arch/mips/boot/dts/ingenic/ |
D | rs90.dts | 200 groups = "nand-cs1", "nand-cle-ale", "nand-fre-fwe";
|
D | ci20.dts | 462 groups = "nemc-data", "nemc-cle-ale", "nemc-rd-we", "nemc-frd-fwe";
|