Home
last modified time | relevance | path

Searched refs:threshold_ns (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/pcie/
H A Daspm.c358 if (threshold_ns < 32) { in encode_l12_threshold()
360 *value = threshold_ns; in encode_l12_threshold()
361 } else if (threshold_ns < 1024) { in encode_l12_threshold()
363 *value = threshold_ns >> 5; in encode_l12_threshold()
364 } else if (threshold_ns < 32768) { in encode_l12_threshold()
366 *value = threshold_ns >> 10; in encode_l12_threshold()
367 } else if (threshold_ns < 1048576) { in encode_l12_threshold()
369 *value = threshold_ns >> 15; in encode_l12_threshold()
370 } else if (threshold_ns < 33554432) { in encode_l12_threshold()
372 *value = threshold_ns >> 20; in encode_l12_threshold()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/pcie/
H A Daspm.c358 if (threshold_ns < 32) { in encode_l12_threshold()
360 *value = threshold_ns; in encode_l12_threshold()
361 } else if (threshold_ns < 1024) { in encode_l12_threshold()
363 *value = threshold_ns >> 5; in encode_l12_threshold()
364 } else if (threshold_ns < 32768) { in encode_l12_threshold()
366 *value = threshold_ns >> 10; in encode_l12_threshold()
367 } else if (threshold_ns < 1048576) { in encode_l12_threshold()
369 *value = threshold_ns >> 15; in encode_l12_threshold()
370 } else if (threshold_ns < 33554432) { in encode_l12_threshold()
372 *value = threshold_ns >> 20; in encode_l12_threshold()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/pcie/
H A Daspm.c358 if (threshold_ns < 32) { in encode_l12_threshold()
360 *value = threshold_ns; in encode_l12_threshold()
361 } else if (threshold_ns < 1024) { in encode_l12_threshold()
363 *value = threshold_ns >> 5; in encode_l12_threshold()
364 } else if (threshold_ns < 32768) { in encode_l12_threshold()
366 *value = threshold_ns >> 10; in encode_l12_threshold()
367 } else if (threshold_ns < 1048576) { in encode_l12_threshold()
369 *value = threshold_ns >> 15; in encode_l12_threshold()
370 } else if (threshold_ns < 33554432) { in encode_l12_threshold()
372 *value = threshold_ns >> 20; in encode_l12_threshold()
[all …]