Searched refs:sample (Results 1 - 9 of 9) sorted by relevance

/u-boot/drivers/net/octeon/
H A Docteon_mdio.c170 /* Allow sample delay to be specified */
171 sample_dly = dev_read_u32_default(dev, "cavium,sample-delay", 0);
172 /* Only change the sample delay if it is set, otherwise use
176 u32 sample; local
181 sample = (sclock + denom - 1) / denom;
182 debug("%s: sample: %u\n", __func__, smi_clk.s.sample);
183 if (sample < 2) {
184 printf("%s: warning: cavium,sample-delay %u ps is too small in device tree for %s\n",
186 sample
[all...]
/u-boot/drivers/serial/
H A Dserial_cortina.c68 unsigned int uart_ctrl, baud, sample; local
77 sample = baud / 2;
78 sample = (sample < 7) ? 7 : sample;
79 writel(sample, priv->base + URX_SAMPLE);
/u-boot/drivers/rtc/
H A Darmada38x.c68 u32 sample = readl(rtc->regs + reg); local
72 if (samples[j] == sample)
81 samples[last] = sample;
87 /* finally find the sample that was read the most */
/u-boot/drivers/rng/
H A Dsmccc_trng.c60 u32 sample = *rnd; local
62 memcpy(*ptr, &sample, len);
71 u64 sample = *rnd; local
73 memcpy(*ptr, &sample, len);
/u-boot/arch/x86/cpu/quark/
H A Dmrc_util.c1017 * This function will sample the DQTRAINSTS registers in the given
1032 /* DQTRAINSTS register contents for each sample */
1095 uint8_t sample; /* sample counter */ local
1109 /* Take 3 sample points (T1,T2,T3) to obtain a transition pattern */
1110 for (sample = 0; sample < SAMPLE_CNT; sample++) {
1111 /* program the desired delays for sample */
1113 /* increase sample dela
[all...]
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-smix-defs.h145 u64 sample : 4; member in struct:cvmx_smix_clk::cvmx_smix_clk_s
155 u64 sample : 4; member in struct:cvmx_smix_clk::cvmx_smix_clk_cn30xx
/u-boot/drivers/net/octeontx/
H A Dsmi.c41 int sample:4; member in struct:smi_x_clk::smi_x_clk_s
/u-boot/drivers/mmc/
H A Docteontx_hsmmc.c3084 union mio_emm_sample sample; local
3086 sample.u = 0;
3087 sample.s.cmd_cnt = slot->cmd_clk_skew;
3088 sample.s.dat_cnt = slot->dat_clk_skew;
3089 write_csr(mmc, MIO_EMM_SAMPLE(), sample.u);
/u-boot/drivers/ram/octeon/
H A Docteon3_lmc.c55 * allow looking for the best sample score
2709 static int sample __section(".data");
4275 for (sample = 0; sample < num_samples; sample++) {
4292 // read and maybe display the DAC values for a sample
4316 // try another sample
4323 // good sample or exhausted retries,
4327 lanes[lane].bytes[sample] =
4332 // done if DDR3, or good sample, o
[all...]

Completed in 395 milliseconds