| /rk3399_rockchip-uboot/arch/arm/include/asm/armv8/ |
| H A D | mmu.h | 16 #undef PAGE_SIZE 18 #define PAGE_SIZE (1 << PAGE_SHIFT) macro 19 #define PAGE_MASK (~(PAGE_SIZE - 1))
|
| /rk3399_rockchip-uboot/include/ |
| H A D | lcd.h | 215 #ifndef PAGE_SIZE 216 #define PAGE_SIZE 4096 macro
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtdcore.c | 243 return snprintf(buf, PAGE_SIZE, "%s\n", type); in mtd_type_show() 252 return snprintf(buf, PAGE_SIZE, "0x%lx\n", (unsigned long)mtd->flags); in mtd_flags_show() 262 return snprintf(buf, PAGE_SIZE, "%llu\n", in mtd_size_show() 273 return snprintf(buf, PAGE_SIZE, "%lu\n", (unsigned long)mtd->erasesize); in mtd_erasesize_show() 283 return snprintf(buf, PAGE_SIZE, "%lu\n", (unsigned long)mtd->writesize); in mtd_writesize_show() 294 return snprintf(buf, PAGE_SIZE, "%u\n", subpagesize); in mtd_subpagesize_show() 304 return snprintf(buf, PAGE_SIZE, "%lu\n", (unsigned long)mtd->oobsize); in mtd_oobsize_show() 314 return snprintf(buf, PAGE_SIZE, "%u\n", mtd->numeraseregions); in mtd_numeraseregions_show() 325 return snprintf(buf, PAGE_SIZE, "%s\n", mtd->name); in mtd_name_show() 335 return snprintf(buf, PAGE_SIZE, "%u\n", mtd->ecc_strength); in mtd_ecc_strength_show() [all …]
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | cacheasm.h | 15 #define PAGE_SIZE 4096 macro 70 __loopi \ar, \at, PAGE_SIZE, 4 << (\line_width)
|
| H A D | ptrace.h | 38 #define KERNEL_STACK_SIZE (2 * PAGE_SIZE)
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/ |
| H A D | processor.h | 23 #define KERNEL_STACK_SIZE PAGE_SIZE
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | ubifs.c | 860 if (offset & (PAGE_SIZE - 1)) { in ubifs_read() 862 PAGE_SIZE); in ubifs_read() 902 page.index = offset / PAGE_SIZE; in ubifs_read() 909 last_block_size = size - (i * PAGE_SIZE); in ubifs_read() 915 page.addr += PAGE_SIZE; in ubifs_read() 921 *actread = i * PAGE_SIZE; in ubifs_read()
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | rockchip_pm_config.c | 110 end = (char *)config + PAGE_SIZE - sizeof(struct rk_sleep_tag); in parse_mcu_sleep_config()
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | dwc3.h | 16 #define DWC3_EVENT_BUFFERS_SIZE PAGE_SIZE
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | pxa_lcd.c | 405 size += PAGE_SIZE; in calc_fbsize() 423 fbi->palette = (u_long)lcdbase + fb_size + PAGE_SIZE - palette_mem_size; in pxafb_init_mem()
|
| H A D | video-uclass.c | 86 cubic_lut_size = roundup(cubic_lut_size, PAGE_SIZE) << 2; in video_reserve()
|
| H A D | atmel_lcdfb.c | 239 NBITS(panel_info.vl_bpix)) / 8) + PAGE_SIZE; in calc_fbsize()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | compat.h | 108 #define PAGE_SIZE 4096 macro
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | dw_mmc.c | 24 #define PAGE_SIZE 4096 macro 142 (ulong)bounce_buffer + (i * PAGE_SIZE)); in dwmci_prepare_data()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | fb_mmc.c | 227 hdr_addr = (uintptr_t)download_buffer + ALIGN(download_bytes, PAGE_SIZE); in fb_mmc_update_zimage()
|
| H A D | lcd.c | 35 #define CONFIG_LCD_ALIGNMENT PAGE_SIZE
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_display.c | 67 static u32 align_size = PAGE_SIZE; 313 unsigned long roundup_memory = roundup(memory_end, PAGE_SIZE); in get_display_buffer() 339 cubic_lut_size = roundup(cubic_lut_size, PAGE_SIZE); in get_single_cubic_lut_size()
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | processor.h | 1319 #define THREAD_SIZE (2*PAGE_SIZE)
|