| /linux/drivers/net/ethernet/apm/xgene/ |
| H A 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 …]
|
| /linux/drivers/gpu/drm/v3d/ |
| H A D | v3d_perfmon.c | 41 {"CLE", "CLE-bin-thread-active-cycles", "[CLE] Bin thread active cycles"}, 42 {"CLE", "CLE-render-thread-active-cycles", "[CLE] Render thread active cycles"}, 68 {"CLE", "CLE-thread-active-cycles", "[CLE] Bin or render thread active cycles"}, 70 {"L2T", "L2T-CLE-reads", "[L2T] CLE read accesses"}, 78 {"L2T", "L2T-CLE-read-miss", "[L2T] CLE read misses"}, 105 {"CLE", "CLE-bin-thread-active-cycles", "[CLE] Bin thread active cycles"}, 106 {"CLE", "CLE-render-thread-active-cycles", "[CLE] Render thread active cycles"},
|
| /linux/Documentation/devicetree/bindings/mtd/ |
| H A D | orion-nand.txt | 9 - cle : Address line number connected to CLE. Default is 0 23 cle = <0>;
|
| H A D | gpio-control-nand.txt | 15 GPIO references is: RDY, nCE, ALE, CLE, and nWP. nCE and nWP are optional. 41 <&banka 4 0>, /* CLE */
|
| H A D | atmel-nand.txt | 170 atmel,nand-cmd-offset = <22>; /* cle */ 193 atmel,nand-cmd-offset = <22>; /* cle */
|
| H A D | fsmc-nand.txt | 15 byte 0 TCLR : CLE to RE delay in number of AHB clock cycles, only 4 bits
|
| /linux/drivers/mtd/nand/raw/ |
| H A 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() 336 gpiomtd->cle = devm_gpiod_get(dev, "cle", GPIOD_OUT_LOW); in gpio_nand_probe() 337 if (IS_ERR(gpiomtd->cle)) { in gpio_nand_probe() 338 ret = PTR_ERR(gpiomtd->cle); in gpio_nand_probe()
|
| H A D | orion_nand.c | 40 offs = (1 << board->cle); in orion_nand_cmd_ctrl() 131 if (!of_property_read_u32(pdev->dev.of_node, "cle", &val)) in orion_nand_probe() 132 board->cle = (u8)val; in orion_nand_probe() 134 board->cle = 0; in orion_nand_probe()
|
| H A D | nandsim.c | 347 int cle; /* command Latch Enable */ member 1872 if (ns->lines.ale || ns->lines.cle) { in ns_nand_read_byte() 1873 NS_ERR("read_byte: ALE or CLE pin is high, return %#x\n", (uint)outb); in ns_nand_read_byte() 1932 if (ns->lines.ale && ns->lines.cle) { in ns_nand_write_byte() 1933 NS_ERR("write_byte: ALE and CLE pins are high simultaneously, ignore write\n"); in ns_nand_write_byte() 1937 if (ns->lines.cle == 1) { in ns_nand_write_byte() 2117 if (ns->lines.ale || ns->lines.cle) { in ns_nand_read_buf() 2118 NS_ERR("read_buf: ALE or CLE pin is high\n"); in ns_nand_read_buf() 2184 ns->lines.cle = 0; in ns_exec_op() 2189 ns->lines.cle = 1; in ns_exec_op()
|
| H A D | ams-delta.c | 315 priv->gpiod_cle = devm_gpiod_get(&pdev->dev, "cle", GPIOD_OUT_LOW); in gpio_nand_probe() 318 dev_err(&pdev->dev, "CLE GPIO request failed (%d)\n", err); in gpio_nand_probe()
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | lantiq,pinctrl-xway.txt | 56 ebu wait, nand ale, nand cs1, nand cle, spi_di, spi_do, spi_clk, spi_cs1, 67 ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, nand rd, 79 ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, nand rd, 93 exin0, exin1, exin2, exin4, nand ale, nand cs0, nand cs1, nand cle,
|
| /linux/include/linux/platform_data/ |
| H A D | mtd-orion_nand.h | 17 u8 cle; /* address line number connected to CLE */ member
|
| /linux/include/linux/mtd/ |
| H A D | rawnand.h | 33 * Constants for hardware specific CLE/ALE/NCE function 40 /* Select the command latch by setting CLE to high */ 410 * @tCLH_min: CLE hold time 411 * @tCLR_min: CLE to RE# delay 412 * @tCLS_min: CLE setup time 499 * @tCALH_min: W/R_n, CLE and ALE hold time 500 * @tCALS_min: W/R_n, CLE and ALE setup time 1144 * @cmd_ctrl: hardware specific function for controlling ALE/CLE/nCE. Also used
|
| H A D | platnand.h | 46 * ALE/CLE/nCE. Also used to write command and address
|
| /linux/arch/mips/boot/dts/ni/ |
| H A D | 169445.dts | 70 <&gpio1 3 0>, /* cle */
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-xway.c | 343 GRP_MUX("nand cle", EBU, danube_pins_nand_cle), 390 "nand cle"}; 550 GRP_MUX("nand cle", EBU, xrx100_pins_nand_cle), 601 "nand cle", "nand rdy", 778 GRP_MUX("nand cle", EBU, xrx200_pins_nand_cle), 847 "nand cle", "nand rdy", 1021 GRP_MUX("nand cle", EBU, xrx300_pins_nand_cle), 1064 "nand cle", "nand rdy",
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | orion5x-kuroboxpro.dts | 87 cle = <0>;
|
| /linux/arch/arm/boot/dts/ti/keystone/ |
| H A D | keystone-k2l-evm.dts | 86 ti,davinci-mask-cle = <0x4000>;
|
| H A D | keystone-k2e-evm.dts | 113 ti,davinci-mask-cle = <0x4000>;
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | xpedite5200.dts | 431 cle-line = <0x8>; /* CLE tied to A3 */
|
| H A D | xpedite5200_xmon.dts | 435 cle-line = <0x8>; /* CLE tied to A3 */
|
| /linux/drivers/usb/host/ |
| H A D | ohci-q.c | 192 /* we care about rm_list when setting CLE/BLE in case the HC was at in ed_schedule() 193 * work on some TD when CLE/BLE was turned off, and isn't quiesced in ed_schedule() 324 * clear CLE/BLE and wait. There's no safe way to scrub out list in ed_deschedule() 341 // a ohci_readl() later syncs CLE with the HC in ed_deschedule() 1129 /* CLE/BLE to enable, CLF/BLF to (maybe) kickstart */ in finish_unlinks()
|
| /linux/arch/arm/boot/compressed/ |
| H A D | head-sharpsl.S | 136 bic r3, r3, #2 @ CLR CLE
|
| /linux/arch/mips/boot/dts/ingenic/ |
| H A D | ci20.dts | 427 * Only CLE/ALE are needed for the devices that are connected, rather 587 groups = "nemc-data", "nemc-cle-ale", "nemc-rd-we", "nemc-frd-fwe";
|
| /linux/Documentation/driver-api/ |
| H A D | mtdnand.rst | 164 case NAND_CTL_SETCLE: /* Set CLE pin high */ break; 165 case NAND_CTL_CLRCLE: /* Set CLE pin low */ break; 908 /* Select the command latch by setting CLE to high */ 910 /* Deselect the command latch by setting CLE to low */
|