Searched refs:testpin (Results 1 – 2 of 2) sorted by relevance
350 int testpin = 0; in do_checktestboot() local356 testpin = post_hotkeys_pressed(); in do_checktestboot()360 testboot = (testpin != 0) && (s); in do_checktestboot()362 printf("testpin = %d\n", testpin); in do_checktestboot()
386 int testpin = 0; in post_hotkeys_pressed() local390 testpin = (testpin_reg & CONFIG_TESTPIN_MASK) != 0; in post_hotkeys_pressed()391 debug("post_hotkeys_pressed: %d\n", !testpin); in post_hotkeys_pressed()392 return testpin; in post_hotkeys_pressed()