Searched refs:device_width (Results 1 – 11 of 11) sorted by relevance
798 if (!p->device_width || p->device_width > GPMC_DEVWIDTH_16BIT) { in gpmc_cs_program_settings()799 pr_err("%s: invalid width %d!", __func__, p->device_width); in gpmc_cs_program_settings()835 config1 = GPMC_CONFIG1_DEVICESIZE((p->device_width - 1)); in gpmc_cs_program_settings()895 ofnode_read_u32(np, "gpmc,device-width", &p->device_width); in gpmc_read_settings_dt()1064 gpmc_s.device_width = GPMC_DEVWIDTH_8BIT; in gpmc_probe_generic_child()1067 gpmc_s.device_width = GPMC_DEVWIDTH_16BIT; in gpmc_probe_generic_child()1081 &gpmc_s.device_width); in gpmc_probe_generic_child()1082 if (ret < 0 && !gpmc_s.device_width) { in gpmc_probe_generic_child()
295 u32 device_width; /* device bus width (8 or 16 bit) */ member
672 u32 device_width; in ddr3_get_device_width() local674 device_width = (reg_read(REG_SDRAM_ADDRESS_CTRL_ADDR) & in ddr3_get_device_width()678 return (device_width == 0) ? 8 : 16; in ddr3_get_device_width()
135 unsigned char device_width:3, member
1071 u32 device_width; in ddr3_get_device_width() local1073 device_width = (reg_read(SDRAM_ADDR_CTRL_REG) & in ddr3_get_device_width()1077 return (device_width == 0) ? 8 : 16; in ddr3_get_device_width()
154 unsigned char dev_width = spd_data->byte_fields.byte_12.bit_fields.device_width; in mv_ddr_spd_dev_width_get()
130 pdimm->device_width = 1 << ((spd->organization & 0x7) + 2); in ddr_compute_dimm_parameters()
183 pdimm->device_width = 1 << ((spd->organization & 0x7) + 2); in ddr_compute_dimm_parameters()
957 popts->x4_en = (pdimm[0].device_width == 4) ? 1 : 0; in populate_memctl_options()
234 DIMM_PARM(device_width), in fsl_ddr_dimm_parameters_edit()333 DIMM_PARM(device_width), in print_dimm_parameters()
237 unsigned int device_width; member2293 (!!(cfg->device_width == 16) << CFG_BUS_WIDTH_SHIFT) | in brcmnand_set_cfg()2332 cfg->spare_area_size, cfg->device_width); in brcmnand_print_cfg()2422 cfg->device_width = (chip->options & NAND_BUSWIDTH_16) ? 16 : 8; in brcmnand_setup_dev()
Completed in 35 milliseconds