Searched refs:testpin (Results 1 – 2 of 2) sorted by relevance
349 int testpin = 0; in do_checktestboot() local355 testpin = post_hotkeys_pressed(); in do_checktestboot()359 testboot = (testpin != 0) && (s); in do_checktestboot()361 printf("testpin = %d\n", testpin); in do_checktestboot()
385 int testpin = 0; in post_hotkeys_pressed() local389 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()