Lines Matching refs:uint
139 uint boardtype; /* board type */
140 uint boardvendor; /* board vendor */
141 uint chip; /* chip number */
142 uint chiprev; /* chip revision */
143 uint chippkg; /* chip package option */
180 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val);
204 static inline uint ai_get_boardtype(struct si_pub *sih) in ai_get_boardtype()
209 static inline uint ai_get_boardvendor(struct si_pub *sih) in ai_get_boardvendor()
214 static inline uint ai_get_chip_id(struct si_pub *sih) in ai_get_chip_id()
219 static inline uint ai_get_chiprev(struct si_pub *sih) in ai_get_chiprev()
224 static inline uint ai_get_chippkg(struct si_pub *sih) in ai_get_chippkg()