Searched refs:sh_bios_call (Results 1 – 1 of 1) sorted by relevance
/arch/sh/kernel/ |
D | sh_bios.c | 25 static inline long sh_bios_call(long func, long arg0, long arg1, long arg2, in sh_bios_call() function 45 sh_bios_call(BIOS_CALL_CONSOLE_WRITE, (long)buf, (long)len, 0, 0); in sh_bios_console_write() 50 sh_bios_call(BIOS_CALL_GDB_DETACH, 0, 0, 0, 0); in sh_bios_gdb_detach() 56 sh_bios_call(BIOS_CALL_ETH_NODE_ADDR, 0, (long)node_addr, 0, 0); in sh_bios_get_node_addr() 62 sh_bios_call(BIOS_CALL_SHUTDOWN, how, 0, 0, 0); in sh_bios_shutdown()
|