HomeSort by: relevance | last modified time | path
    Searched defs:au_chipdep (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/alchemy/
au_chipdep.c 1 /* $NetBSD: au_chipdep.c,v 1.5 2015/06/09 22:50:50 matt Exp $ */
35 __KERNEL_RCSID(0, "$NetBSD: au_chipdep.c,v 1.5 2015/06/09 22:50:50 matt Exp $");
45 struct au_chipdep *
46 au_chipdep(void) function in typeref:struct:au_chipdep *
49 static struct au_chipdep *au_chip = NULL;
  /src/sys/arch/mips/alchemy/include/
auvar.h 82 struct au_chipdep { struct
89 struct au_chipdep *au_chipdep(void);
92 bool au1000_match(struct au_chipdep **);
95 bool au1100_match(struct au_chipdep **);
98 bool au1500_match(struct au_chipdep **);
101 bool au1550_match(struct au_chipdep **);

Completed in 20 milliseconds