Searched refs:nce (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | gpio.c | 36 struct gpio_desc *nce; /* Optional chip enable */ member 149 gpiod_set_value(gpiomtd->nce, 0); in gpio_nand_exec_op() 159 gpiod_set_value(gpiomtd->nce, 1); in gpio_nand_exec_op() 281 if (gpiomtd->nce && !IS_ERR(gpiomtd->nce)) in gpio_nand_remove() 282 gpiod_set_value(gpiomtd->nce, 0); in gpio_nand_remove() 319 gpiomtd->nce = devm_gpiod_get_optional(dev, "nce", GPIOD_OUT_HIGH); in gpio_nand_probe() 320 if (IS_ERR(gpiomtd->nce)) in gpio_nand_probe() 321 return PTR_ERR(gpiomtd->nce); in gpio_nand_probe() 387 if (gpiomtd->nce && !IS_ERR(gpiomtd->nce)) in gpio_nand_probe() 388 gpiod_set_value(gpiomtd->nce, 0); in gpio_nand_probe()
|
/openbmc/linux/arch/mips/boot/dts/ni/ |
H A D | 169445.dts | 68 <&gpio1 1 0>, /* nce */
|
/openbmc/linux/fs/btrfs/ |
H A D | send.c | 2320 struct name_cache_entry *nce; in __get_cur_name_and_parent() local 2327 nce = name_cache_search(sctx, ino, gen); in __get_cur_name_and_parent() 2328 if (nce) { in __get_cur_name_and_parent() 2329 if (ino < sctx->send_progress && nce->need_later_update) { in __get_cur_name_and_parent() 2330 btrfs_lru_cache_remove(&sctx->name_cache, &nce->entry); in __get_cur_name_and_parent() 2331 nce = NULL; in __get_cur_name_and_parent() 2333 *parent_ino = nce->parent_ino; in __get_cur_name_and_parent() 2334 *parent_gen = nce->parent_gen; in __get_cur_name_and_parent() 2335 ret = fs_path_add(dest, nce->name, nce->name_len); in __get_cur_name_and_parent() 2338 ret = nce->ret; in __get_cur_name_and_parent() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mtd/ |
H A D | atmel-nand.txt | 182 &pioC 14 0 /* nce */ 209 &pioD 4 0 /* nce */
|
/openbmc/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp4xx-reference-design.dtsi | 80 nce-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; /* NCE */
|