Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dhdspe-pcm.c51 static struct hdspe_latency latency_map[] = { variable
929 for (i = 0; latency_map[i].period != 0; i++) { in hdspechan_setblocksize()
930 if (latency_map[i].period == blocksize) in hdspechan_setblocksize()
931 hl = &latency_map[i]; in hdspechan_setblocksize()
936 for (i = 0; latency_map[i].period != 0; i++) { in hdspechan_setblocksize()
937 hl = &latency_map[i]; in hdspechan_setblocksize()
938 threshold = hl->period + ((latency_map[i + 1].period != 0) ? in hdspechan_setblocksize()
939 ((latency_map[i + 1].period - hl->period) >> 1) : 0); in hdspechan_setblocksize()
H A Dhdsp-pcm.c53 static struct hdsp_latency latency_map[] = { variable
934 for (i = 0; latency_map[i].period != 0; i++) { in hdspchan_setblocksize()
935 if (latency_map[i].period == blocksize) in hdspchan_setblocksize()
936 hl = &latency_map[i]; in hdspchan_setblocksize()
941 for (i = 0; latency_map[i].period != 0; i++) { in hdspchan_setblocksize()
942 hl = &latency_map[i]; in hdspchan_setblocksize()
943 threshold = hl->period + ((latency_map[i + 1].period != 0) ? in hdspchan_setblocksize()
944 ((latency_map[i + 1].period - hl->period) >> 1) : 0); in hdspchan_setblocksize()