Searched refs:device_width (Results 1 – 4 of 4) sorted by relevance
31 .device_width = GPMC_DEVWIDTH_16BIT,43 .device_width = GPMC_DEVWIDTH_16BIT,
152 u32 device_width; /* device bus width (8 or 16 bit) */ member
1832 if ((!p->device_width) || (p->device_width > GPMC_DEVWIDTH_16BIT)) { in gpmc_cs_program_settings()1833 pr_err("%s: invalid width %d!", __func__, p->device_width); in gpmc_cs_program_settings()1869 config1 = GPMC_CONFIG1_DEVICESIZE((p->device_width - 1)); in gpmc_cs_program_settings()1925 of_property_read_u32(np, "gpmc,device-width", &p->device_width); in gpmc_read_settings_dt()2142 gpmc_s.device_width = GPMC_DEVWIDTH_8BIT; in gpmc_probe_generic_child()2145 gpmc_s.device_width = GPMC_DEVWIDTH_16BIT; in gpmc_probe_generic_child()2159 &gpmc_s.device_width); in gpmc_probe_generic_child()2160 if (ret < 0 && !gpmc_s.device_width) { in gpmc_probe_generic_child()
169 unsigned int device_width; member2031 (!!(cfg->device_width == 16) << CFG_BUS_WIDTH_SHIFT) | in brcmnand_set_cfg()2068 cfg->spare_area_size, cfg->device_width); in brcmnand_print_cfg()2124 cfg->device_width = (chip->options & NAND_BUSWIDTH_16) ? 16 : 8; in brcmnand_setup_dev()