Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/evbmips/gdium/
Dbonito_mainbus.c82 BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC", in bonito_mainbus_attach()
/netbsd/src/sys/arch/evbmips/loongson/
Dbonito_mainbus.c96 " %s rev. %d.%d\n", BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC", in bonito_mainbus_attach()
/netbsd/src/sys/arch/algor/dev/
Dbonito_mainbus.c97 BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC", in bonito_mainbus_attach()
/netbsd/src/sys/arch/mips/bonito/
Dbonitoreg.h102 #define BONITO_REV_FPGA(x) ((x) & 0x80) macro