Searched refs:I810_BD_NUMS (Results 1 – 2 of 2) sorted by relevance
504 I810_BM_PUT8(regoff + I810_OFFSET_LVI, I810_BD_NUMS - 1); in audio810_start()605 I810_BM_PUT8(port->regoff + I810_OFFSET_LVI, (civ - 1) % I810_BD_NUMS); in audio810_count()1141 port->bdl_size = sizeof (i810_bd_entry_t) * I810_BD_NUMS; in audio810_alloc_port()1163 for (int i = 0; i < I810_BD_NUMS; i++) { in audio810_alloc_port()
43 #define I810_BD_NUMS (32) macro