| /rk3399_ARM-atf/plat/xilinx/common/include/ |
| H A D | pm_api_sys.h | 57 #define PM_PACK_PAYLOAD1(pl, mid, flag, arg0) { \ argument 58 pl[0] = (uint32_t)(((uint32_t)(arg0) & 0xFFU) | \ 62 #define PM_PACK_PAYLOAD2(pl, mid, flag, arg0, arg1) { \ argument 63 pl[1] = (uint32_t)(arg1); \ 64 PM_PACK_PAYLOAD1(pl, (mid), (flag), (arg0)); \ 67 #define PM_PACK_PAYLOAD3(pl, mid, flag, arg0, arg1, arg2) { \ argument 68 pl[2] = (uint32_t)(arg2); \ 69 PM_PACK_PAYLOAD2(pl, (mid), (flag), (arg0), (arg1)); \ 72 #define PM_PACK_PAYLOAD4(pl, mid, flag, arg0, arg1, arg2, arg3) { \ argument 73 pl[3] = (uint32_t)(arg3); \ [all …]
|
| /rk3399_ARM-atf/lib/libc/ |
| H A D | qsort.c | 106 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in local_qsort() local 118 for (pl = pm; in local_qsort() 119 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in local_qsort() 120 pl -= es) in local_qsort() 121 swapfunc(pl, pl - es, es); in local_qsort() 126 pl = a; in local_qsort() 131 pl = med3(pl, pl + d, pl + 2 * d, cmp, thunk); in local_qsort() 135 pm = med3(pl, pm, pn, cmp, thunk); in local_qsort() 167 for (pl = pm; in local_qsort() 168 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in local_qsort() [all …]
|
| /rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/ |
| H A D | zynqmp_pm_api_sys.h | 41 #define PM_PACK_PAYLOAD1(pl, flag, arg0) { \ argument 42 pl[0] = ((uint32_t)(arg0) | ((uint32_t)(flag) << 24U)); \ 45 #define PM_PACK_PAYLOAD2(pl, flag, arg0, arg1) { \ argument 46 pl[1] = (uint32_t)(arg1); \ 47 PM_PACK_PAYLOAD1(pl, (flag), (arg0)); \ 50 #define PM_PACK_PAYLOAD3(pl, flag, arg0, arg1, arg2) { \ argument 51 pl[2] = (uint32_t)(arg2); \ 52 PM_PACK_PAYLOAD2(pl, (flag), (arg0), (arg1)); \ 55 #define PM_PACK_PAYLOAD4(pl, flag, arg0, arg1, arg2, arg3) { \ argument 56 pl[3] = (uint32_t)(arg3); \ [all …]
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | coding-guidelines.rst | 28 targets which both utilise the `checkpatch.pl` script that ships with the Linux 38 ``checkpatch.pl``, ``spelling.txt`` and ``const_structs.checkpatch`` available 40 environment variable to point to ``checkpatch.pl`` (with the other 2 files in 45 make CHECKPATCH=<path-to-linux>/linux/scripts/checkpatch.pl checkcodebase 52 make CHECKPATCH=<path-to-linux>/linux/scripts/checkpatch.pl checkpatch
|
| H A D | contributing.rst | 49 - Use the checkpatch.pl script provided with the Linux source tree. A
|
| /rk3399_ARM-atf/plat/marvell/armada/a3k/common/ |
| H A D | a3700_common.mk | 107 TIM2IMG := $(WTP)/script/tim2img.pl
|