OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mtd_hw
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/newsmips/apbus/
if_sn.c
316
if (mtd_next == sc->
mtd_hw
) {
454
while (sc->
mtd_hw
!= sc->mtd_free) {
455
mtd = &sc->mtda[sc->
mtd_hw
];
457
if (++sc->
mtd_hw
== NTDA) sc->
mtd_hw
= 0;
479
if (sc->
mtd_hw
!= sc->mtd_free) {
481
mtd = &sc->mtda[sc->
mtd_hw
];
729
sc->
mtd_hw
= 0;
871
int
mtd_hw
;
local in function:sonictxint
874
mtd_hw
= sc->mtd_hw
[
all
...]
if_snvar.h
112
int
mtd_hw
; /* idx of first mtd given to hw */
member in struct:sn_softc
Completed in 11 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025