Searched defs:chn (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/rs6000/mca/ |
H A D | mca_machdep.c | 81 #define DMA_AVAIL(chn, bitmask) ((bitmask) & (1 << (31 - (chn)))) argument 82 #define DMA_ALLOC(chn, bitmask) ((bitmask) &= ~(1 << (31 - (chn)))) argument 83 #define DMA_FREE(chn, bitmask) ((bitmask) |= (1 << (31 - (chn)))) argument
|
/netbsd-src/usr.sbin/mlxctl/ |
H A D | util.c | 205 mlx_print_phys_drv(struct mlx_phys_drv *pd, int chn, int targ, in mlx_print_phys_drv()
|
H A D | config.c | 222 print_phys_drive(struct conf_config *conf, int chn, int targ) in print_phys_drive()
|
/netbsd-src/sys/dev/pci/ |
H A D | pciide_natsemi_reg.h | 59 #define NATSEMI_CHMASK(chn) (NATSEMI_CTRL2_CH1MASK << (chn)) argument
|
/netbsd-src/sys/dev/ |
H A D | sequencer.c | 1028 int i, chn; in seq_reset() local
|
/netbsd-src/sys/dev/hdaudio/ |
H A D | hdafg.c | 3161 int tag, chn, maxchan, c; in hdafg_stream_connect() local
|