Searched refs:device_width (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/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.4.14/include/linux/ | 
| D | omap-gpmc.h | 147 	u32 device_width;	/* device bus width (8 or 16 bit) */  member
  | 
| /linux-4.4.14/drivers/memory/ | 
| D | omap-gpmc.c | 1586 	if ((!p->device_width) || (p->device_width > GPMC_DEVWIDTH_16BIT)) {  in gpmc_cs_program_settings() 1587 		pr_err("%s: invalid width %d!", __func__, p->device_width);  in gpmc_cs_program_settings() 1623 	config1 = GPMC_CONFIG1_DEVICESIZE((p->device_width - 1));  in gpmc_cs_program_settings() 1680 	of_property_read_u32(np, "gpmc,device-width", &p->device_width);  in gpmc_read_settings_dt() 1986 	ret = of_property_read_u32(child, "bank-width", &gpmc_s.device_width);  in gpmc_probe_generic_child()
  | 
| /linux-4.4.14/drivers/mtd/nand/brcmnand/ | 
| D | brcmnand.c | 163 	unsigned int		device_width;  member 1780 		(!!(cfg->device_width == 16) << CFG_BUS_WIDTH_SHIFT) |  in brcmnand_set_cfg() 1816 		cfg->spare_area_size, cfg->device_width);  in brcmnand_print_cfg() 1872 	cfg->device_width = (chip->options & NAND_BUSWIDTH_16) ? 16 : 8;  in brcmnand_setup_dev()
  |