OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_fifo_depth
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
dwc_mmc_var.h
46
uint32_t
sc_fifo_depth
;
member in struct:dwc_mmc_softc
dwc_mmc.c
250
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;
/src/sys/dev/acpi/
dwcmmc_acpi.c
155
sc->
sc_fifo_depth
= 0;
161
sc->
sc_fifo_depth
= ival;
/src/sys/arch/arm/altera/
cycv_dwcmmc.c
134
sc->
sc_fifo_depth
= fifo_depth;
/src/sys/arch/arm/samsung/
exynos_dwcmmc.c
148
of_getprop_uint32(phandle, "fifo-depth", &sc->
sc_fifo_depth
);
/src/sys/dev/fdt/
dwcmmc_fdt.c
167
sc->
sc_fifo_depth
= fifo_depth;
Completed in 42 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025