Searched +full:0 +full:x12340000 (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/power/ |
H A D | power-domain.yaml | 56 Number of cells in a PM domain specifier. Typically 0 for nodes 80 reg = <0x12340000 0x1000>; 90 reg = <0x12340000 0x1000>; 96 reg = <0x12341000 0x1000>; 97 power-domains = <&parent2 0>; 102 // Domains created by the 'child' power controller are subdomains of '0' power 108 reg = <0x12340000 0x1000>; 109 #power-domain-cells = <0>; 115 reg = <0x12341000 0x1000>; 117 #power-domain-cells = <0>;
|
H A 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/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_bpf_syscall_macro.c | 72 r = splice(-42, &off_in, 42, &off_out, 0x12340000, SPLICE_F_NONBLOCK); in test_bpf_syscall_macro() 81 ASSERT_EQ(skel->bss->splice_len, 0x12340000, "splice_arg5"); in test_bpf_syscall_macro()
|
/linux/Documentation/devicetree/bindings/reserved-memory/ |
H A D | google,open-dice.yaml | 43 reg = <0x00 0x12340000 0x2000>;
|
H A D | phram.yaml | 45 reg = <0x12340000 0x00800000>;
|
/linux/include/uapi/linux/ |
H A 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 …]
|