OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:au_chip
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mips/alchemy/
au_chipdep.c
49
static struct au_chipdep *
au_chip
= NULL;
local in function:au_chipdep
51
if (
au_chip
!= NULL)
52
return (
au_chip
);
54
if ((
au_chip
== NULL) &&
56
(!au1000_match(&
au_chip
)) &&
59
(!au1100_match(&
au_chip
)) &&
62
(!au1500_match(&
au_chip
)) &&
65
(!au1550_match(&
au_chip
)) &&
67
(
au_chip
== NULL)) {
71
return (
au_chip
);
[
all
...]
au_chipdep.c
49
static struct au_chipdep *
au_chip
= NULL;
local in function:au_chipdep
51
if (
au_chip
!= NULL)
52
return (
au_chip
);
54
if ((
au_chip
== NULL) &&
56
(!au1000_match(&
au_chip
)) &&
59
(!au1100_match(&
au_chip
)) &&
62
(!au1500_match(&
au_chip
)) &&
65
(!au1550_match(&
au_chip
)) &&
67
(
au_chip
== NULL)) {
71
return (
au_chip
);
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025