Searched +full:0 +full:xc0002000 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/netbsd-tests/kernel/ |
| H A D | t_extent.c | 51 start, end, 0, 0, flags)) != NULL); 55 start, size, 0), 0, "%s", strerror(ret)); 59 start, size, 0), 0, "%s", strerror(ret)); 68 atf_tc_fail("extent_alloc_subregion1(ex, %#lx, %#lx, %#lx, %#lx, 0, " \ in h_alloc_subregion() 69 "%#lx, 0, &result): " fmt, substart, subend, size, alignment, \ in h_alloc_subregion() 73 alignment, 0, boundary, 0, &result); in h_alloc_subregion() 78 if (expret == 0 && result != expres) in h_alloc_subregion() 89 int n = 0; in h_require() 100 (void)memset(buf, 0, sizeof(buf)); in h_require() 103 "0x%lx - 0x%lx\n", rp->er_start, rp->er_end); in h_require() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | axis,artpec6-pcie.txt | 28 reg = <0xf8050000 0x2000 29 0xf8040000 0x1000 30 0xc0000000 0x2000>; 36 ranges = <0x81000000 0 0 0xc0002000 0 0x00010000 38 0x82000000 0 0xc0012000 0xc0012000 0 0x1ffee000>; 40 bus-range = <0x00 0xff>; 44 interrupt-map-mask = <0 0 0 0x7>; 45 interrupt-map = <0 0 0 1 &intc GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>, 46 <0 0 0 2 &intc GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>, 47 <0 0 0 3 &intc GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>, [all …]
|
| H A D | axis,artpec6-pcie.yaml | 99 reg = <0xf8050000 0x2000 100 0xf8040000 0x1000 101 0xc0000000 0x2000>; 105 ranges = <0x81000000 0 0 0xc0002000 0 0x00010000>, 106 <0x82000000 0 0xc0012000 0xc0012000 0 0x1ffee000>; 108 bus-range = <0x00 0xff>; 112 interrupt-map-mask = <0 0 0 0x7>; 113 interrupt-map = <0 0 0 1 &intc GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>, 114 <0 0 0 2 &intc GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>, 115 <0 0 0 3 &intc GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>, [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/lg/ |
| H A D | lg131x.dtsi | 19 #size-cells = <0>; 21 cpu0: cpu@0 { 24 reg = <0x0 0x0>; 30 reg = <0x0 0x1>; 37 reg = <0x0 0x2>; 44 reg = <0x0 0x3>; 58 cpu_suspend = <0x84000001>; 59 cpu_off = <0x84000002>; 60 cpu_on = <0x84000003>; 67 reg = <0x0 0xc0001000 0x1000>, [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/axis/ |
| H A D | artpec6.dtsi | 55 #size-cells = <0>; 57 cpu0: cpu@0 { 60 reg = <0>; 74 reg = <0xf8000000 0x48>; 80 psci_version = <0x84000000>; 81 cpu_on = <0x84000003>; 82 system_reset = <0x84000009>; 87 reg = <0xfaf00000 0x58>; 92 #clock-cells = <0>; 98 #clock-cells = <0>; [all …]
|
| /freebsd/sys/x86/include/ |
| H A D | specialreg.h | 38 #define CR0_PE 0x00000001 /* Protected mode Enable */ 39 #define CR0_MP 0x00000002 /* "Math" (fpu) Present */ 40 #define CR0_EM 0x00000004 /* EMulate FPU instructions. (trap ESC only) */ 41 #define CR0_TS 0x00000008 /* Task Switched (if MP, trap ESC and WAIT) */ 42 #define CR0_PG 0x80000000 /* PaGing enable */ 47 #define CR0_NE 0x00000020 /* Numeric Error enable (EX16 vs IRQ13) */ 48 #define CR0_WP 0x00010000 /* Write Protect (honor page protect in 50 #define CR0_AM 0x00040000 /* Alignment Mask (set to enable AC flag) */ 51 #define CR0_NW 0x20000000 /* Not Write-through */ 52 #define CR0_CD 0x40000000 /* Cache Disable */ [all …]
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_init_values.h | 35 0x00030003, 0xffff0000, /* if phase != 'engine', skip 3 ops (no DMAE) */ 36 0x00020002, 0x00020000, /* if mode != '!asic', skip 2 ops */ 37 0x0280c201, 0x00000000, /* write 0x0 to address 0x50184 */ 38 0x02810201, 0x00000000, /* write 0x0 to address 0x50204 */ 40 0x00110003, 0xffff0000, /* if phase != 'engine', skip 17 ops (no DMAE) */ 41 0x00030002, 0x00020000, /* if mode != '!asic', skip 3 ops */ 42 0x0048c201, 0x00000000, /* write 0x0 to address 0x9184 */ 43 0x0048d201, 0x00000000, /* write 0x0 to address 0x91a4 */ 44 0x004ba601, 0x00000001, /* write 0x1 to address 0x974c */ 45 0x00020002, 0x00be0000, /* if mode != '(!asic)&bb', skip 2 ops */ [all …]
|