Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dleon_kernel.c310 int ampopts; in leon_init_timers() local
360 ampopts = 0; in leon_init_timers()
363 ampopts = *(int *)pp->value; in leon_init_timers()
364 if (ampopts == 0) { in leon_init_timers()
373 leon3_gptimer_idx = ampopts & 0x7; in leon_init_timers()
/openbmc/linux/drivers/tty/serial/
H A Dapbuart.c570 const int *ampopts; in grlib_apbuart_configure() local
576 ampopts = of_get_property(np, "ampopts", NULL); in grlib_apbuart_configure()
577 if (ampopts && (*ampopts == 0)) in grlib_apbuart_configure()