Home
last modified time | relevance | path

Searched refs:alloced_max (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/sound/isa/
H A Dgusc.c358 int *alloced, rid_max, alloced_max; in gusc_alloc_resource() local
367 alloced_max = 2; /* pcm + midi (more to include synth) */ in gusc_alloc_resource()
373 alloced_max = 2; /* pcm and midi share the single irq. */ in gusc_alloc_resource()
379 alloced_max = 1; in gusc_alloc_resource()
385 if (*rid > rid_max || alloced[*rid] == alloced_max) in gusc_alloc_resource()
H A Dsbc.c544 int *alloced, rid_max, alloced_max; in sbc_alloc_resource() local
553 alloced_max = 1; in sbc_alloc_resource()
559 alloced_max = 1; in sbc_alloc_resource()
565 alloced_max = INTR_MAX; /* pcm and mpu may share the irq. */ in sbc_alloc_resource()
571 if (*rid > rid_max || alloced[*rid] == alloced_max) in sbc_alloc_resource()