Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Dsbi.h41 #define SBI_SPEC_VERS_MAJOR_MASK (0x7F << SBI_SPEC_VERS_MAJOR_OFFSET) macro
/freebsd/sys/riscv/riscv/
H A Dsbi.c159 major = (sbi_spec_version & SBI_SPEC_VERS_MAJOR_MASK) >> in sbi_print_version()