Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dudbg_adb.c57 static int xmon_adb_shiftstate; variable
104 xmon_adb_shiftstate = (k & 0x80) == 0; in udbg_adb_local_getc()
109 k = (xmon_adb_shiftstate? xmon_shift_keytab: xmon_keytab)[k]; in udbg_adb_local_getc()