Home
last modified time | relevance | path

Searched refs:rev_l (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Ducc_uart.c1129 static unsigned int soc_info(unsigned int *rev_h, unsigned int *rev_l) in soc_info() argument
1153 *rev_l = svr & 0xf; in soc_info()
1226 unsigned int rev_l; in ucc_uart_probe() local
1228 soc = soc_info(&rev_h, &rev_l); in ucc_uart_probe()
1234 soc, rev_h, rev_l); in ucc_uart_probe()