/src/sys/dev/pci/ |
pciide_natsemi_reg.h | 59 #define NATSEMI_CHMASK(chn) (NATSEMI_CTRL2_CH1MASK << (chn))
|
/src/usr.sbin/mlxctl/ |
config.c | 218 * Print details for the physical drive at chn/targ in a format suitable for 222 print_phys_drive(struct conf_config *conf, int chn, int targ) 226 pd = &conf->cc_cfg.cc_phys_drives[chn * 16 + targ]; 232 mlx_print_phys_drv(pd, chn, targ, "# ");
|
util.c | 205 mlx_print_phys_drv(struct mlx_phys_drv *pd, int chn, int targ, 230 printf("%s%s%02d%02d ", prefix, type, chn, targ); 259 if (!mlx_scsi_inquiry(chn, targ, &vendor, &device, &revision))
|
/src/sys/arch/rs6000/mca/ |
mca_machdep.c | 81 #define DMA_AVAIL(chn, bitmask) ((bitmask) & (1 << (31 - (chn)))) 82 #define DMA_ALLOC(chn, bitmask) ((bitmask) &= ~(1 << (31 - (chn)))) 83 #define DMA_FREE(chn, bitmask) ((bitmask) |= (1 << (31 - (chn))))
|
/src/sys/dev/ |
sequencer.c | 1028 int i, chn; local in function:seq_reset 1038 for (chn = 0; chn < MAXCHAN; chn++) { 1039 midiseq_ctlchange(md, chn, &SEQ_MK_CHN(CTL_CHANGE, 1041 midiseq_ctlchange(md, chn, &SEQ_MK_CHN(CTL_CHANGE, 1043 midiseq_pitchbend(md, chn, &SEQ_MK_CHN(PITCH_BEND,
|
/src/sys/dev/hdaudio/ |
hdafg.c | 3190 int tag, chn, maxchan, c; local in function:hdafg_stream_connect 3236 chn = 0; 3244 chn = 0; 3245 if (chn >= maxchan) 3246 chn = 0; /* XXX */ 3247 c = (tag << 4) | chn; 3293 chn += COP_AWCAP_CHANNEL_COUNT(w->w_p.aw_cap);
|