Home
last modified time | relevance | path

Searched defs:chn (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/rs6000/mca/
H A Dmca_machdep.c81 #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 Dutil.c205 mlx_print_phys_drv(struct mlx_phys_drv *pd, int chn, int targ, in mlx_print_phys_drv()
H A Dconfig.c222 print_phys_drive(struct conf_config *conf, int chn, int targ) in print_phys_drive()
/netbsd-src/sys/dev/pci/
H A Dpciide_natsemi_reg.h59 #define NATSEMI_CHMASK(chn) (NATSEMI_CTRL2_CH1MASK << (chn)) argument
/netbsd-src/sys/dev/
H A Dsequencer.c1028 int i, chn; in seq_reset() local
/netbsd-src/sys/dev/hdaudio/
H A Dhdafg.c3161 int tag, chn, maxchan, c; in hdafg_stream_connect() local