/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iommu/ |
D | arm,smmu.yaml | 35 - description: Qcom SoCs implementing "arm,mmu-500" 38 - qcom,sc7180-smmu-500 39 - qcom,sdm845-smmu-500 40 - qcom,sm8150-smmu-500 41 - qcom,sm8250-smmu-500 42 - const: arm,mmu-500 43 - description: Marvell SoCs implementing "arm,mmu-500" 45 - const: marvell,ap806-smmu-500 46 - const: arm,mmu-500 47 - description: NVIDIA SoCs that program two ARM MMU-500s identically [all …]
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | bayer.svg | 8 …500v-1e3h1e3v1e3h-500z" stroke="#00f"/></g></g><g id="g261" class="com.sun.star.drawing.CustomShap… 25 …500v-1e3h1e3v1e3h-500z" stroke="#00f"/></g></g><g id="g531" class="com.sun.star.drawing.CustomShap… 26 …500v-1e3h1e3v1e3h-500z" stroke="#0c0"/></g></g><g id="g552" class="com.sun.star.drawing.CustomShap… 27 …500v-1e3h1e3v1e3h-500z" stroke="#f00"/></g></g><g id="g573" class="com.sun.star.drawing.CustomShap… 28 …500v-1e3h1e3v1e3h-500z" stroke="#0c0"/></g></g><g id="g594" class="com.sun.star.drawing.CustomShap… 29 …500v-1e3h1e3v1e3h-500z" stroke="#f00"/></g></g><g id="g615" class="com.sun.star.drawing.CustomShap… 30 …500v-1e3h1e3v1e3h-500z" stroke="#f00"/></g></g><g id="g636" class="com.sun.star.drawing.CustomShap…
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/include/ |
D | brcmu_wifi.h | 170 /* defined rate in 500kbps */ 171 #define BRCM_MAXRATE 108 /* in 500kbps units */ 172 #define BRCM_RATE_1M 2 /* in 500kbps units */ 173 #define BRCM_RATE_2M 4 /* in 500kbps units */ 174 #define BRCM_RATE_5M5 11 /* in 500kbps units */ 175 #define BRCM_RATE_11M 22 /* in 500kbps units */ 176 #define BRCM_RATE_6M 12 /* in 500kbps units */ 177 #define BRCM_RATE_9M 18 /* in 500kbps units */ 178 #define BRCM_RATE_12M 24 /* in 500kbps units */ 179 #define BRCM_RATE_18M 36 /* in 500kbps units */ [all …]
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
D | mxl301rf.c | 118 { 64500, 500, 0x92, 0x07 }, 120 { 205500, 500, 0x2c, 0x04 }, 121 { 212500, 500, 0x1e, 0x04 }, 122 { 226500, 500, 0xd4, 0x07 }, 123 { 99143, 500, 0x9c, 0x07 }, 124 { 173143, 500, 0xd4, 0x07 }, 126 { 207143, 500, 0xce, 0x07 }, 127 { 225143, 500, 0xce, 0x07 }, 128 { 243143, 500, 0xd4, 0x07 }, 129 { 261143, 500, 0xd4, 0x07 }, [all …]
|
/kernel/linux/linux-5.10/arch/mips/boot/dts/cavium-octeon/ |
D | dlink_dsr-500n.dts | 3 * Device tree source for D-Link DSR-500N. 8 /include/ "dlink_dsr-500n-1000n.dtsi" 12 model = "dlink,dsr-500n"; 13 compatible = "dlink,dsr-500n", "cavium,octeon-3860";
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | delay.rst | 23 # Create device delaying rw operation for 500ms 24 echo "0 `blockdev --getsz $1` delay $1 0 500" | dmsetup create delayed 29 # Create device delaying only write operation for 500ms and 31 echo "0 `blockdev --getsz $1` delay $1 0 0 $2 0 500" | dmsetup create delayed
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/smp/ |
D | It_smp_los_mux_2028.c | 46 for (i = 0; i < TRandom() % 500; i++) { // 500, get rand number in 500. in TaskF01() 90 for (j = 0; j < TRandom() % 500; j++) { // 500, get rand number in 500. in Testcase()
|
D | It_smp_los_mux_2029.c | 65 for (i = 0; i < TRandom() % 500; i++) { // 500, get rand number in 500. in TaskF02() 109 for (j = 0; j < TRandom() % 500; j++) { // 500, get rand number in 500. in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/swtmr/smp/ |
D | It_smp_los_swtmr_035.c | 51 for (i = 0; i < TRandom() % 500; i++) { // 500, Gets a random number between 0 and 500 in TaskF01() 68 for (i = 0; i < TRandom() % 500; i++) { // 500, Gets a random number between 0 and 500 in TaskF02()
|
D | It_smp_los_swtmr_033.c | 50 for (i = 0; i < TRandom() % 500; i++) { // 500, Gets a random number between 0 and 500 in TaskF01() 67 for (i = 0; i < TRandom() % 500; i++) { // 500, Gets a random number between 0 and 500 in TaskF02()
|
/kernel/linux/linux-5.10/tools/time/ |
D | udelay_test.sh | 41 # 1..200, 200..500 (by 10), 500..2000 (by 100) 45 for (( delay = 200; delay < 500; delay += 10 )); do 48 for (( delay = 500; delay <= 2000; delay += 100 )); do
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/smp/ |
D | It_smp_los_queue_032.c | 48 for (i = 0; i < TRandom() % 500; i++); // 500, Set this loop to not more than 500 cpu cycles. in TaskF02() 80 … for (j = 0; j < TRandom() % 500; j++); // 500, Set this loop to not more than 500 cpu cycles. in Testcase()
|
D | It_smp_los_queue_031.c | 48 for (i = 0; i < TRandom() % 500; i++); // 500, Set this loop to not more than 500 cpu cycles. in TaskF01() 81 … for (j = 0; j < TRandom() % 500; j++); // 500, Set this loop to not more than 500 cpu cycles. in Testcase()
|
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/ |
D | arm-smmu-impl.c | 118 * On MMU-500 r2p0 onwards we need to clear ACR.CACHE_LOCK before in arm_mmu500_reset() 135 * Disable MMU-500's not-particularly-beneficial next-page in arm_mmu500_reset() 220 if (of_device_is_compatible(np, "qcom,sdm845-smmu-500") || in arm_smmu_impl_init() 221 of_device_is_compatible(np, "qcom,sc7180-smmu-500") || in arm_smmu_impl_init() 222 of_device_is_compatible(np, "qcom,sm8150-smmu-500") || in arm_smmu_impl_init() 223 of_device_is_compatible(np, "qcom,sm8250-smmu-500")) in arm_smmu_impl_init() 226 if (of_device_is_compatible(np, "marvell,ap806-smmu-500")) in arm_smmu_impl_init()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/sem/smp/ |
D | It_smp_los_sem_030.c | 50 for (i = 0; i < TRandom() % 500; i++) { // Gets a random value of 0-500 in TaskF01() 56 for (i = 0; i < TRandom() % 500; i++) { // Gets a random value of 0-500 in TaskF01() 62 for (i = 0; i < TRandom() % 500; i++) { // Gets a random value of 0-500 in TaskF01()
|
D | It_smp_los_sem_035.c | 47 for (i = 0; i < TRandom() % 500; i++) { // Gets a random value of 0-500 in TaskF01() 84 for (j = 0; j < TRandom() % 500; j++) { // Gets a random value of 0-500 in Testcase()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
D | sh-cpufreq.c | 40 return (clk_get_rate(&per_cpu(sh_cpuclk, cpu)) + 500) / 1000; in sh_cpufreq_get() 67 freqs.new = (freq + 500) / 1000; in __sh_cpufreq_target() 101 policy->min = (clk_round_rate(cpuclk, 1) + 500) / 1000; in sh_cpufreq_verify() 102 policy->max = (clk_round_rate(cpuclk, ~0UL) + 500) / 1000; in sh_cpufreq_verify() 131 (clk_round_rate(cpuclk, 1) + 500) / 1000; in sh_cpufreq_cpu_init() 133 (clk_round_rate(cpuclk, ~0UL) + 500) / 1000; in sh_cpufreq_cpu_init()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | maps.c | 42 { "bpf_prog_2", 500, 600 }, in test__maps__merge_in() 48 { "kcore1", 300, 500 }, in test__maps__merge_in() 49 { "bpf_prog_2", 500, 600 }, in test__maps__merge_in() 57 { "kcore1", 300, 500 }, in test__maps__merge_in() 58 { "bpf_prog_2", 500, 600 }, in test__maps__merge_in()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
D | intel-m10-bmc-hwmon.c | 39 { 0x100, 0x104, 0x108, 0x10c, 0x0, 500, "Board Temperature" }, 40 { 0x110, 0x114, 0x118, 0x0, 0x0, 500, "FPGA Die Temperature" }, 41 { 0x11c, 0x124, 0x120, 0x0, 0x0, 500, "QSFP0 Temperature" }, 42 { 0x12c, 0x134, 0x130, 0x0, 0x0, 500, "QSFP1 Temperature" }, 43 { 0x168, 0x0, 0x0, 0x0, 0x0, 500, "Retimer A Temperature" }, 44 { 0x16c, 0x0, 0x0, 0x0, 0x0, 500, "Retimer A SerDes Temperature" }, 45 { 0x170, 0x0, 0x0, 0x0, 0x0, 500, "Retimer B Temperature" }, 46 { 0x174, 0x0, 0x0, 0x0, 0x0, 500, "Retimer B SerDes Temperature" },
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/event/smp/ |
D | It_smp_los_event_032.c | 52 for (i = 0; i < TRandom() % 500; i++) { // Random values of 0 to 500 in TaskF01() 59 for (i = 0; i < TRandom() % 500; i++) { // Random values of 0 to 500 in TaskF01() 66 for (i = 0; i < TRandom() % 500; i++) { // Random values of 0 to 500 in TaskF01()
|
D | It_smp_los_event_030.c | 45 for (i = 0; i < TRandom() % 500; i++) { // Random values of 0 to 500 in TaskF01() 77 for (j = 0; j < TRandom() % 500; j++) { // Random values of 0 to 500 in Testcase()
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/ti/ |
D | k3-am654-industrial-thermal.dtsi | 7 polling-delay = <500>; /* milliseconds */ 21 polling-delay = <500>; /* milliseconds */ 35 polling-delay = <500>; /* milliseconds */
|
/kernel/linux/linux-5.10/drivers/clk/spear/ |
D | spear1340_clock.c | 171 {.mode = 0, .m = 0x7D, .n = 0x06, .p = 0x1}, /* vco 1000, pll 500 MHz */ 192 {.div = 0x06062}, /* for vco1div2 = 500 MHz */ 205 * 250, 332, 400 or 500 MHz considering different possibilites of input 216 * 500 200 100 0x05000 217 * 500 250 125 0x04000 218 * 500 332 166 0x03031 219 * 500 400 200 0x02800 220 * 500 500 250 0x02000 226 * 600 500 250 0x02666 232 * 664 500 250 0x02A7E [all …]
|
/kernel/linux/linux-5.10/Documentation/security/keys/ |
D | trusted-encrypted.rst | 122 -3 --alswrv 500 500 keyring: _ses 123 97833714 --alswrv 500 -1 \_ keyring: _uid.500 124 440502848 --alswrv 500 500 \_ trusted: kmk
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | udpgro.sh | 167 run_test "GRO with custom segment size" "${ipv4_args} -M 1 -s 14720 -S 500 " "-4 -n 1 -l 14720" 169 … "GRO with custom segment size cmsg" "${ipv4_args} -M 1 -s 14720 -S 500 " "-4 -n 1 -l 14720 -S 500" 186 run_test "GRO with custom segment size" "${ipv6_args} -M 1 -s 14520 -S 500" "-n 1 -l 14520" 188 …test "GRO with custom segment size cmsg" "${ipv6_args} -M 1 -s 14520 -S 500" "-n 1 -l 14520 -S 500"
|