Searched refs:z (Results 1 – 8 of 8) sorted by relevance
| /rk3399_ARM-atf/services/std_svc/errata_abi/ |
| H A D | cpu_errata_info.h | 35 #define RXPX_RANGE(x, y, z) (((x >= y) && (x <= z)) ? true : false) argument
|
| /rk3399_ARM-atf/plat/intel/soc/common/lib/sha/ |
| H A D | sha.h | 55 static inline uint64_t Ch(uint64_t x, uint64_t y, uint64_t z) in Ch() argument 57 return z ^ (x & (y ^ z)); in Ch() 60 static inline uint64_t Maj(uint64_t x, uint64_t y, uint64_t z) in Maj() argument 62 return (x & y) | (z & (x | y)); in Maj()
|
| /rk3399_ARM-atf/drivers/st/ddr/ |
| H A D | stm32mp2_ddr.c | 24 #define DDRCTL_REG(x, y, z) \ argument 28 .qd = z \ 48 #define DDRCTL_REG_REG(x, z) DDRCTL_REG(x, stm32mp2_ddrctrl_reg, z) argument 100 #define DDRCTL_REG_TIMING(x, z) DDRCTL_REG(x, stm32mp2_ddrctrl_timing, z) argument 140 #define DDRCTL_REG_PERF(x, z) DDRCTL_REG(x, stm32mp2_ddrctrl_perf, z) argument
|
| /rk3399_ARM-atf/include/export/ |
| H A D | README | 33 normally be placed at include/x/y/z.h.)
|
| /rk3399_ARM-atf/docs/about/ |
| H A D | release-information.rst | 25 code freeze ver w.x code freeze ver y.z
|
| /rk3399_ARM-atf/tools/sptool/ |
| H A D | sp_mk_generator.py | 152 z = [int.from_bytes(i, byteorder='little', signed=False) for i in y]
|
| /rk3399_ARM-atf/fdts/ |
| H A D | stm32mp251.dtsi | 491 compatible = "st,stm32mp257-z-pinctrl";
|
| H A D | stm32mp151.dtsi | 667 compatible = "st,stm32mp157-z-pinctrl";
|