Searched refs:_rt_framebuffer (Results 1 – 12 of 12) sorted by relevance
| /bsp/loongson/ls1cdev/drivers/ |
| A D | display_controller.c | 47 volatile rt_uint16_t _rt_framebuffer[FB_YSIZE][FB_XSIZE]; 185 … rt_memcpy((void *)_rt_framebuffer1, (const void *)_rt_framebuffer, sizeof(_rt_framebuffer)); in rt_dc_control() 186 … rt_memcpy((void *)_rt_framebuffer1, (const void *)_rt_framebuffer, sizeof(_rt_framebuffer)); in rt_dc_control() 193 … rt_memcpy((void *)_rt_framebuffer0, (const void *)_rt_framebuffer, sizeof(_rt_framebuffer)); in rt_dc_control() 194 … rt_memcpy((void *)_rt_framebuffer0, (const void *)_rt_framebuffer, sizeof(_rt_framebuffer)); in rt_dc_control()
|
| A D | display_controller.h | 46 #define HW_FB_ADDR KSEG1(_rt_framebuffer)
|
| /bsp/nxp/lpc/lpc178x/drivers/ |
| A D | lpc17xx_lcd.c | 65 rt_uint16_t * _rt_framebuffer = RT_NULL; in rt_hw_lcd_init() local 70 _rt_framebuffer = (rt_uint16_t *)0xA0000000; in rt_hw_lcd_init() 74 _lcd_info.framebuffer = (void*)_rt_framebuffer; in rt_hw_lcd_init()
|
| /bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/ |
| A D | drv_lcd.c | 22 static rt_uint16_t *_rt_framebuffer = RT_NULL; variable 364 LCD->UPBASE = (rt_uint32_t)_rt_framebuffer; in rt_lcd_control() 371 rt_uint8_t *q = (rt_uint8_t *)_rt_framebuffer; in rt_lcd_control() 385 …memcpy((void *)lcd_framebuffer, _rt_framebuffer, sizeof(rt_uint16_t)*RT_HW_LCD_HEIGHT * RT_HW_LCD_… in rt_lcd_control() 427 _rt_framebuffer = rt_malloc_align(sizeof(rt_uint16_t) * RT_HW_LCD_HEIGHT * RT_HW_LCD_WIDTH, 32); in rt_hw_lcd_init() 428 if (_rt_framebuffer == RT_NULL) return; /* no memory yet */ in rt_hw_lcd_init() 431 _lcd_info.framebuffer = (void *)_rt_framebuffer; in rt_hw_lcd_init()
|
| /bsp/phytium/libraries/drivers/ |
| A D | drv_dc.c | 30 static rt_uint8_t _rt_framebuffer[1024 * 768 * 4] __aligned(128) = {0}; variable 79 …instance_p->dc_instance_p[chan].fb_addr = (uintptr)_rt_framebuffer;/*当前例程虚拟地址和物理地址一致,实际需要根据需要进行映射*/ in rt_dc_init() 80 instance_p->dc_instance_p[chan].fb_virtual = (uintptr)_rt_framebuffer; in rt_dc_init()
|
| /bsp/loongson/ls1bdev/drivers/ |
| A D | display_controller.c | 37 volatile rt_uint16_t _rt_framebuffer[FB_YSIZE][FB_XSIZE]; 135 DC_FB_BUFFER_ADDR0 = (rt_uint32_t)_rt_framebuffer - 0x80000000; in rt_dc_init() 136 DC_FB_BUFFER_ADDR1 = (rt_uint32_t)_rt_framebuffer - 0x80000000; in rt_dc_init()
|
| A D | display_controller.h | 44 #define HW_FB_ADDR KSEG1(_rt_framebuffer)
|
| /bsp/mini2440/drivers/ |
| A D | lcd_a70.c | 109 static volatile rt_uint16_t _rt_framebuffer[RT_HW_LCD_HEIGHT][RT_HW_LCD_WIDTH]; variable 176 #define LCD_ADDR ((rt_uint32_t)_rt_framebuffer) in rt_lcd_init() 229 _lcd_info.framebuffer = (void*)_rt_framebuffer; in rt_hw_lcd_init()
|
| A D | lcd_n35.c | 110 static volatile rt_uint16_t _rt_framebuffer[RT_HW_LCD_HEIGHT][RT_HW_LCD_WIDTH]; variable 177 #define LCD_ADDR ((rt_uint32_t)_rt_framebuffer) in rt_lcd_init() 230 _lcd_info.framebuffer = (void*)_rt_framebuffer; in rt_hw_lcd_init()
|
| A D | lcd_t35.c | 110 volatile rt_uint16_t _rt_framebuffer[RT_HW_LCD_HEIGHT][RT_HW_LCD_WIDTH]; variable 177 #define LCD_ADDR ((rt_uint32_t)_rt_framebuffer) in rt_lcd_init() 231 _lcd_info.framebuffer = (void*)_rt_framebuffer; in rt_hw_lcd_init()
|
| A D | lcd_t43.c | 108 static volatile rt_uint16_t _rt_framebuffer[RT_HW_LCD_HEIGHT][RT_HW_LCD_WIDTH]; variable 175 #define LCD_ADDR ((rt_uint32_t)_rt_framebuffer) in rt_lcd_init() 228 _lcd_info.framebuffer = (void*)_rt_framebuffer; in rt_hw_lcd_init()
|
| A D | lcd_x35.c | 112 static volatile rt_uint16_t _rt_framebuffer[RT_HW_LCD_HEIGHT][RT_HW_LCD_WIDTH]; variable 179 #define LCD_ADDR ((rt_uint32_t)_rt_framebuffer) in rt_lcd_init() 236 _lcd_info.framebuffer = (void*)_rt_framebuffer; in rt_hw_lcd_init()
|
Completed in 18 milliseconds