Hi<br>  I starting to port Linux kernel to my companies new ARM based<br>SoC and development board.<br><br>Some of the regs is 16bits wide and some is 32bits width. I ask if<br>my using u16 and u32 in place of &#39;unsigned short&#39; and &#39;unsigned int&#39;<br>


in the whole porting would be acceptable or not?<br><br>In different wording, using only u16 and u32 always is considered good<br>quality or bad?<br><br>many thanks.