OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_fifo_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/dwc2/dist/
dwc2_core.c
1031
u32 rxfsiz, nptxfsiz, ptxfsiz,
total_fifo_size
;
local in function:dwc2_calculate_dynamic_fifo
1033
total_fifo_size
= hw->
total_fifo_size
;
1044
if (
total_fifo_size
< (rxfsiz + nptxfsiz + ptxfsiz)) {
1074
* bigger than the
total_fifo_size
, then we have a problem.
1082
if (unlikely(
total_fifo_size
< (rxfsiz + nptxfsiz + ptxfsiz)))
3401
hw->
total_fifo_size
= (hwcfg3 & GHWCFG3_DFIFO_DEPTH_MASK) >>
3454
dev_dbg(hsotg->dev, "
total_fifo_size
=%d\n",
3455
hw->
total_fifo_size
);
dwc2_core.h
435
* @
total_fifo_size
: Total internal RAM for FIFOs (bytes)
465
unsigned
total_fifo_size
:16;
member in struct:dwc2_hw_params
Completed in 15 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025