Searched +full:0 +full:x15200000 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/ |
H A D | nvidia,tegra186-display.yaml | 15 pattern: "^display-hub@[0-9a-f]+$" 45 - description: window group 0 reset 69 "^display@[0-9a-f]+$": 127 reg = <0x15200000 0x00040000>; 147 ranges = <0x15200000 0x15200000 0x40000>; 151 reg = <0x15200000 0x10000>; 165 nvidia,head = <0>; 170 reg = <0x15210000 0x10000>; 189 reg = <0x15220000 0x10000>; 216 reg = <0x15200000 0x00040000>; [all …]
|
/freebsd/lib/msun/src/ |
H A D | e_log10.c | 28 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ 29 ivln10hi = 4.34294481878168880939e-01, /* 0x3fdbcb7b, 0x15200000 */ 30 ivln10lo = 2.50829467116452752298e-11, /* 0x3dbb9438, 0xca9aadd5 */ 31 log10_2hi = 3.01029995663611771306e-01, /* 0x3FD34413, 0x509F6000 */ 32 log10_2lo = 3.69423907715893078616e-13; /* 0x3D59FEF3, 0x11F12B36 */ 46 k=0; in log10() 47 if (hx < 0x00100000) { /* x < 2**-1022 */ in log10() 48 if (((hx&0x7fffffff)|lx)==0) in log10() 49 return -two54/vzero; /* log(+-0)=-inf */ in log10() 50 if (hx<0) return (x-x)/zero; /* log(-#) = NaN */ in log10() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ |
H A D | reserved-memory.yaml | 152 * from 0x40000000 - 0x5fffffff. Anything outside is reserved by 155 iommu-addresses = <&adsp 0x0 0x00000000 0x00 0x40000000>, 156 <&adsp 0x0 0x60000000 0xff 0xa0000000>; 160 reg = <0x0 0x90000000 0x0 0x00800000>; 161 iommu-addresses = <&dc0 0x0 0x90000000 0x0 0x00800000>; 165 bus@0 { 168 ranges = <0x0 0x0 0x0 0x40000000>; 171 reg = <0x2990000 0x2000>; 176 reg = <0x15200000 0x10000>;
|
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra186.dtsi | 20 reg = <0x0 0x00100000 0x0 0xf000>, 21 <0x0 0x0010f000 0x0 0x1000>; 27 reg = <0x0 0x220000 [all...] |
H A D | tegra194.dtsi | 20 bus@0 { 25 ranges = <0x0 0x0 0x0 0x0 0x100 0x0>; 29 reg = <0x0 0x00100000 0x [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/exynos/ |
H A D | exynos5433.dtsi | 48 #clock-cells = <0>; 53 #size-cells = <0>; 91 reg = <0x100>; 96 i-cache-size = <0x8000>; 99 d-cache-size = <0x8000>; 109 reg = <0x101>; 112 i-cache-size = <0x8000>; 115 d-cache-size = <0x8000>; 125 reg = <0x102>; 128 i-cache-size = <0x8000>; [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/txg_integrity/ |
H A D | txg_integrity.c | 84 #define USE_MMAP 0 90 //partitions[-1] is understood to be 0 and partitions[NUM_CHUNKS] must be 1.0 94 //8 / (NUM_CHUNKS * CLUSTERSIZE) = 1 / 524288 = 0x0.00002 98 //chunk 0 corresponds to bit 1, chunk 1 to bit 2, etc 106 if (chunk == 0){ in get_chunk_range() 107 *begin = 0; in get_chunk_range() 117 leader_syncs = 0, 125 {0x2000000, 0x4000000, 0x6000000, 0x8000000, 0xa000000, 0xc000000, 0xe000000, 0x10000000, 126 0x12000000, 0x14000000, 0x16000000, 0x18000000, 0x1a000000, 0x1c000000, 0x1e000000, 0x20000000, 127 0x22000000, 0x24000000, 0x26000000, 0x28000000, 0x2a000000, 0x2c000000, 0x2e000000, 0x30000000, [all …]
|
H A D | fsync_integrity.c | 61 * Every even-numbered thread, starting with the first (0th), will fsync() 98 //partitions[-1] is understood to be 0 and partitions[NUM_CHUNKS] must be 1.0 102 //8 / (NUM_CHUNKS * CLUSTERSIZE) = 1 / 524288 = 0x0.00002 116 if (chunk == 0){ in get_chunk_range() 117 *begin = 0; in get_chunk_range() 129 {0x2000000, 0x4000000, 0x6000000, 0x8000000, 0xa000000, 0xc000000, 0xe000000, 0x10000000, 130 0x12000000, 0x14000000, 0x16000000, 0x18000000, 0x1a000000, 0x1c000000, 0x1e000000, 0x20000000, 131 0x22000000, 0x24000000, 0x26000000, 0x28000000, 0x2a000000, 0x2c000000, 0x2e000000, 0x30000000, 132 0x32000000, 0x34000000, 0x36000000, 0x38000000, 0x3a000000, 0x3c000000, 0x3e000000, 0x40000000, 133 0x42000000, 0x44000000, 0x46000000, 0x48000000, 0x4a000000, 0x4c000000, 0x4e000000, 0x50000000, [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sa8775p.dtsi | 27 #clock-cells = <0>; 32 #clock-cells = <0>; 38 #size-cells = <0>; 40 CPU0: cpu@0 { 43 reg = <0x0 0x0>; 45 qcom,freq-domain = <&cpufreq_hw 0>; 65 reg = <0x0 0x100>; 67 qcom,freq-domain = <&cpufreq_hw 0>; 82 reg = <0x0 0x200>; 84 qcom,freq-domain = <&cpufreq_hw 0>; [all …]
|
/freebsd/tools/test/iconv/ref/ |
H A D | UTF-32BE-rev | 1 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 …]
|