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

  /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 **);
  /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;
au1000.c 199 static struct au_chipdep au1000_chipdep = {
207 au1000_match(struct au_chipdep **cpp)
au1100.c 200 static struct au_chipdep au1100_chipdep = {
208 au1100_match(struct au_chipdep **cpp)
au1500.c 196 static struct au_chipdep au1500_chipdep = {
204 au1500_match(struct au_chipdep **cpp)
au1550.c 201 static struct au_chipdep au1550_chipdep = {
209 au1550_match(struct au_chipdep **cpp)
aubus.c 148 struct au_chipdep *chip;
154 chip = au_chipdep();
au_icu.c 157 struct au_chipdep * const chip = au_chipdep();
192 struct au_chipdep *chip;
194 chip = au_chipdep();

Completed in 18 milliseconds