Home
last modified time | relevance | path

Searched refs:ROUND (Results 1 – 25 of 32) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dio.h53 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 Dusb_a9263.h107 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
H A Dat91sam9rlek.h116 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
H A Dmeesc.h127 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
H A Dpm9g45.h128 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024,\
H A Dpicosam9g45.h121 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
H A Dat91sam9260ek.h168 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
H A Dat91sam9261ek.h145 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
H A Dat91sam9m10g45ek.h109 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
H A Dcorvus.h112 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
H A Dat91rm9200ek.h181 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + SZ_128K, \
H A Dtaurus.h149 ROUND(3 * CONFIG_ENV_SIZE + SZ_4M, 0x1000)
H A Dsmartweb.h82 ROUND(3 * CONFIG_ENV_SIZE + (4 * SZ_1M), 0x1000)
H A Dat91sam9263ek.h261 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
H A Dpm9261.h287 ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)
H A Dpm9263.h317 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)
/rk3399_rockchip-uboot/tools/
H A Drkspi.c71 params->file_size = ROUND(params->file_size, RKSPI_SECT_LEN) << 1; in rkspi_vrec_header()
H A Drkcommon.c201 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 Dimximage.c872 *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 Dmemalign.h73 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
H A Dcommon.h774 #define ROUND(a,b) (((a) + (b) - 1) & ~((b) - 1)) macro
/rk3399_rockchip-uboot/drivers/net/
H A Dpch_gbe.h24 #define PCH_GBE_RX_FRAME_LEN ROUND(10318, PCH_GBE_ALIGN_SIZE)
/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dep0.c62 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 Ddwc2_udc_otg_xfer_dma.c115 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 Dsf.c57 *len = ROUND(len_arg, flash->sector_size); in sf_parse_len_arg()

12