Home
last modified time | relevance | path

Searched refs:z (Results 1 – 8 of 8) sorted by relevance

/rk3399_ARM-atf/services/std_svc/errata_abi/
H A Dcpu_errata_info.h35 #define RXPX_RANGE(x, y, z) (((x >= y) && (x <= z)) ? true : false) argument
/rk3399_ARM-atf/plat/intel/soc/common/lib/sha/
H A Dsha.h55 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 Dstm32mp2_ddr.c24 #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 DREADME33 normally be placed at include/x/y/z.h.)
/rk3399_ARM-atf/docs/about/
H A Drelease-information.rst25 code freeze ver w.x code freeze ver y.z
/rk3399_ARM-atf/tools/sptool/
H A Dsp_mk_generator.py152 z = [int.from_bytes(i, byteorder='little', signed=False) for i in y]
/rk3399_ARM-atf/fdts/
H A Dstm32mp251.dtsi491 compatible = "st,stm32mp257-z-pinctrl";
H A Dstm32mp151.dtsi667 compatible = "st,stm32mp157-z-pinctrl";