Home
last modified time | relevance | path

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

/linux/arch/m68k/atari/
H A Dnvram.c145 } boot_prefs[] = { variable
194 for (i = ARRAY_SIZE(boot_prefs) - 1; i >= 0; --i) in atari_nvram_proc_read()
195 if (nvram[1] == boot_prefs[i].val) { in atari_nvram_proc_read()
196 seq_printf(seq, "%s\n", boot_prefs[i].name); in atari_nvram_proc_read()