Searched refs:au_chipdep (Results 1 – 9 of 9) sorted by relevance
82 struct au_chipdep { struct89 struct au_chipdep *au_chipdep(void); argument92 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 **);
45 struct au_chipdep *46 au_chipdep(void) in au_chipdep() function49 static struct au_chipdep *au_chip = NULL; in au_chipdep()
196 static struct au_chipdep au1500_chipdep = {204 au1500_match(struct au_chipdep **cpp) in au1500_match()
200 static struct au_chipdep au1100_chipdep = {208 au1100_match(struct au_chipdep **cpp) in au1100_match()
201 static struct au_chipdep au1550_chipdep = {209 au1550_match(struct au_chipdep **cpp) in au1550_match()
199 static struct au_chipdep au1000_chipdep = {207 au1000_match(struct au_chipdep **cpp) in au1000_match()
157 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()
148 struct au_chipdep *chip; in aubus_attach()154 chip = au_chipdep(); in aubus_attach()
8 file arch/mips/alchemy/au_chipdep.c