Home
last modified time | relevance | path

Searched refs:get_memsize (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_nbio.h59 u32 (*get_memsize)(struct amdgpu_device *adev); member
H A Dnbio_v6_1.c270 .get_memsize = nbio_v6_1_get_memsize,
H A Dnbio_v2_3.c323 .get_memsize = nbio_v2_3_get_memsize,
H A Dnbio_v7_0.c296 .get_memsize = nbio_v7_0_get_memsize,
H A Dnv.c138 return adev->nbio.funcs->get_memsize(adev); in nv_get_config_memsize()
295 u32 memsize = adev->nbio.funcs->get_memsize(adev); in nv_asic_mode1_reset()
H A Dnbio_v7_4.c545 .get_memsize = nbio_v7_4_get_memsize,
H A Dsoc15.c242 return adev->nbio.funcs->get_memsize(adev); in soc15_get_config_memsize()
465 u32 memsize = adev->nbio.funcs->get_memsize(adev); in soc15_asic_mode1_reset()
H A Dgmc_v10_0.c726 adev->nbio.funcs->get_memsize(adev) * 1024ULL * 1024ULL; in gmc_v10_0_mc_init()
/kernel/linux/linux-6.6/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 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_v7_7.c336 .get_memsize = nbio_v7_7_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_v7_9.c543 .get_memsize = nbio_v7_9_get_memsize,
H A Dnbio_v2_3.c563 .get_memsize = nbio_v2_3_get_memsize,
H A Dnbio_v6_1.c404 .get_memsize = nbio_v6_1_get_memsize,
H A Dnbio_v7_4.c798 .get_memsize = nbio_v7_4_get_memsize,
H A Dgmc_v10_0.c806 adev->nbio.funcs->get_memsize(adev) * 1024ULL * 1024ULL; in gmc_v10_0_mc_init()
H A Dgmc_v11_0.c708 adev->nbio.funcs->get_memsize(adev) * 1024ULL * 1024ULL; in gmc_v11_0_mc_init()
/kernel/linux/linux-5.10/drivers/edac/
H A Dsynopsys_edac.c702 * get_memsize - Read the size of the attached memory device.
706 static u32 get_memsize(void) in get_memsize() function
787 size = get_memsize(); in init_csrows()
/kernel/linux/linux-6.6/drivers/edac/
H A Dsynopsys_edac.c726 * get_memsize - Read the size of the attached memory device.
730 static u32 get_memsize(void) in get_memsize() function
811 size = get_memsize(); in init_csrows()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dtridentfb.c909 static unsigned int get_memsize(struct tridentfb_par *par) in get_memsize() function
1572 tridentfb_fix.smem_len = get_memsize(default_par); in trident_pci_probe()
/kernel/linux/linux-6.6/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()

Completed in 31 milliseconds

12