Home
last modified time | relevance | path

Searched refs:get_memsize (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_nbio.h69 u32 (*get_memsize)(struct amdgpu_device *adev); member
H A Dnbio_v4_3.c485 .get_memsize = nbio_v4_3_get_memsize,
530 .get_memsize = nbio_v4_3_get_memsize,
H A Dnbio_v7_0.c288 .get_memsize = nbio_v7_0_get_memsize,
H A Dnbio_v7_7.c336 .get_memsize = nbio_v7_7_get_memsize,
H A Dsoc21.c222 return adev->nbio.funcs->get_memsize(adev); in soc21_get_config_memsize()
351 u32 memsize = adev->nbio.funcs->get_memsize(adev);
H A Dnbio_v7_2.c420 .get_memsize = nbio_v7_2_get_memsize,
H A Dnbio_v6_1.c404 .get_memsize = nbio_v6_1_get_memsize,
H A Dnv.c309 return adev->nbio.funcs->get_memsize(adev); in nv_get_config_memsize()
431 u32 memsize = adev->nbio.funcs->get_memsize(adev); in nv_asic_mode2_reset()
H A Dnbio_v2_3.c563 .get_memsize = nbio_v2_3_get_memsize,
H A Dnbio_v7_9.c543 .get_memsize = nbio_v7_9_get_memsize,
H A Dnbio_v7_4.c798 .get_memsize = nbio_v7_4_get_memsize,
H A Dgmc_v11_0.c708 adev->nbio.funcs->get_memsize(adev) * 1024ULL * 1024ULL; in gmc_v11_0_mc_init()
H A Dgmc_v10_0.c806 adev->nbio.funcs->get_memsize(adev) * 1024ULL * 1024ULL; in gmc_v10_0_mc_init()
H A Dsoc15.c320 return adev->nbio.funcs->get_memsize(adev); in soc15_get_config_memsize()
H A Dgmc_v9_0.c1705 adev->nbio.funcs->get_memsize(adev) * 1024ULL * 1024ULL; in gmc_v9_0_mc_init()
H A Damdgpu_device.c4711 u32 memsize = adev->nbio.funcs->get_memsize(adev); in amdgpu_device_mode1_reset()
/openbmc/linux/drivers/edac/
H A Dsynopsys_edac.c730 static u32 get_memsize(void) in get_memsize() function
811 size = get_memsize(); in init_csrows()
/openbmc/linux/drivers/video/fbdev/
H A Dtridentfb.c910 static unsigned int get_memsize(struct tridentfb_par *par) in get_memsize() function
1575 tridentfb_fix.smem_len = get_memsize(default_par); in trident_pci_probe()