Searched refs:dev2unit (Results 1 – 6 of 6) sorted by relevance
419 #define DEV2UNIT(x) ((dev2unit(x) & 0xff00) >> 8)420 #define DEV2SUB(x) (dev2unit(x) & 0xff)426 #define DEV_FWMEM(x) (dev2unit(x) & FWMEM_FLAG)
88 int cpu = dev2unit(ap->a_head.a_dev); in cpuctl_ioctl()446 cpu = dev2unit(ap->a_head.a_dev); in cpuctl_open()
214 #define dev2unit(x) ((minor(x) & 0xff) | (minor(x) >> 8)) macro
596 SND_CLONE_ASSERT(ce->unit == dev2unit(dev), in snd_clone_register()598 ce->unit, dev2unit(dev))); in snd_clone_register()
93 #define MIDIUNIT(y) ((dev2unit(y) >> 4) & 0x0f)94 #define MIDIDEV(y) (dev2unit(y) & 0x0f)
536 wdevunit = dev2unit(i_dev); in dsp_open()550 rdevunit = dev2unit(i_dev); in dsp_open()959 unit = dev2unit(dev); in dsp_get_volume_channel()