Searched refs:reg_cells (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/memory/ |
| H A D | atmel-ebi.c | 301 int reg_cells) in atmel_ebi_dev_setup() argument 313 reg_cells * sizeof(u32)); in atmel_ebi_dev_setup() 315 ret = of_property_read_u32_index(np, "reg", i * reg_cells, in atmel_ebi_dev_setup() 523 int ret, reg_cells; in atmel_ebi_probe() local 585 reg_cells = val; in atmel_ebi_probe() 593 reg_cells += val; in atmel_ebi_probe() 599 ret = atmel_ebi_dev_setup(ebi, child, reg_cells); in atmel_ebi_probe()
|
| /linux/drivers/mtd/nand/raw/atmel/ |
| H A D | nand-controller.c | 1639 int reg_cells) in atmel_nand_create() argument 1646 reg_cells * sizeof(u32)); in atmel_nand_create() 1681 ret = of_property_read_u32_index(np, "reg", i * reg_cells, in atmel_nand_create() 1868 int ret, reg_cells; in atmel_nand_controller_add_nands() local 1883 reg_cells = val; in atmel_nand_controller_add_nands() 1891 reg_cells += val; in atmel_nand_controller_add_nands() 1896 nand = atmel_nand_create(nc, nand_np, reg_cells); in atmel_nand_controller_add_nands()
|