Searched refs:BIT_EIGHT_HIGH (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c394 #define BIT_EIGHT_HIGH (1<<8) macro
2069 if ( tmp_int & BIT_EIGHT_HIGH ) {
2091 tmp_int |= BIT_EIGHT_HIGH;
2101 if ( tmp_int & BIT_EIGHT_HIGH) {
2118 tmp_int |= BIT_EIGHT_HIGH;
2128 if ( tmp_int & BIT_EIGHT_HIGH ) {
2145 tmp_int |= BIT_EIGHT_HIGH;
2170 if ( tmp_int & BIT_EIGHT_HIGH ) {
2187 tmp_int |= BIT_EIGHT_HIGH;

Completed in 116 milliseconds