Home
last modified time | relevance | path

Searched refs:cle (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v4.19/drivers/net/ethernet/apm/xgene/
Dxgene_enet_cle.c135 static int xgene_cle_dram_wr(struct xgene_enet_cle *cle, u32 *data, u8 nregs, in xgene_cle_dram_wr() argument
139 enum xgene_cle_parser parser = cle->active_parser; in xgene_cle_dram_wr()
140 void __iomem *base = cle->base; in xgene_cle_dram_wr()
146 nparsers = (type >= PTREE_RAM) ? 1 : cle->parsers; in xgene_cle_dram_wr()
168 struct xgene_enet_cle *cle) in xgene_cle_enable_ptree() argument
170 struct xgene_cle_ptree *ptree = &cle->ptree; in xgene_cle_enable_ptree()
171 void __iomem *addr, *base = cle->base; in xgene_cle_enable_ptree()
176 ptree->start_pkt += cle->jump_bytes; in xgene_cle_enable_ptree()
177 for (i = 0; i < cle->parsers; i++) { in xgene_cle_enable_ptree()
178 if (cle->active_parser != PARSER_ALL) in xgene_cle_enable_ptree()
[all …]
Dxgene_enet_main.h226 struct xgene_enet_cle cle; member
/Linux-v4.19/drivers/mtd/nand/raw/
Dgpio.c38 struct gpio_desc *cle; member
85 gpiod_set_value(gpiomtd->cle, !!(ctrl & NAND_CLE)); in gpio_nand_cmd_ctrl()
260 gpiomtd->cle = devm_gpiod_get(dev, "cle", GPIOD_OUT_LOW); in gpio_nand_probe()
261 if (IS_ERR(gpiomtd->cle)) { in gpio_nand_probe()
262 ret = PTR_ERR(gpiomtd->cle); in gpio_nand_probe()
Dorion_nand.c39 offs = (1 << board->cle); in orion_nand_cmd_ctrl()
117 board->cle = (u8)val; in orion_nand_probe()
119 board->cle = 0; in orion_nand_probe()
Dnandsim.c356 int cle; /* command Latch Enable */ member
1886 if (ns->lines.ale || ns->lines.cle) { in ns_nand_read_byte()
1947 if (ns->lines.ale && ns->lines.cle) { in ns_nand_write_byte()
1952 if (ns->lines.cle == 1) { in ns_nand_write_byte()
2097 ns->lines.cle = bitmask & NAND_CLE ? 1 : 0; in ns_hwcontrol()
2158 if (ns->lines.ale || ns->lines.cle) { in ns_nand_read_buf()
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Dorion-nand.txt9 - cle : Address line number connected to CLE. Default is 0
23 cle = <0>;
Ddavinci-nand.txt33 - ti,davinci-mask-cle: mask for CLE. Needed for executing command
84 ti,davinci-mask-cle = <0>;
Datmel-nand.txt178 atmel,nand-cmd-offset = <22>; /* cle */
201 atmel,nand-cmd-offset = <22>; /* cle */
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/
Dlantiq,pinctrl-xway.txt51 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,
/Linux-v4.19/include/linux/platform_data/
Dmtd-orion_nand.h17 u8 cle; /* address line number connected to CLE */ member
/Linux-v4.19/arch/mips/boot/dts/ni/
D169445.dts70 <&gpio1 3 0>, /* cle */
/Linux-v4.19/arch/arm/boot/dts/
Dpicoxcell-pc7302-pc3x2.dts51 &banka 4 0 /* cle */
Dpicoxcell-pc7302-pc3x3.dts57 &banka 4 0 /* cle */
Dkeystone-k2l-evm.dts86 ti,davinci-mask-cle = <0x4000>;
Dkeystone-k2e-evm.dts113 ti,davinci-mask-cle = <0x4000>;
Dkeystone-k2hk-evm.dts130 ti,davinci-mask-cle = <0x4000>;
Dorion5x-kuroboxpro.dts87 cle = <0>;
Dda850-lcdk.dts278 ti,davinci-mask-cle = <0>;
Dda850-evm.dts399 ti,davinci-mask-cle = <0>;
Dkirkwood.dtsi47 cle = <0>;
/Linux-v4.19/drivers/ide/
Dide-cd.c1487 const struct cd_list_entry *cle = ide_cd_quirks_list; in ide_cd_flags() local
1489 while (cle->id_model) { in ide_cd_flags()
1490 if (strcmp(cle->id_model, (char *)&id[ATA_ID_PROD]) == 0 && in ide_cd_flags()
1491 (cle->id_firmware == NULL || in ide_cd_flags()
1492 strstr((char *)&id[ATA_ID_FW_REV], cle->id_firmware))) in ide_cd_flags()
1493 return cle->cd_flags; in ide_cd_flags()
1494 cle++; in ide_cd_flags()
/Linux-v4.19/arch/arm/mach-orion5x/
Ddb88f5281-setup.c152 .cle = 0,
Dkurobox_pro-setup.c78 .cle = 0,
/Linux-v4.19/arch/mips/boot/dts/ingenic/
Dci20.dts213 groups = "nemc-data", "nemc-cle-ale", "nemc-rd-we", "nemc-frd-fwe";
/Linux-v4.19/arch/powerpc/boot/dts/
Dxpedite5200.dts434 cle-line = <0x8>; /* CLE tied to A3 */

12