Home
last modified time | relevance | path

Searched refs:op_params (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dhigh_speed_env_spec.c926 sizeof(struct op_params); in hws_serdes_seq_db_init()
934 sizeof(struct op_params); in hws_serdes_seq_db_init()
942 sizeof(struct op_params); in hws_serdes_seq_db_init()
951 sizeof(struct op_params); in hws_serdes_seq_db_init()
1010 sizeof(struct op_params); in hws_serdes_seq_db_init()
1018 sizeof(struct op_params); in hws_serdes_seq_db_init()
1244 sizeof(struct op_params); in hws_serdes_seq_db_init()
1253 sizeof(struct op_params); in hws_serdes_seq_db_init()
1262 sizeof(struct op_params); in hws_serdes_seq_db_init()
1280 sizeof(struct op_params); in hws_serdes_seq_db_init()
[all …]
H A Dseq_exec.h25 struct op_params { struct
42 struct op_params *op_params_ptr; argument
52 typedef int (*op_execute_func_ptr)(u32 serdes_num, struct op_params *params,
56 int write_op_execute(u32 serdes_num, struct op_params *params,
58 int delay_op_execute(u32 serdes_num, struct op_params *params,
60 int poll_op_execute(u32 serdes_num, struct op_params *params, u32 data_arr_idx);
61 enum mv_op get_cfg_seq_op(struct op_params *params);
H A Dseq_exec.c30 int write_op_execute(u32 serdes_num, struct op_params *params, u32 data_arr_idx) in write_op_execute()
69 int delay_op_execute(u32 serdes_num, struct op_params *params, u32 data_arr_idx) in delay_op_execute()
83 int poll_op_execute(u32 serdes_num, struct op_params *params, u32 data_arr_idx) in poll_op_execute()
126 enum mv_op get_cfg_seq_op(struct op_params *params) in get_cfg_seq_op()
139 struct op_params *seq_arr; in mv_seq_exec()
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dseq_exec.h25 struct op_params { struct
42 struct op_params *op_params_ptr; argument
52 typedef int (*op_execute_func_ptr)(u32 serdes_num, struct op_params *params,
56 int write_op_execute(u32 serdes_num, struct op_params *params,
58 int delay_op_execute(u32 serdes_num, struct op_params *params,
60 int poll_op_execute(u32 serdes_num, struct op_params *params, u32 data_arr_idx);
61 enum mv_op get_cfg_seq_op(struct op_params *params);