Searched +full:0 +full:x12340000 (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/Documentation/devicetree/bindings/power/ |
D | power-domain.yaml | 55 Number of cells in a PM domain specifier. Typically 0 for nodes 79 reg = <0x12340000 0x1000>; 89 reg = <0x12340000 0x1000>; 95 reg = <0x12341000 0x1000>; 96 power-domains = <&parent2 0>; 101 // Domains created by the 'child' power controller are subdomains of '0' power 107 reg = <0x12340000 0x1000>; 108 #power-domain-cells = <0>; 114 reg = <0x12341000 0x1000>; 116 #power-domain-cells = <0>;
|
D | power_domain.txt | 34 reg = <0x12350000 0x1000>; 35 power-domains = <&power 0>; 41 reg = <0x12351000 0x1000>; 42 power-domains = <&power 0>, <&power 1> ; 47 located inside a PM domain with index 0 of a power controller represented by a 50 the first with index 0 and the second with index 1, of a power controller that 93 reg = <0x12340000 0x1000>; 100 reg = <0x12350000 0x1000>; 101 power-domains = <&power 0>; 107 reg = <0x12350000 0x1000>;
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | test_bpf_syscall_macro.c | 76 r = splice(-42, &off_in, 42, &off_out, 0x12340000, SPLICE_F_NONBLOCK); in test_bpf_syscall_macro() 85 ASSERT_EQ(skel->bss->splice_len, 0x12340000, "splice_arg5"); in test_bpf_syscall_macro()
|
/Linux-v6.6/Documentation/devicetree/bindings/reserved-memory/ |
D | google,open-dice.yaml | 43 reg = <0x00 0x12340000 0x2000>;
|
D | phram.yaml | 45 reg = <0x12340000 0x00800000>;
|
/Linux-v6.6/include/uapi/linux/ |
D | swab.h | 15 (((__u16)(x) & (__u16)0x00ffU) << 8) | \ 16 (((__u16)(x) & (__u16)0xff00U) >> 8))) 19 (((__u32)(x) & (__u32)0x000000ffUL) << 24) | \ 20 (((__u32)(x) & (__u32)0x0000ff00UL) << 8) | \ 21 (((__u32)(x) & (__u32)0x00ff0000UL) >> 8) | \ 22 (((__u32)(x) & (__u32)0xff000000UL) >> 24))) 25 (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \ 26 (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \ 27 (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | \ 28 (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | \ [all …]
|