Home
last modified time | relevance | path

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

/sound/x86/
Dintel_hdmi_audio.h123 unsigned int num_bds; /* number of BDs */ member
Dintel_hdmi_audio.c887 intelhaddata->bd_head %= intelhaddata->num_bds; in had_prog_bd()
908 intelhaddata->num_bds = min(num_periods, HAD_NUM_OF_RING_BUFS); in had_init_ringbuf()
910 intelhaddata->num_bds = max(intelhaddata->num_bds, 2U); in had_init_ringbuf()
920 if (i < intelhaddata->num_bds) in had_init_ringbuf()
970 if (++processed >= intelhaddata->num_bds) { in had_process_ringbuf()