Searched refs:np_nand (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | tegra_nand.c | 1068 struct device_node *np_nand; in tegra_nand_chips_init() local 1081 np_nand = of_get_next_child(np, NULL); in tegra_nand_chips_init() 1083 nsels = of_property_count_elems_of_size(np_nand, "reg", sizeof(u32)); in tegra_nand_chips_init() 1090 ret = of_property_read_u32(np_nand, "reg", &cs); in tegra_nand_chips_init() 1118 nand_set_flash_node(chip, np_nand); in tegra_nand_chips_init()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | tegra_nand.c | 1071 struct device_node *np_nand; in tegra_nand_chips_init() local 1084 np_nand = of_get_next_child(np, NULL); in tegra_nand_chips_init() 1086 nsels = of_property_count_elems_of_size(np_nand, "reg", sizeof(u32)); in tegra_nand_chips_init() 1093 ret = of_property_read_u32(np_nand, "reg", &cs); in tegra_nand_chips_init() 1121 nand_set_flash_node(chip, np_nand); in tegra_nand_chips_init()
|
Completed in 6 milliseconds