Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/tty/serial/
Dapbuart.c596 const int *ampopts; in grlib_apbuart_configure() local
602 ampopts = of_get_property(np, "ampopts", NULL); in grlib_apbuart_configure()
603 if (ampopts && (*ampopts == 0)) in grlib_apbuart_configure()