Searched refs:sc_fifo_depth (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Ddwc_mmc_var.h46 uint32_t sc_fifo_depth; member in struct:dwc_mmc_softc
H A Ddwc_mmc.c250 const uint32_t rx_wmark = (sc->sc_fifo_depth / 2) - 1;
251 const uint32_t tx_wmark = sc->sc_fifo_depth / 2;
857 if (sc->sc_fifo_depth == 0) {
859 sc->sc_fifo_depth = __SHIFTOUT(val, DWC_MMC_FIFOTH_RX_WMARK) + 1;
/netbsd-current/sys/dev/acpi/
H A Ddwcmmc_acpi.c155 sc->sc_fifo_depth = 0;
161 sc->sc_fifo_depth = ival;
/netbsd-current/sys/arch/arm/altera/
H A Dcycv_dwcmmc.c134 sc->sc_fifo_depth = fifo_depth;
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_dwcmmc.c148 of_getprop_uint32(phandle, "fifo-depth", &sc->sc_fifo_depth);
/netbsd-current/sys/dev/fdt/
H A Ddwcmmc_fdt.c166 sc->sc_fifo_depth = fifo_depth;

Completed in 101 milliseconds