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

/freebsd-11.0-release/sys/dev/sound/isa/
H A Dsb.h170 #define BD_F_SB16X 0x0200 /* this is a vibra16X or clone */ macro
H A Dsb16.c48 #define PLAIN_SB16(x) ((((x)->bd_flags) & (BD_F_SB16|BD_F_SB16X)) == BD_F_SB16)
530 if (sb->bd_flags & BD_F_SB16X) {
583 if (sb->bd_flags & BD_F_SB16X) {
804 (f & BD_F_SB16X)? " (ViBRA16X)" : "");
838 if (sb->bd_flags & BD_F_SB16X)
H A Dsbc.c439 f |= BD_F_SB16X;

Completed in 109 milliseconds