Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Dgpmc-nand.c70 s->device_width = GPMC_DEVWIDTH_16BIT; in gpmc_set_legacy()
72 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.c51 .device_width = GPMC_DEVWIDTH_16BIT,
59 .device_width = GPMC_DEVWIDTH_16BIT,
Dgpmc-smc91x.c53 .device_width = GPMC_DEVWIDTH_16BIT,
Dgpmc.h205 u32 device_width; /* device bus width (8 or 16 bit) */ member
Dgpmc.c1178 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()