Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Ducc_uart.c1103 static unsigned int soc_info(unsigned int *rev_h, unsigned int *rev_l) in soc_info() argument
1128 *rev_h = (svr >> 4) & 0xf; in soc_info()
1190 unsigned int rev_h; in soft_uart_init() local
1193 soc = soc_info(&rev_h, &rev_l); in soft_uart_init()
1199 soc, rev_h, rev_l); in soft_uart_init()