Home
last modified time | relevance | path

Searched refs:PTR_ALIGN (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dkernel.h42 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) macro
/rk3399_rockchip-uboot/lib/
H A Dof_live.c26 *mem = PTR_ALIGN(*mem, align); in unflatten_dt_alloc()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c710 dwc = PTR_ALIGN(mem, DWC3_ALIGN_MASK + 1); in dwc3_uboot_init()
/rk3399_rockchip-uboot/drivers/net/
H A Dmvpp2.c4074 PTR_ALIGN(aggr_txq->descs, MVPP2_CPU_D_CACHE_LINE_SIZE)); in mvpp2_aggr_txq_init()
4113 PTR_ALIGN(rxq->descs, MVPP2_CPU_D_CACHE_LINE_SIZE)); in mvpp2_rxq_init()
4198 PTR_ALIGN(txq->descs, MVPP2_CPU_D_CACHE_LINE_SIZE)); in mvpp2_txq_init()