Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/kernel/
Dsh_bios.c28 static inline long sh_bios_call(long func, long arg0, long arg1, long arg2, in sh_bios_call() function
48 sh_bios_call(BIOS_CALL_CONSOLE_WRITE, (long)buf, (long)len, 0, 0); in sh_bios_console_write()
53 sh_bios_call(BIOS_CALL_GDB_DETACH, 0, 0, 0, 0); in sh_bios_gdb_detach()
59 sh_bios_call(BIOS_CALL_ETH_NODE_ADDR, 0, (long)node_addr, 0, 0); in sh_bios_get_node_addr()
65 sh_bios_call(BIOS_CALL_SHUTDOWN, how, 0, 0, 0); in sh_bios_shutdown()