Home
last modified time | relevance | path

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

/openbsd/sys/arch/octeon/include/
H A Docteonreg.h46 #define BOOT_CFG_WIDTH_MASK 0x10000000 macro
/openbsd/sys/arch/octeon/dev/
H A Doctcf.c195 if ((cfg & BOOT_CFG_WIDTH_MASK) == 0) in octcfattach()