Searched refs:device_width (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | gpmc-nand.c | 69 s->device_width = GPMC_DEVWIDTH_16BIT; in gpmc_set_legacy() 71 s->device_width = GPMC_DEVWIDTH_8BIT; in gpmc_set_legacy()
|
D | usb-tusb6010.c | 33 .device_width = GPMC_DEVWIDTH_16BIT, 45 .device_width = GPMC_DEVWIDTH_16BIT,
|
D | gpmc-onenand.c | 50 .device_width = GPMC_DEVWIDTH_16BIT, 58 .device_width = GPMC_DEVWIDTH_16BIT,
|
/linux-4.1.27/include/linux/ |
D | omap-gpmc.h | 147 u32 device_width; /* device bus width (8 or 16 bit) */ member
|
/linux-4.1.27/drivers/memory/ |
D | omap-gpmc.c | 1588 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()
|