HomeSort by: relevance | last modified time | path
    Searched defs:fifo_depth (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/altera/
cycv_dwcmmc.c 89 u_int fifo_depth; local in function:cycv_dwcmmc_attach
97 if (of_getprop_uint32(phandle, "fifo-depth", &fifo_depth)) {
98 fifo_depth = 64;
134 sc->sc_fifo_depth = fifo_depth;
  /src/sys/dev/fdt/
dwcmmc_fdt.c 111 u_int fifo_depth; local in function:dwcmmc_fdt_attach
121 if (of_getprop_uint32(phandle, "fifo-depth", &fifo_depth))
122 fifo_depth = 0;
167 sc->sc_fifo_depth = fifo_depth;
  /src/sys/dev/pci/
machfb.c 1274 uint32_t fifo_depth, page_size, dsp_precision, dsp_loop_latency; local in function:mach64_set_dsp
1288 fifo_depth = 24;
1291 fifo_depth = 32;
1305 y = (xclks_per_qw * fifo_depth) >> 11;
1312 fifo_off = ((xclks_per_qw * (fifo_depth - 1)) >> 5) + (3 << 6);

Completed in 14 milliseconds