Searched refs:rev_l (Results 1 – 2 of 2) sorted by relevance
1127 static unsigned int soc_info(unsigned int *rev_h, unsigned int *rev_l) in soc_info() argument1151 *rev_l = svr & 0xf; in soc_info()1224 unsigned int rev_l; in ucc_uart_probe() local1226 soc = soc_info(&rev_h, &rev_l); in ucc_uart_probe()1232 soc, rev_h, rev_l); in ucc_uart_probe()
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()