Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dleon_kernel.c312 int ampopts; in leon_init_timers() local
362 ampopts = 0; in leon_init_timers()
365 ampopts = *(int *)pp->value; in leon_init_timers()
366 if (ampopts == 0) { in leon_init_timers()
375 leon3_gptimer_idx = ampopts & 0x7; in leon_init_timers()
/Linux-v4.19/drivers/tty/serial/
Dapbuart.c602 const int *ampopts; in grlib_apbuart_configure() local
608 ampopts = of_get_property(np, "ampopts", NULL); in grlib_apbuart_configure()
609 if (ampopts && (*ampopts == 0)) in grlib_apbuart_configure()