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_resid
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
pl181var.h
45
int
sc_fifo_resid
;
member in struct:plmmc_softc
pl181.c
167
if (fifo_cnt > sc->
sc_fifo_resid
) {
173
len = sc->
sc_fifo_resid
- fifo_cnt;
175
len = uimin(sc->
sc_fifo_resid
, PL181_FIFO_DEPTH);
185
sc->
sc_fifo_resid
-= len;
226
sc->
sc_fifo_resid
== 0) {
241
sc->
sc_fifo_resid
, MMCI_READ(sc, MMCI_STATUS_REG));
279
while (sc->
sc_fifo_resid
> 0 && error == 0) {
390
sc->
sc_fifo_resid
= xferlen;
Completed in 34 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025