Home
last modified time | relevance | path

Searched defs:input (Results 1 – 11 of 11) sorted by relevance

/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_dt2c.py10 def generateMain(input, output=None): argument
14 def validateMain(input): argument
19 def visualizeMain(input): argument
H A Ddt_validator.py24 def __init__(self, input): argument
43 def dtValidateFile(self, input, printInfo=False): argument
65 def dtParseFile(self, input, printInfo=False): argument
121 def dtValidatorMain(input): argument
/rk3399_ARM-atf/drivers/nxp/ddr/phy-gen2/
H A Dphy.c609 const struct input *input, const void *msg) in prog_acsm_playback()
642 const struct input *input) in prog_acsm_ctr()
656 const struct input *input) in prog_cal_rate_run()
673 const struct input *input) in prog_seq0bdly0()
733 const struct input *input, in i_load_pie()
783 static void phy_gen2_init_input(struct input *input) in phy_gen2_init_input()
835 const struct input *input) in phy_gen2_msg_init()
1024 const struct input *input) in prog_tx_pre_drv_mode()
1051 const struct input *input) in prog_atx_pre_drv_mode()
1089 const struct input *input) in prog_enable_cs_multicast()
[all …]
H A Dinput.h93 struct input { struct
94 struct input_basic basic; argument
95 struct input_advanced adv; argument
96 unsigned int mr[7];
97 unsigned int cs_d0;
98 unsigned int cs_d1;
99 unsigned int mirror;
100 unsigned int odt[4];
101 unsigned int rcw[16];
102 unsigned int rcw3x;
[all …]
/rk3399_ARM-atf/plat/intel/soc/common/lib/sha/
H A Dsha.c58 void sha384_update(sha512_context *ctx, const uint8_t *input, uint32_t length) in sha384_update()
72 void sha384_start(const unsigned char *input, unsigned int len, in sha384_start()
112 void sha512_update(sha512_context *ctx, const uint8_t *input, uint32_t length) in sha512_update()
126 void sha512_start(const unsigned char *input, unsigned int len, unsigned char *output) in sha512_start()
136 void sha512_transform(uint64_t *state, const uint8_t *input) in sha512_transform()
H A Dsha.h50 static inline uint64_t ror64(uint64_t input, unsigned int shift) in ror64()
65 static inline void LOAD_OP(int I, uint64_t *W, const uint8_t *input) in LOAD_OP()
/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dlshrdi3.c21 udwords input; in __lshrdi3() local
/rk3399_ARM-atf/tools/conventional-changelog-tf-a/
H A Dindex.js187 input: note.text property
/rk3399_ARM-atf/lib/psa/
H A Ddice_protection_environment.c96 const DiceInputValues *input) in encode_dice_inputs()
/rk3399_ARM-atf/tools/marvell/doimage/
H A Ddoimage.c266 const unsigned char *input, in create_rsa_signature()
342 const unsigned char *input, in verify_rsa_signature()
/rk3399_ARM-atf/plat/intel/soc/common/drivers/qspi/
H A Dcadence_qspi.c181 uint32_t *input) in cad_qspi_stig_wr_cmd()