Searched refs:chn (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_sdma.c | 137 sdma_start(int chn) in sdma_start() argument 149 sdma_stop(int chn) in sdma_stop() argument 166 int chn; in sdma_alloc() local 185 chn = i; in sdma_alloc() 191 return (chn); in sdma_alloc() 195 sdma_free(int chn) in sdma_free() argument 219 reg |= (1 << chn); in sdma_overrides() 227 reg |= (1 << chn); in sdma_overrides() 263 sdma_stop(chn); in sdma_configure() 387 int chn; in boot_firmware() local [all …]
|
| H A D | imx6_ssi.c | 137 uint32_t ssi_dma_intr(void *arg, int chn); 409 ssi_dma_intr(void *arg, int chn) in ssi_dma_intr() argument
|
| /f-stack/freebsd/sys/ |
| H A D | soundcard.h | 1351 #define _CHN_VOICE(dev, event, chn, note, parm) { \ argument 1356 _seqbuf[_seqbufptr+3] = (chn);\ 1363 #define SEQ_START_NOTE(dev, chn, note, vol) \ argument 1364 _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) 1366 #define SEQ_STOP_NOTE(dev, chn, note, vol) \ argument 1367 _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol) 1381 _seqbuf[_seqbufptr+3] = (chn);\ 1409 #define SEQ_CHN_PRESSURE(dev, chn, pressure) \ argument 1412 #define SEQ_SET_PATCH(dev, chn, patch) \ argument 1415 #define SEQ_CONTROL(dev, chn, controller, value) \ argument [all …]
|
| /f-stack/freebsd/arm/freescale/vybrid/ |
| H A D | vf_sai.c | 380 uint32_t sai_dma_intr(void *arg, int chn); 382 sai_dma_intr(void *arg, int chn) in sai_dma_intr() argument
|