OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_racc
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/dreamcast/dev/maple/
mmemcard.c
127
int
sc_racc
; /* number of read access per block */
member in struct:mmem_softc
258
if ((sc->
sc_racc
= funcdef.s.ra) == 0)
261
printf("%d acc/read\n", sc->
sc_racc
);
282
if (sc->
sc_racc
!= 0) {
283
sc->sc_raccsz = sc->sc_bsize / sc->
sc_racc
;
284
if (sc->sc_bsize != sc->sc_raccsz * sc->
sc_racc
) {
287
sc->
sc_racc
= 0; /* no read */
291
sc->
sc_racc
= 0; /* no read */
294
if (sc->sc_wacc == 0 && sc->
sc_racc
== 0) {
497
if (++sc->sc_reqr.phase == sc->
sc_racc
) {
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025