/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 565 static void cl_env_init0(struct cl_env *cle, void *debug) in cl_env_init0() argument 567 LASSERT(cle->ce_ref == 0); in cl_env_init0() 568 LASSERT(cle->ce_magic == &cl_env_init0); in cl_env_init0() 569 LASSERT(cle->ce_debug == NULL && cle->ce_owner == NULL); in cl_env_init0() 571 cle->ce_ref = 1; in cl_env_init0() 572 cle->ce_debug = debug; in cl_env_init0() 595 struct cl_env *cle = hlist_entry(hn, struct cl_env, ce_node); in cl_env_hops_obj() local 596 LASSERT(cle->ce_magic == &cl_env_init0); in cl_env_hops_obj() 597 return (void *)cle; in cl_env_hops_obj() 602 struct cl_env *cle = cl_env_hops_obj(hn); in cl_env_hops_keycmp() local [all …]
|
/linux-4.1.27/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 | 54 atmel,nand-cmd-offset = <22>; /* cle */ 77 atmel,nand-cmd-offset = <22>; /* cle */
|
/linux-4.1.27/drivers/mtd/nand/ |
D | orion_nand.c | 36 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()
|
D | nandsim.c | 361 int cle; /* command Latch Enable */ member 1920 if (ns->lines.ale || ns->lines.cle) { in ns_nand_read_byte() 1980 if (ns->lines.ale && ns->lines.cle) { in ns_nand_write_byte() 1985 if (ns->lines.cle == 1) { in ns_nand_write_byte() 2129 ns->lines.cle = bitmask & NAND_CLE ? 1 : 0; in ns_hwcontrol() 2188 if (ns->lines.ale || ns->lines.cle) { in ns_nand_read_buf()
|
D | atmel_nand.c | 198 writeb(cmd, host->io_base + (1 << host->board.cle)); in atmel_nand_cmd_ctrl() 1514 board->cle = val; in atmel_of_init_port()
|
/linux-4.1.27/include/linux/platform_data/ |
D | mtd-orion_nand.h | 18 u8 cle; /* address line number connected to CLE */ member
|
D | atmel.h | 68 u8 cle; /* address line number connected to CLE */ member
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | picoxcell-pc7302-pc3x2.dts | 51 &banka 4 0 /* cle */
|
D | picoxcell-pc7302-pc3x3.dts | 57 &banka 4 0 /* cle */
|
D | k2l-evm.dts | 72 ti,davinci-mask-cle = <0x4000>;
|
D | k2e-evm.dts | 95 ti,davinci-mask-cle = <0x4000>;
|
D | k2hk-evm.dts | 116 ti,davinci-mask-cle = <0x4000>;
|
D | da850.dtsi | 299 ti,davinci-mask-cle = <0>;
|
D | kirkwood.dtsi | 56 cle = <0>;
|
/linux-4.1.27/drivers/ide/ |
D | ide-cd.c | 1482 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.1.27/arch/avr32/boards/atstk1000/ |
D | atstk1002.c | 94 .cle = 21,
|
/linux-4.1.27/arch/arm/mach-orion5x/ |
D | db88f5281-setup.c | 152 .cle = 0,
|
D | kurobox_pro-setup.c | 78 .cle = 0,
|
/linux-4.1.27/arch/avr32/boards/atngw100/ |
D | setup.c | 95 .cle = 21,
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | lantiq,xway-pinumx.txt | 41 ebu wait, nand ale, nand cs1, nand cle, spi, spi_cs1, spi_cs2, spi_cs3,
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | xpedite5200.dts | 434 cle-line = <0x8>; /* CLE tied to A3 */
|
D | xpedite5200_xmon.dts | 438 cle-line = <0x8>; /* CLE tied to A3 */
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-pci-defs.h | 209 uint32_t cle:1; member 237 uint32_t cle:1;
|