HomeSort by relevance Sort by last modified time
    Searched refs:PIGGY_PRESENT (Results 1 - 2 of 2) sorted by null

  /external/u-boot/board/keymile/common/
common.h 21 #define PIGGY_PRESENT 0x80
  /external/u-boot/board/keymile/km83xx/
km83xx.c 119 static int piggy_present(void) function
124 return in_8(&base->bprth) & PIGGY_PRESENT;
136 return piggy_present();
264 if (piggy_present()) {
361 if (piggy_present())

Completed in 695 milliseconds