Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/playstation2/playstation2/
H A Dsifbios.c53 #define SIFBIOS_SIGNATURE (('P' << 0)|('S' << 8)|('2' << 16)|('b' << 24)) macro
65 if (*(u_int32_t *)SIFBIOS_SIGNATURE_PTR != SIFBIOS_SIGNATURE) in sifbios_init()