/src/sys/dev/pci/ |
yds.c | 261 #define YDS_CAP_BITS "\020\005P44\004LEGFLEX\003LEGSEL\002MCODE1E\001MCODE1" 1304 if (sample_rate == 44100) /* for P44 slot? */ 1331 if (sample_rate == 44100) /* for P44 slot? */ 1344 #define P44 (sc->sc_flags & YDS_CAP_HAS_P44) 1353 int p44, channels; local in function:yds_trigger_output 1378 /* The document says the P44 SRC supports only stereo, 16bit PCM. */ 1379 if (P44) 1380 p44 = ((param->sample_rate == 44100) && 1385 p44 = 0; 1386 channels = p44 ? 1 : param->channels [all...] |
yds.c | 261 #define YDS_CAP_BITS "\020\005P44\004LEGFLEX\003LEGSEL\002MCODE1E\001MCODE1" 1304 if (sample_rate == 44100) /* for P44 slot? */ 1331 if (sample_rate == 44100) /* for P44 slot? */ 1344 #define P44 (sc->sc_flags & YDS_CAP_HAS_P44) 1353 int p44, channels; local in function:yds_trigger_output 1378 /* The document says the P44 SRC supports only stereo, 16bit PCM. */ 1379 if (P44) 1380 p44 = ((param->sample_rate == 44100) && 1385 p44 = 0; 1386 channels = p44 ? 1 : param->channels [all...] |
/src/sys/arch/luna68k/stand/boot/ |
scsireg.h | 111 volatile uint8_t scsi_tcl, p42, p43, p44; /* 038 */ member in struct:scsidevice
|
scsireg.h | 111 volatile uint8_t scsi_tcl, p42, p43, p44; /* 038 */ member in struct:scsidevice
|
/src/sys/arch/hp300/stand/common/ |
scsireg.h | 111 u_char p44, scsi_ssts; member in struct:scsidevice
|
scsireg.h | 111 u_char p44, scsi_ssts; member in struct:scsidevice
|