Searched defs:bsr (Results 1 – 4 of 4) sorted by relevance
105 #define CPU_0_PINS(bsr) (((bsr) >> 10) & 0x7) argument106 #define CPU_1_PINS(bsr) (((bsr) >> 7) & 0x7) argument113 #define ISPLUSBRD(bsr) (((bsr) & 1) == 0) argument212 #define FHC_BSR_TO_BD(bsr) ((((bsr) >> 16) & 0x1) | \ argument913 volatile uint_t *bsr; /* FHC Board Status register */ member965 struct kstat_named bsr; /* FHC Board Status Register */ member
548 xhci_command_set_address(xhci_t *xhcip, xhci_device_t *xd, boolean_t bsr) in xhci_command_set_address()
1099 static struct mtop bsr = { MTBSR, 1 }; in just_rewind() local
316 u_int bsr; member