Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c539 static void cl_env_init0(struct cl_env *cle, void *debug) in cl_env_init0() argument
541 LASSERT(cle->ce_ref == 0); in cl_env_init0()
542 LASSERT(cle->ce_magic == &cl_env_init0); in cl_env_init0()
543 LASSERT(cle->ce_debug == NULL && cle->ce_owner == NULL); in cl_env_init0()
545 cle->ce_ref = 1; in cl_env_init0()
546 cle->ce_debug = debug; in cl_env_init0()
568 struct cl_env *cle = hlist_entry(hn, struct cl_env, ce_node); in cl_env_hops_obj() local
570 LASSERT(cle->ce_magic == &cl_env_init0); in cl_env_hops_obj()
571 return (void *)cle; in cl_env_hops_obj()
576 struct cl_env *cle = cl_env_hops_obj(hn); in cl_env_hops_keycmp() local
[all …]
/linux-4.4.14/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.txt54 atmel,nand-cmd-offset = <22>; /* cle */
77 atmel,nand-cmd-offset = <22>; /* cle */
/linux-4.4.14/drivers/mtd/nand/
Dorion_nand.c36 offs = (1 << board->cle); in orion_nand_cmd_ctrl()
107 board->cle = (u8)val; in orion_nand_probe()
109 board->cle = 0; in orion_nand_probe()
Dnandsim.c361 int cle; /* command Latch Enable */ member
1919 if (ns->lines.ale || ns->lines.cle) { in ns_nand_read_byte()
1979 if (ns->lines.ale && ns->lines.cle) { in ns_nand_write_byte()
1984 if (ns->lines.cle == 1) { in ns_nand_write_byte()
2128 ns->lines.cle = bitmask & NAND_CLE ? 1 : 0; in ns_hwcontrol()
2187 if (ns->lines.ale || ns->lines.cle) { in ns_nand_read_buf()
Datmel_nand.c198 writeb(cmd, host->io_base + (1 << host->board.cle)); in atmel_nand_cmd_ctrl()
1515 board->cle = val; in atmel_of_init_port()
/linux-4.4.14/include/linux/platform_data/
Dmtd-orion_nand.h18 u8 cle; /* address line number connected to CLE */ member
Datmel.h33 u8 cle; /* address line number connected to CLE */ member
/linux-4.4.14/arch/arm/boot/dts/
Dpicoxcell-pc7302-pc3x2.dts51 &banka 4 0 /* cle */
Dpicoxcell-pc7302-pc3x3.dts57 &banka 4 0 /* cle */
Dk2l-evm.dts72 ti,davinci-mask-cle = <0x4000>;
Dk2e-evm.dts95 ti,davinci-mask-cle = <0x4000>;
Dk2hk-evm.dts116 ti,davinci-mask-cle = <0x4000>;
Dda850.dtsi299 ti,davinci-mask-cle = <0>;
Dkirkwood.dtsi46 cle = <0>;
/linux-4.4.14/drivers/ide/
Dide-cd.c1482 const struct cd_list_entry *cle = ide_cd_quirks_list; in ide_cd_flags() local
1484 while (cle->id_model) { in ide_cd_flags()
1485 if (strcmp(cle->id_model, (char *)&id[ATA_ID_PROD]) == 0 && in ide_cd_flags()
1486 (cle->id_firmware == NULL || in ide_cd_flags()
1487 strstr((char *)&id[ATA_ID_FW_REV], cle->id_firmware))) in ide_cd_flags()
1488 return cle->cd_flags; in ide_cd_flags()
1489 cle++; in ide_cd_flags()
/linux-4.4.14/arch/avr32/boards/atstk1000/
Datstk1002.c94 .cle = 21,
/linux-4.4.14/arch/arm/mach-orion5x/
Ddb88f5281-setup.c152 .cle = 0,
Dkurobox_pro-setup.c78 .cle = 0,
/linux-4.4.14/arch/avr32/boards/atngw100/
Dsetup.c95 .cle = 21,
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dlantiq,pinctrl-xway.txt41 ebu wait, nand ale, nand cs1, nand cle, spi, spi_cs1, spi_cs2, spi_cs3,
/linux-4.4.14/arch/powerpc/boot/dts/
Dxpedite5200.dts434 cle-line = <0x8>; /* CLE tied to A3 */
Dxpedite5200_xmon.dts438 cle-line = <0x8>; /* CLE tied to A3 */
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pci-defs.h209 uint32_t cle:1; member
237 uint32_t cle:1;