Searched refs:MERAM (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/ |
H A D | sh_mobile_meram.c | 2 * SuperH Mobile MERAM Driver for SuperH Mobile LCDC Driver 26 * MERAM registers 109 * sh_mobile_meram_icb - MERAM ICB information 112 * @offset: MERAM block offset 113 * @size: MERAM block size in KiB 142 * sh_mobile_meram_priv - MERAM device 144 * @meram: MERAM physical address 149 * @pool: Allocation pool to manage the MERAM 198 * MERAM allocation and free 216 /* Allocate ICBs and MERAM for a plane. */ meram_plane_alloc() 247 /* Free ICBs and MERAM for a plane. */ meram_plane_free() 317 /* Initialize MERAM. */ meram_plane_init() 353 /* TODO: we better to check if we have enough MERAM buffer size */ meram_plane_init() 372 * Set MERAM for framebuffer meram_plane_init() 375 * we also split the allocated MERAM buffer between two ICBs. meram_plane_init() 404 * MERAM operations 502 /* We now register the ICBs and allocate the MERAM regions. */ sh_mobile_meram_cache_alloc() 505 dev_err(&pdev->dev, "MERAM allocation failed (%ld).", sh_mobile_meram_cache_alloc() 510 /* initialize MERAM */ sh_mobile_meram_cache_alloc() 664 dev_err(&pdev->dev, "MERAM registers region already claimed\n"); sh_mobile_meram_probe() 671 dev_err(&pdev->dev, "MERAM memory region already claimed\n"); sh_mobile_meram_probe() 685 /* Create and initialize the MERAM memory pool. */ sh_mobile_meram_probe() 756 MODULE_DESCRIPTION("SuperH Mobile MERAM driver");
|
H A D | sh_mobile_lcdcfb.c | 961 * devices (clocks, MERAM, panels, ...) are not touched by this function. 1121 /* Enable MERAM if possible. */ sh_mobile_lcdc_start() 1125 /* Free the allocated MERAM cache. */ sh_mobile_lcdc_start() 1227 /* Free the MERAM cache. */ sh_mobile_lcdc_stop()
|
/linux-4.1.27/include/video/ |
H A D | sh_mobile_meram.h | 20 * struct sh_mobile_meram_info - MERAM platform data 32 unsigned int meram_size; /* MERAM Buffer Size to use */
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
H A D | pm-rcar-gen2.c | 29 #define MERAM 0xe8080000 macro 79 boot_vector_addr = MERAM;
|
H A D | setup-r8a7740.c | 676 * r8a7740 chip has lasting errata on MERAM buffer. 679 * "Media RAM (MERAM)" on r8a7740 documentation
|
/linux-4.1.27/drivers/gpu/drm/shmobile/ |
H A D | shmob_drm_crtc.c | 160 * Configure and start the LCDC device. External devices (clocks, MERAM, panels, 272 /* Disable the MERAM cache. */ shmob_drm_crtc_stop() 397 /* Enable MERAM cache if configured. We need to de-init shmob_drm_crtc_mode_set()
|
Completed in 233 milliseconds