Lines Matching refs:uint
153 uint boardtype; /* board type */
154 uint boardvendor; /* board vendor */
155 uint chip; /* chip number */
156 uint chiprev; /* chip revision */
157 uint chippkg; /* chip package option */
199 extern uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val);
200 extern void ai_pci_setup(struct si_pub *sih, uint coremask);
203 extern bool ai_clkctl_cc(struct si_pub *sih, uint mode);
204 extern int ai_clkctl_xtal(struct si_pub *sih, uint what, bool on);
224 extern uint ai_get_buscoretype(struct si_pub *sih);
225 extern uint ai_get_buscorerev(struct si_pub *sih);
247 static inline uint ai_get_boardtype(struct si_pub *sih) in ai_get_boardtype()
252 static inline uint ai_get_boardvendor(struct si_pub *sih) in ai_get_boardvendor()
257 static inline uint ai_get_chip_id(struct si_pub *sih) in ai_get_chip_id()
262 static inline uint ai_get_chiprev(struct si_pub *sih) in ai_get_chiprev()
267 static inline uint ai_get_chippkg(struct si_pub *sih) in ai_get_chippkg()