Searched refs:device_width (Results 1 – 6 of 6) sorted by relevance
/arch/arm/mach-omap2/ |
D | gpmc-nand.c | 70 s->device_width = GPMC_DEVWIDTH_16BIT; in gpmc_set_legacy() 72 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 | 51 .device_width = GPMC_DEVWIDTH_16BIT, 59 .device_width = GPMC_DEVWIDTH_16BIT,
|
D | gpmc-smc91x.c | 53 .device_width = GPMC_DEVWIDTH_16BIT,
|
D | gpmc.h | 205 u32 device_width; /* device bus width (8 or 16 bit) */ member
|
D | gpmc.c | 1178 if ((!p->device_width) || (p->device_width > GPMC_DEVWIDTH_16BIT)) { in gpmc_cs_program_settings() 1179 pr_err("%s: invalid width %d!", __func__, p->device_width); in gpmc_cs_program_settings() 1215 config1 = GPMC_CONFIG1_DEVICESIZE((p->device_width - 1)); in gpmc_cs_program_settings() 1272 of_property_read_u32(np, "gpmc,device-width", &p->device_width); in gpmc_read_settings_dt() 1567 ret = of_property_read_u32(child, "bank-width", &gpmc_s.device_width); in gpmc_probe_generic_child()
|