| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | io.h | 53 invalidate_dcache_range(addr, addr + ROUND(length, CACHELINE_SIZE)); in dwc3_invalidate_cache() 58 flush_dcache_range(addr, addr + ROUND(length, CACHELINE_SIZE)); in dwc3_flush_cache()
|
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | usb_a9263.h | 107 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
| H A D | at91sam9rlek.h | 116 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
| H A D | meesc.h | 127 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
|
| H A D | pm9g45.h | 128 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024,\
|
| H A D | picosam9g45.h | 121 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
| H A D | at91sam9260ek.h | 168 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
| H A D | at91sam9261ek.h | 145 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
| H A D | at91sam9m10g45ek.h | 109 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
| H A D | corvus.h | 112 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
|
| H A D | at91rm9200ek.h | 181 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + SZ_128K, \
|
| H A D | taurus.h | 149 ROUND(3 * CONFIG_ENV_SIZE + SZ_4M, 0x1000)
|
| H A D | smartweb.h | 82 ROUND(3 * CONFIG_ENV_SIZE + (4 * SZ_1M), 0x1000)
|
| H A D | at91sam9263ek.h | 261 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
|
| H A D | pm9261.h | 287 ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)
|
| H A D | pm9263.h | 317 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | rkspi.c | 71 params->file_size = ROUND(params->file_size, RKSPI_SECT_LEN) << 1; in rkspi_vrec_header()
|
| H A D | rkcommon.c | 201 return ROUND(size, RK_SIZE_ALIGN); in rkcommon_get_aligned_size() 593 params->file_size = ROUND(params->orig_file_size, RK_SIZE_ALIGN); in rkcommon_vrec_header()
|
| H A D | imximage.c | 872 *header_size_ptr = ROUND((sbuf->st_size + imximage_ivt_offset), 4096); in imximage_set_header() 970 pad_len = ROUND(sbuf.st_size, 4096) - sbuf.st_size; in imximage_generate()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | memalign.h | 73 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
|
| H A D | common.h | 774 #define ROUND(a,b) (((a) + (b) - 1) & ~((b) - 1)) macro
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | pch_gbe.h | 24 #define PCH_GBE_RX_FRAME_LEN ROUND(10318, PCH_GBE_ALIGN_SIZE)
|
| /rk3399_rockchip-uboot/drivers/usb/cdns3/ |
| H A D | ep0.c | 62 ROUND(sizeof(struct cdns3_trb) * 2, in cdns3_ep0_run_transfer() 290 ROUND(sizeof(struct usb_ctrlrequest), in cdns3_req_ep0_get_status() 610 ROUND(sizeof(struct cdns3_trb), in cdns3_transfer_completed()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg_xfer_dma.c | 115 ROUND(ep->len, CONFIG_SYS_CACHELINE_SIZE)); in setdma_rx() 152 ROUND(ep->len, CONFIG_SYS_CACHELINE_SIZE)); in setdma_tx() 233 ROUND(xfer_size, CONFIG_SYS_CACHELINE_SIZE)); in complete_rx() 750 ROUND(max, CONFIG_SYS_CACHELINE_SIZE)); in dwc2_fifo_read() 935 ROUND(sizeof(g_status), CONFIG_SYS_CACHELINE_SIZE)); in dwc2_udc_get_status()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | sf.c | 57 *len = ROUND(len_arg, flash->sector_size); in sf_parse_len_arg()
|