Home
last modified time | relevance | path

Searched refs:num_of_loops (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dseq_exec.c85 u32 unit_base_reg, unit_offset, data, mask, num_of_loops, wait_time; in poll_op_execute() local
92 num_of_loops = params->num_of_loops; in poll_op_execute()
116 } while ((reg_data != data) && (poll_counter < num_of_loops)); in poll_op_execute()
118 if ((poll_counter >= num_of_loops) && (reg_data != data)) { in poll_op_execute()
130 else if (params->num_of_loops == 0) in get_cfg_seq_op()
H A Dseq_exec.h31 u16 num_of_loops; /* for polling only */ member
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dseq_exec.h31 u16 num_of_loops; /* for polling only */ member
/openbmc/linux/sound/pci/ymfpci/
H A Dymfpci.h209 __le32 num_of_loops; /* counter */ member
H A Dymfpci_main.c728 bank->num_of_loops = 0; in snd_ymfpci_capture_prepare()