Home
last modified time | relevance | path

Searched defs:start_if (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_centralization.c21 u32 start_if = 0, end_if = (MAX_INTERFACE_NUM - 1); variable
H A Dddr3_training_ip_engine.c971 u32 interface_num = 0, start_if, end_if, init_value_used; in ddr3_tip_ip_training_wrapper_int() local
1109 u32 bit_id, start_if, end_if, bit_end = 0; in ddr3_tip_ip_training_wrapper() local
H A Dddr3_training.c1017 u32 poll_cnt = 0, interface_num = 0, start_if, end_if; in ddr3_tip_if_polling() local
1094 u32 data_val = 0, if_id, start_if, end_if; in ddr3_tip_bus_read_modify_write() local
1202 u32 end_if, start_if; in ddr3_tip_freq_set() local
/openbmc/qemu/scripts/qapi/
H A Dgen.py140 def start_if(self, ifcond: QAPISchemaIfCond) -> None: member in QAPIGenCCode