Lines Matching full: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 */
172 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val);
196 static inline uint ai_get_boardtype(struct si_pub *sih) in ai_get_boardtype()
201 static inline uint ai_get_boardvendor(struct si_pub *sih) in ai_get_boardvendor()
206 static inline uint ai_get_chip_id(struct si_pub *sih) in ai_get_chip_id()
211 static inline uint ai_get_chiprev(struct si_pub *sih) in ai_get_chiprev()
216 static inline uint ai_get_chippkg(struct si_pub *sih) in ai_get_chippkg()