Home
last modified time | relevance | path

Searched refs:HDSPE_CHAN_RAY_ALL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/pci/
H A Dhdspe-pcm.c86 return (hc->ports & (HDSPE_CHAN_AIO_ALL | HDSPE_CHAN_RAY_ALL)); in hdspe_channel_play_ports()
92 return (hc->ports & (HDSPE_CHAN_AIO_ALL_REC | HDSPE_CHAN_RAY_ALL)); in hdspe_channel_rec_ports()
119 else if (ports & HDSPE_CHAN_RAY_ALL) in hdspe_port_first_row()
120 ports &= HDSPE_CHAN_RAY_ALL; /* All RayDAT slots. */ in hdspe_port_first_row()
147 } else if (ports & HDSPE_CHAN_RAY_ALL) { in hdspe_channel_count()
178 else if (preceding & HDSPE_CHAN_RAY_ALL) in hdspe_channel_offset()
179 preceding &= HDSPE_CHAN_RAY_ALL; /* Contiguous RayDAT slots. */ in hdspe_channel_offset()
1051 else if (scp->hc->ports & HDSPE_CHAN_RAY_ALL) in hdspe_pcm_attach()
H A Dhdspe.h149 #define HDSPE_CHAN_RAY_ALL (HDSPE_CHAN_RAY_AES | \ macro
H A Dhdspe.c105 { HDSPE_CHAN_RAY_ALL, "all" },