Home
last modified time | relevance | path

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

/haiku/src/system/kernel/arch/riscv64/
H A DHtif.cpp11 HtifCmd(uint32 device, uint8 cmd, uint32 arg) in HtifCmd() function
28 HtifCmd(0, 0, 1); in HtifShutdown()
35 HtifCmd(1, 1, ch); in HtifOutChar()
H A Darch_real_time_clock.cpp31 return (uint32)(HtifCmd(2, 0, 0) / 1000000); in arch_rtc_get_hw_time()
/haiku/src/system/boot/platform/riscv/
H A Dhtif.cpp15 HtifCmd(uint32_t device, uint8_t cmd, uint32_t arg) in HtifCmd() function
29 HtifCmd(0, 0, 1); in HtifShutdown()
36 HtifCmd(1, 1, ch); in HtifOutChar()
/haiku/headers/private/kernel/arch/riscv64/
H A DHtif.h25 uint64 HtifCmd(uint32 device, uint8 cmd, uint32 arg);