Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/keymile/common/
H A Dcommon.c350 int testpin = 0; in do_checktestboot() local
356 testpin = post_hotkeys_pressed(); in do_checktestboot()
360 testboot = (testpin != 0) && (s); in do_checktestboot()
362 printf("testpin = %d\n", testpin); in do_checktestboot()
/OK3568_Linux_fs/u-boot/board/keymile/km83xx/
H A Dkm83xx.c386 int testpin = 0; in post_hotkeys_pressed() local
390 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()