Home
last modified time | relevance | path

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

/linux/drivers/memory/
H A Datmel-ebi.c301 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()