Searched refs:rev_l (Results 1 – 2 of 2) sorted by relevance
1123 static unsigned int soc_info(unsigned int *rev_h, unsigned int *rev_l) in soc_info() argument1147 *rev_l = svr & 0xf; in soc_info()1209 unsigned int rev_l; in soft_uart_init() local1211 soc = soc_info(&rev_h, &rev_l); in soft_uart_init()1217 soc, rev_h, rev_l); in soft_uart_init()
1158 int rval, rev_l, rev_h; in et8ek8_dev_init() local1167 REG_REVISION_NUMBER_L, &rev_l); in et8ek8_dev_init()1176 sensor->version = (rev_h << 8) + rev_l; in et8ek8_dev_init()