Searched refs:latency_map (Results 1 – 1 of 1) sorted by relevance
49 static struct hdspe_latency latency_map[] = { variable530 for (i = 0; latency_map[i].period != 0; i++) { in hdspechan_setblocksize()531 if (latency_map[i].period == blocksize) { in hdspechan_setblocksize()532 hl = &latency_map[i]; in hdspechan_setblocksize()538 for (i = 0; latency_map[i].period != 0; i++) { in hdspechan_setblocksize()539 hl = &latency_map[i]; in hdspechan_setblocksize()540 threshold = hl->period + ((latency_map[i + 1].period != 0) ? in hdspechan_setblocksize()541 ((latency_map[i + 1].period - hl->period) >> 1) : 0); in hdspechan_setblocksize()