Searched defs:bsr (Results 1 – 3 of 3) sorted by relevance
107 #define CPU_0_PINS(bsr) (((bsr) >> 10) & 0x7) argument 108 #define CPU_1_PINS(bsr) (((bsr) >> 7) & 0x7) argument 115 #define ISPLUSBRD(bsr) (((bsr) & 1) == 0) argument 214 #define FHC_BSR_TO_BD(bsr) ((((bsr) >> 16) & 0x1) | \ argument 914 volatile uint_t *bsr; /* FHC Board Status register */ global() member 966 struct kstat_named bsr; /* FHC Board Status Register */ global() member [all...]
1161 static struct mtop bsr = { MTBSR, 1 }; in just_rewind() local
318 u_int bsr; member