Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Ddenali.h134 #define DEVICES_CONNECTED 0x250 macro
H A Ddenali.c968 * connected in parallel, DEVICES_CONNECTED should be set to 2. in denali_multidev_fixup()
972 denali->devs_per_cs = ioread32(denali->reg + DEVICES_CONNECTED); in denali_multidev_fixup()
975 * On some SoCs, DEVICES_CONNECTED is not auto-detected. in denali_multidev_fixup()
976 * For those, DEVICES_CONNECTED is left to 0. Set 1 if it is the case. in denali_multidev_fixup()
980 iowrite32(1, denali->reg + DEVICES_CONNECTED); in denali_multidev_fixup()