Home
last modified time | relevance | path

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

/openbmc/u-boot/board/keymile/common/
H A Dcommon.c349 int testpin = 0; in do_checktestboot() local
355 testpin = post_hotkeys_pressed(); in do_checktestboot()
359 testboot = (testpin != 0) && (s); in do_checktestboot()
361 printf("testpin = %d\n", testpin); in do_checktestboot()
/openbmc/u-boot/board/keymile/km83xx/
H A Dkm83xx.c385 int testpin = 0; in post_hotkeys_pressed() local
389 testpin = (testpin_reg & CONFIG_TESTPIN_MASK) != 0; in post_hotkeys_pressed()
390 debug("post_hotkeys_pressed: %d\n", !testpin); in post_hotkeys_pressed()
391 return testpin; in post_hotkeys_pressed()