Searched +full:0 +full:x12340000 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/power/ |
H A 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>;
|
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>;
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | vistr.c | 23 .h[0] = 0x1234, .h[1] = 0x0056, .h[2] = 0x7800, .h[3] = 0x0000, in main() 24 .h[4] = 0x0078, .h[5] = 0x0000, .h[6] = 0x6543, .h[7] = 0x2100 in main() 27 .w[0] = 0x12340000, .w[1] = 0x78654300, in main() 28 .w[2] = 0x0, .w[3] = 0x12, in main() 31 vistr(&vd, &vs16, 1, 0); in main() 32 if (vd.h[0] != 0x1234 || vd.h[1] != 0x0056 || vd.h[2] != 0x7800 || in main() 38 vistr(&vd, &vs32, 2, 0); in main() 39 if (vd.w[0] != 0x12340000 || vd.w[1] != 0x78654300 || vd.w[2] || vd.w[3]) { in main() 44 return 0; in main()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A 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()
|
/openbmc/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>;
|
/openbmc/qemu/tests/tcg/mips/user/ase/dsp/ |
H A D | test_dsp_r1_subq_s_ph.c | 9 rs = 0x12345678; in main() 10 rt = 0x87654321; in main() 11 result = 0x7FFF1357; in main() 12 resultdsp = 0x01; in main() 15 ("wrdsp $0\n\t" in main() 16 "subq_s.ph %0, %2, %3\n\t" in main() 21 dsp = (dsp >> 20) & 0x01; in main() 25 rs = 0x12348000; in main() 26 rt = 0x87657000; in main() 27 result = 0x7FFF8000; in main() [all …]
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_windowed.S | 10 movi a2, 0xffff 13 movi a2, 0 22 set_vector window_overflow_4, 0 23 set_vector window_overflow_8, 0 24 set_vector window_overflow_12, 0 46 movi a3, 0x4001f 52 assert eqi, a2, 0 57 movi a3, 0x4000f 82 set_vector window_underflow_4, 0 83 set_vector window_underflow_8, 0 [all …]
|
/openbmc/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 …]
|