Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Dgpmc-nand.c69 s->device_width = GPMC_DEVWIDTH_16BIT; in gpmc_set_legacy()
71 s->device_width = GPMC_DEVWIDTH_8BIT; in gpmc_set_legacy()
Dusb-tusb6010.c33 .device_width = GPMC_DEVWIDTH_16BIT,
45 .device_width = GPMC_DEVWIDTH_16BIT,
Dgpmc-onenand.c50 .device_width = GPMC_DEVWIDTH_16BIT,
58 .device_width = GPMC_DEVWIDTH_16BIT,
/linux-4.1.27/include/linux/
Domap-gpmc.h147 u32 device_width; /* device bus width (8 or 16 bit) */ member
/linux-4.1.27/drivers/memory/
Domap-gpmc.c1588 if ((!p->device_width) || (p->device_width > GPMC_DEVWIDTH_16BIT)) { in gpmc_cs_program_settings()
1589 pr_err("%s: invalid width %d!", __func__, p->device_width); in gpmc_cs_program_settings()
1625 config1 = GPMC_CONFIG1_DEVICESIZE((p->device_width - 1)); in gpmc_cs_program_settings()
1682 of_property_read_u32(np, "gpmc,device-width", &p->device_width); in gpmc_read_settings_dt()
1988 ret = of_property_read_u32(child, "bank-width", &gpmc_s.device_width); in gpmc_probe_generic_child()