Home
last modified time | relevance | path

Searched defs:P (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Ddlmalloc.c841 #define check_free_chunk(P) do_check_free_chunk(P) argument
842 #define check_inuse_chunk(P) do_check_inuse_chunk(P) argument
843 #define check_chunk(P) do_check_chunk(P) argument
844 #define check_malloced_chunk(P,N) do_check_malloced_chunk(P,N) argument
846 #define check_free_chunk(P) argument
847 #define check_inuse_chunk(P) argument
848 #define check_chunk(P) argument
849 #define check_malloced_chunk(P,N) argument
870 #define frontlink(P, S, IDX, BK, FD) \ argument
902 #define unlink(P, BK, FD) \ argument
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Dclock_sun4i.c82 #define PLL1_CFG(N, K, M, P) ( 1 << CCM_PLL1_CFG_ENABLE_SHIFT | \ argument
/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientRkFs.h86 #define UNREFERENCED_PARAMETER(P) (P = P) argument
H A DOpteeClientRkNewFs.h109 #define UNREFERENCED_PARAMETER(P) (P = P) argument
/rk3399_rockchip-uboot/lib/
H A Dsha512.c176 #define P(a,b,c,d,e,f,g,h,x,K) \ in sha512_process() macro
H A Dsha256.c125 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process_one() macro
H A Dsha1.c125 #define P(a,b,c,d,e,x) { \ in sha1_process_one() macro
/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_ecc.h113 uint32_t P[RK_ECP_MAX_WORDS_ALL]; // 0x180 member
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c91 #define P(a,b,c,d,e,x) { \ in sha1_process() macro
375 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process() macro
/rk3399_rockchip-uboot/drivers/ddr/marvell/axp/
H A Dddr3_hw_training.h114 #define P 2 macro
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dsamsung_mipi_dcphy.c43 #define P(x) UPDATE(x, 5, 0) macro
/rk3399_rockchip-uboot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip.h515 #define RK3588_PIN_BANK_FLAGS(ID, PIN, LABEL, M, P) \ argument