Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm/mach-omap2/
Dusb-tusb6010.c28 .device_width = GPMC_DEVWIDTH_16BIT,
40 .device_width = GPMC_DEVWIDTH_16BIT,
/Linux-v6.6/drivers/edac/
Ddmc520_edac.c316 enum dmc520_dev_width device_width; in dmc520_get_dtype() local
321 device_width = FIELD_GET(REG_FIELD_DEVICE_WIDTH, reg_val); in dmc520_get_dtype()
323 switch (device_width) { in dmc520_get_dtype()
/Linux-v6.6/include/linux/platform_data/
Dgpmc-omap.h156 u32 device_width; /* device bus width (8 or 16 bit) */ member
/Linux-v6.6/drivers/memory/
Domap-gpmc.c1889 if ((!p->device_width) || (p->device_width > GPMC_DEVWIDTH_16BIT)) { in gpmc_cs_program_settings()
1890 pr_err("%s: invalid width %d!", __func__, p->device_width); in gpmc_cs_program_settings()
1927 config1 = GPMC_CONFIG1_DEVICESIZE((p->device_width - 1)); in gpmc_cs_program_settings()
2042 of_property_read_u32(np, "gpmc,device-width", &p->device_width); in gpmc_read_settings_dt()
2276 gpmc_s.device_width = GPMC_DEVWIDTH_8BIT; in gpmc_probe_generic_child()
2279 gpmc_s.device_width = GPMC_DEVWIDTH_16BIT; in gpmc_probe_generic_child()
2293 &gpmc_s.device_width); in gpmc_probe_generic_child()
2294 if (ret < 0 && !gpmc_s.device_width) { in gpmc_probe_generic_child()
/Linux-v6.6/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c292 unsigned int device_width; member
2588 (!!(cfg->device_width == 16) << CFG_BUS_WIDTH_SHIFT) | in brcmnand_set_cfg()
2627 cfg->spare_area_size, cfg->device_width); in brcmnand_print_cfg()
2688 cfg->device_width = (chip->options & NAND_BUSWIDTH_16) ? 16 : 8; in brcmnand_setup_dev()