/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | socionext,uniphier-pcie-ep.yaml | 123 reg = <0x66000000 0x1000>, <0x66001000 0x1000>, 124 <0x66010000 0x10000>, <0x67000000 0x400000>;
|
H A D | socionext,uniphier-pcie.yaml | 88 reg = <0x66000000 0x1000>, <0x66010000 0x10000>, <0x2fff0000 0x10000>; 95 bus-range = <0x0 0xff>; 97 ranges = <0x81000000 0 0x00000000 0x2ffe0000 0 0x00010000>, 98 <0x82000000 0 0x00000000 0x20000000 0 0x0ffe0000>; 104 interrupts = <0 224 4>, <0 225 4>; 105 interrupt-map-mask = <0 0 0 7>; 106 interrupt-map = <0 0 0 1 &pcie_intc 0>, 107 <0 0 0 2 &pcie_intc 1>, 108 <0 0 0 3 &pcie_intc 2>, 109 <0 0 0 4 &pcie_intc 3>; [all …]
|
H A D | uniphier-pcie.txt | 52 reg = <0x66000000 0x1000>, <0x66010000 0x10000>, 53 <0x2fff0000 0x10000>; 60 bus-range = <0x0 0xff>; 64 <0x81000000 0 0x00000000 0x2ffe0000 0 0x00010000 66 0x82000000 0 0x00000000 0x20000000 0 0x0ffe0000>; 69 interrupts = <0 224 4>, <0 225 4>; 70 interrupt-map-mask = <0 0 0 7>; 71 interrupt-map = <0 0 0 1 &pcie_intc 0>, /* INTA */ 72 <0 0 0 2 &pcie_intc 1>, /* INTB */ 73 <0 0 0 3 &pcie_intc 2>, /* INTC */ [all …]
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | a4m072.dts | 27 ranges = <0 0xf0000000 0x0000c000>; 28 reg = <0xf0000000 0x00000100>; 29 bus-frequency = <0>; /* From boot loader */ 30 system-frequency = <0>; /* From boot loader */ 33 fsl,init-ext-48mhz-en = <0x0>; 34 fsl,init-fd-enable = <0x01>; 35 fsl,init-fd-counters = <0x3333>; 44 reg = <0x2000 0x100>; 45 interrupts = <2 1 0>; 50 reg = <0x2200 0x100>; [all …]
|
/freebsd/sys/arm/include/ |
H A D | armreg.h | 44 #define PSR_MODE 0x0000001f /* mode mask */ 45 #define PSR_USR32_MODE 0x00000010 46 #define PSR_FIQ32_MODE 0x00000011 47 #define PSR_IRQ32_MODE 0x00000012 48 #define PSR_SVC32_MODE 0x00000013 49 #define PSR_MON32_MODE 0x00000016 50 #define PSR_ABT32_MODE 0x00000017 51 #define PSR_HYP32_MODE 0x0000001a 52 #define PSR_UND32_MODE 0x0000001b 53 #define PSR_SYS32_MODE 0x0000001 [all...] |
/freebsd/sys/contrib/device-tree/src/arm/socionext/ |
H A D | uniphier-pro5.dtsi | 17 #size-cells = <0>; 19 cpu@0 { 22 reg = <0>; 118 #clock-cells = <0>; 123 #clock-cells = <0>; 138 reg = <0x500c0000 0x2000>, <0x503c0100 0x8>, 139 <0x506c0000 0x400>; 152 reg = <0x500c8000 0x2000>, <0x503c8100 0x8>, 153 <0x506c8000 0x400>; 166 reg = <0x54006000 0x100>; [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | aestab2.h | 49 0x00000001, 0x00000002, 0x00000004, 0x00000008, 50 0x00000010, 0x00000020, 0x00000040, 0x00000080, 51 0x0000001b, 0x00000036 57 0x00000063, 0x0000007c, 0x00000077, 0x0000007b, 58 0x000000f2, 0x0000006b, 0x0000006f, 0x000000c5, 59 0x00000030, 0x00000001, 0x00000067, 0x0000002b, 60 0x000000fe, 0x000000d7, 0x000000ab, 0x00000076, 61 0x000000ca, 0x00000082, 0x000000c9, 0x0000007d, 62 0x000000fa, 0x00000059, 0x00000047, 0x000000f0, 63 0x000000ad, 0x000000d4, 0x000000a2, 0x000000af, [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/socionext/ |
H A D | uniphier-pxs3.dtsi | 21 #size-cells = <0>; 40 cpu0: cpu@0 { 43 reg = <0 0x000>; 54 reg = <0 0x001>; 65 reg = <0 0x002>; 76 reg = <0 0x00 [all...] |
H A D | uniphier-ld20.dtsi | 21 #size-cells = <0>; 43 cpu0: cpu@0 { 46 reg = <0 0x000>; 57 reg = <0 0x001>; 68 reg = <0 0x100>; 79 reg = <0 0x10 [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/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 …]
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | rtw8822c_table.c | 16 0x83000000, 0x00000000, 0x40000000, 0x00000000, 17 0x1D90, 0x300001FF, 18 0x1D90, 0x300101FE, 19 0x1D90, 0x300201F [all...] |