Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/mips-boards/atlas/
Datlas_setup.c60 int rs_putDebugChar(char); in atlas_setup()
105 generic_putDebugChar = rs_putDebugChar; in atlas_setup()
/linux-2.4.37.9/arch/mips/mips-boards/malta/
Dmalta_setup.c81 int rs_putDebugChar(char); in malta_setup()
119 generic_putDebugChar = rs_putDebugChar; in malta_setup()
/linux-2.4.37.9/arch/mips/mips-boards/generic/
Dgdb_hook.c110 int rs_putDebugChar(char c) in rs_putDebugChar() function