Home
last modified time | relevance | path

Searched +full:0 +full:x43c00000 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/rng/
H A Dxiphera,xip8001b-trng.yaml32 reg = <0x43c00000 0x10000>;
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dxylon,logicvc.yaml46 "^gpio@[0-9a-f]+$":
49 "^display@[0-9a-f]+$":
62 reg = <0x43c00000 0x6000>;
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dxylon,logicvc-gpio.yaml20 - GPIO[4:0] (display control) mapped to index 0-4
28 pattern: "^gpio@[0-9a-f]+$"
58 reg = <0x43c00000 0x6000>;
65 reg = <0x40 0x40>;
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dxylon,logicvc-display.yaml69 # Parallel RGB interface (C_DISPLAY_INTERFACE == 0)
83 # RGB colorspace (C_DISPLAY_COLOR_SPACE == 0)
123 const: 0
126 "^layer@[0-9]+$":
139 # RGB colorspace (C_LAYER_X_TYPE == 0)
141 # YUV packed colorspace (C_LAYER_X_TYPE == 0)
147 # Alpha is configured layer-wide (C_LAYER_X_ALPHA_MODE == 0)
182 - layer@0
216 reg = <0x43c00000 0x6000>;
221 logicvc_display: display@0 {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepMask.h3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
17 0xf0000000,
18 0xb0000000,
19 0x0fe03fe0,
20 0 },
23 0xffc00000,
24 0x76000000,
25 0x00203fe0,
26 0 },
29 0xff800000,
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Ddotest.c21 #if MPFR_VERSION < MPFR_VERSION_NUM(4, 2, 0)
102 uint32 exp = (hl >> 52) & 0x7ff; in set_mpfr_d()
105 if (exp == 0x7ff) { in set_mpfr_d()
106 if (mantissa == 0) in set_mpfr_d()
110 } else if (exp == 0 && mantissa == 0) { in set_mpfr_d()
111 mpfr_set_ui(x, 0, GMP_RNDN); in set_mpfr_d()
112 mpfr_setsign(x, x, sign < 0, GMP_RNDN); in set_mpfr_d()
114 if (exp != 0) in set_mpfr_d()
118 mpfr_set_sj_2exp(x, mantissa * sign, (int)exp - 0x3ff - 52, GMP_RNDN); in set_mpfr_d()
123 uint32 exp = (f >> 23) & 0xff; in set_mpfr_f()
[all …]
/freebsd/tools/test/iconv/ref/
H A DUTF-32BE-rev1 0x00 = 0x00000000
2 0x01 = 0x01000000
3 0x02 = 0x02000000
4 0x03 = 0x03000000
5 0x04 = 0x04000000
6 0x05 = 0x05000000
7 0x06 = 0x06000000
8 0x07 = 0x07000000
9 0x08 = 0x08000000
10 0x09 = 0x09000000
[all …]