Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dintel-nand-controller.c580 struct device_node *chip_np; in ebu_nand_probe() local
603 chip_np = of_get_next_child(dev->of_node, NULL); in ebu_nand_probe()
604 if (!chip_np) in ebu_nand_probe()
608 ret = of_property_read_u32(chip_np, "reg", &cs); in ebu_nand_probe()
671 nand_set_flash_node(&ebu_host->chip, chip_np); in ebu_nand_probe()
706 of_node_put(chip_np); in ebu_nand_probe()