Searched refs:alloced_max (Results 1 – 2 of 2) sorted by relevance
358 int *alloced, rid_max, alloced_max; in gusc_alloc_resource() local367 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()
544 int *alloced, rid_max, alloced_max; in sbc_alloc_resource() local553 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()