Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/include/asm/armv8/
H A Dmmu.h16 #undef PAGE_SIZE
18 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
19 #define PAGE_MASK (~(PAGE_SIZE - 1))
/rk3399_rockchip-uboot/include/
H A Dlcd.h215 #ifndef PAGE_SIZE
216 #define PAGE_SIZE 4096 macro
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdcore.c243 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 Dcacheasm.h15 #define PAGE_SIZE 4096 macro
70 __loopi \ar, \at, PAGE_SIZE, 4 << (\line_width)
H A Dptrace.h38 #define KERNEL_STACK_SIZE (2 * PAGE_SIZE)
/rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/
H A Dprocessor.h23 #define KERNEL_STACK_SIZE PAGE_SIZE
/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.c860 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 Drockchip_pm_config.c110 end = (char *)config + PAGE_SIZE - sizeof(struct rk_sleep_tag); in parse_mcu_sleep_config()
/rk3399_rockchip-uboot/include/linux/usb/
H A Ddwc3.h16 #define DWC3_EVENT_BUFFERS_SIZE PAGE_SIZE
/rk3399_rockchip-uboot/drivers/video/
H A Dpxa_lcd.c405 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 Dvideo-uclass.c86 cubic_lut_size = roundup(cubic_lut_size, PAGE_SIZE) << 2; in video_reserve()
H A Datmel_lcdfb.c239 NBITS(panel_info.vl_bpix)) / 8) + PAGE_SIZE; in calc_fbsize()
/rk3399_rockchip-uboot/include/linux/
H A Dcompat.h108 #define PAGE_SIZE 4096 macro
/rk3399_rockchip-uboot/drivers/mmc/
H A Ddw_mmc.c24 #define PAGE_SIZE 4096 macro
142 (ulong)bounce_buffer + (i * PAGE_SIZE)); in dwmci_prepare_data()
/rk3399_rockchip-uboot/common/
H A Dfb_mmc.c227 hdr_addr = (uintptr_t)download_buffer + ALIGN(download_bytes, PAGE_SIZE); in fb_mmc_update_zimage()
H A Dlcd.c35 #define CONFIG_LCD_ALIGNMENT PAGE_SIZE
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display.c67 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 Dprocessor.h1319 #define THREAD_SIZE (2*PAGE_SIZE)