Searched refs:bank_width (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/arch/arm/mach-omap1/ |
| H A D | gpio16xx.c | 53 .bank_width = 16, 98 .bank_width = 16, 126 .bank_width = 16, 154 .bank_width = 16, 182 .bank_width = 16,
|
| H A D | gpio15xx.c | 46 .bank_width = 16, 87 .bank_width = 16,
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-brcmstb.c | 595 u32 bank_width; in brcmstb_gpio_probe() local 638 of_property_for_each_u32(np, "brcm,gpio-bank-widths", bank_width) { in brcmstb_gpio_probe() 646 if (bank_width == 0) { in brcmstb_gpio_probe() 662 if (bank_width <= 0 || bank_width > MAX_GPIO_PER_BANK) { in brcmstb_gpio_probe() 663 dev_err(dev, "Invalid bank width %d\n", bank_width); in brcmstb_gpio_probe() 667 bank->width = bank_width; in brcmstb_gpio_probe()
|
| H A D | gpio-omap.c | 1360 .bank_width = 32, 1366 .bank_width = 32, 1372 .bank_width = 32, 1421 bank->width = pdata->bank_width; in omap_gpio_probe()
|
| /linux-6.15/include/linux/platform_data/ |
| H A D | gpio-omap.h | 182 int bank_width; /* GPIO bank width */ member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_debug.c | 111 update->plane_info->tiling_info.gfx8.bank_width, in update_surface_trace()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_mem_input.c | 452 GRPH_BANK_WIDTH, info->gfx8.bank_width, in program_tiling() 469 GRPH_BANK_WIDTH, info->gfx8.bank_width, in program_tiling()
|
| /linux-6.15/drivers/edac/ |
| H A D | thunderx_edac.c | 190 int bank_width; member 499 bank ^= get_bits(addr, 12 + lmc->xbits, lmc->bank_width); in thunderx_faddr_to_phys() 740 lmc->bank_width = (FIELD_GET(LMC_DDR_PLL_CTL_DDR4, lmc_ddr_pll_ctl) && in thunderx_lmc_probe() 750 lmc->col_hi_lsb = lmc->bank_lsb + lmc->bank_width; in thunderx_lmc_probe()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_hw_types.h | 369 unsigned int bank_width; member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_mem_input_v.c | 173 set_reg_field_value(value, info->gfx8.bank_width, in program_tiling()
|
| /linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_plane.c | 199 tiling_info->gfx8.bank_width = bankw; in amdgpu_dm_plane_fill_gfx8_tiling_info_from_flags()
|