Home
last modified time | relevance | path

Searched refs:au_chipdep (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/arch/mips/alchemy/include/
Dauvar.h82 struct au_chipdep { struct
89 struct au_chipdep *au_chipdep(void); argument
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 **);
/netbsd/src/sys/arch/mips/alchemy/
Dau_chipdep.c45 struct au_chipdep *
46 au_chipdep(void) in au_chipdep() function
49 static struct au_chipdep *au_chip = NULL; in au_chipdep()
Dau1500.c196 static struct au_chipdep au1500_chipdep = {
204 au1500_match(struct au_chipdep **cpp) in au1500_match()
Dau1100.c200 static struct au_chipdep au1100_chipdep = {
208 au1100_match(struct au_chipdep **cpp) in au1100_match()
Dau1550.c201 static struct au_chipdep au1550_chipdep = {
209 au1550_match(struct au_chipdep **cpp) in au1550_match()
Dau1000.c199 static struct au_chipdep au1000_chipdep = {
207 au1000_match(struct au_chipdep **cpp) in au1000_match()
Dau_icu.c157 struct au_chipdep * const chip = au_chipdep(); in au_intr_init()
192 struct au_chipdep *chip; in au_intr_establish()
194 chip = au_chipdep(); in au_intr_establish()
Daubus.c148 struct au_chipdep *chip; in aubus_attach()
154 chip = au_chipdep(); in aubus_attach()
/netbsd/src/sys/arch/mips/conf/
Dfiles.alchemy8 file arch/mips/alchemy/au_chipdep.c