Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v10/kernel/
Dkgdb.c234 int getDebugChar (void);
483 while ((ch = getDebugChar ()) != '$') in getpacket()
490 ch = getDebugChar (); in getpacket()
500 xmitcsum = hex_to_bin(getDebugChar()) << 4; in getpacket()
501 xmitcsum += hex_to_bin(getDebugChar()); in getpacket()
560 } while(kgdb_started && (getDebugChar() != '+')); in putpacket()
Ddebugport.c334 getDebugChar(void) in getDebugChar() function
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dkgdb.c382 int getDebugChar(void);
716 while((ch = getDebugChar ()) != '$') in getpacket()
723 ch = getDebugChar(); in getpacket()
737 xmitcsum = hex_to_bin(getDebugChar()) << 4; in getpacket()
738 xmitcsum += hex_to_bin(getDebugChar()); in getpacket()
795 } while(kgdb_started && (getDebugChar() != '+')); in putpacket()
Ddebugport.c158 int getDebugChar(void) in getDebugChar() function
Dkgdb_asm.S297 jsr getDebugChar