| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ | 
| H A D | openbmc-flash-layout-128.dtsi | 8 	u-boot@0 { 9 		reg = <0x0 0xe0000>; // 896KB 14 		reg = <0xe0000 0x20000>; // 128KB 19 		reg = <0x100000 0x900000>; // 9MB 24 		reg = <0xa00000 0x5600000>; // 86MB 29 		reg = <0x6000000 0x2000000>; // 32MB
  | 
| H A D | openbmc-flash-layout-64.dtsi | 11 	u-boot@0 { 12 		reg = <0x0 0xe0000>; // 896KB 17 		reg = <0xe0000 0x20000>; // 128KB 22 		reg = <0x100000 0x900000>; // 9MB 27 		reg = <0xa00000 0x2000000>; // 32MB 32 		reg = <0x2a00000 0x1600000>; // 22MB
  | 
| H A D | openbmc-flash-layout-64-alt.dtsi | 11 	u-boot@0 { 12 		reg = <0x0 0xe0000>; // 896KB 17 		reg = <0xe0000 0x20000>; // 128KB 22 		reg = <0x100000 0x900000>; // 9MB 27 		reg = <0xa00000 0x2000000>; // 32MB 32 		reg = <0x2a00000 0x1600000>; // 22MB
  | 
| H A D | facebook-bmc-flash-layout-128.dtsi | 12 	u-boot@0 { 13 		reg = <0x0 0xe0000>; 21 		reg = <0xe0000 0x10000>; 30 		reg = <0xf0000 0x10000>; 38 		reg = <0x100000 0x7700000>; 47 		reg = <0x7800000 0x800000>; 56 	flash0@0 { 57 		reg = <0x0 0x8000000>;
  | 
| /freebsd/sys/contrib/device-tree/src/mips/realtek/ | 
| H A D | cameo-rtl9302c-2x-rtl8224-2xge.dts | 15 	memory@0 { 17 		reg = <0x0 0x8000000>; 31 	flash@0 { 33 		reg = <0>; 41 			partition@0 { 43 				reg = <0x0 0xe0000>; 48 				reg = <0xe0000 0x10000>; 52 				reg = <0xf0000 0x10000>; 57 				reg = <0x100000 0x100000>; 61 				reg = <0x200000 0x100000>; [all …] 
 | 
| /freebsd/sys/contrib/device-tree/src/arm/marvell/ | 
| H A D | kirkwood-ib62x0.dts | 13 		reg = <0x00000000 0x10000000>; 61 		pinctrl-0 = <&pmx_button_reset &pmx_button_usb_copy>; 78 		pinctrl-0 = <&pmx_led_os_red &pmx_led_os_green 99 		pinctrl-0 = <&pmx_power_off>; 108 	partition@0 { 110 		reg = <0x0000000 0xe0000>; 115 		reg = <0xe0000 0x20000>; 120 		reg = <0x0100000 0x600000>; 125 		reg = <0x0700000 0xf900000>; 141 	ethernet0-port@0 {
  | 
| H A D | armada-398.dtsi | 19 				reg = <0x18000 0x20>; 24 				reg = <0xe0000 0x2000>;
  | 
| H A D | armada-388.dtsi | 25 				reg = <0xe0000 0x2000>;
  | 
| /freebsd/sys/amd64/amd64/ | 
| H A D | bios.c | 45 #define BIOS_START	0xe0000 46 #define BIOS_SIZE	0x20000 57  *		the range 0xe0000 - 0xfffff. 63  * Returns the _physical_ address of the found signature, 0 if the 75     } else if (start == 0) {  in bios_sigsearch() 78 	return 0;				/* bogus start address */  in bios_sigsearch() 93     return(0);  in bios_sigsearch()
  | 
| /freebsd/tools/tools/ncpus/ | 
| H A D | acpidump.h | 78 #define	MPS_INT_FLAG_POLARITY_MASK	0x3 79 #define	MPS_INT_FLAG_POLARITY_CONFORM	0x0 80 #define	MPS_INT_FLAG_POLARITY_HIGH	0x1 81 #define	MPS_INT_FLAG_POLARITY_LOW	0x3 82 #define	MPS_INT_FLAG_TRIGGER_MASK	0xc 83 #define	MPS_INT_FLAG_TRIGGER_CONFORM	0x0 84 #define	MPS_INT_FLAG_TRIGGER_EDGE	0x4 85 #define	MPS_INT_FLAG_TRIGGER_LEVEL	0xc 134 #define	ACPI_MADT_APIC_TYPE_LOCAL_APIC	0 167  * 1. EBDA (1 KB area addressed to by 16 bit pointer at 0x40E) [all …] 
 | 
| /freebsd/share/man/man9/ | 
| H A D | bios.9 | 60         u_int from;             /* shouldn't be below 0xe0000 */ 61         u_int to;               /* shouldn't be above 0xfffff */ 99 .Li 0xe0000 101 .Li 0xfffff ) , 103 .Dv NULL , Li 0 , 0 131 value of 0 means that none of the given anchor strings were found in
  | 
| /freebsd/stand/i386/libi386/ | 
| H A D | biosacpi.c | 66     sprintf(buf, "0x%08x", VTOP(rsdp));  in biosacpi_detect() 69     if (revision == 0)  in biosacpi_detect() 74     buf[sizeof(rsdp->OemId)] = '\0';  in biosacpi_detect() 76     sprintf(buf, "0x%08x", rsdp->RsdtPhysicalAddress);  in biosacpi_detect() 80 	sprintf(buf, "0x%016llx", rsdp->XsdtPhysicalAddress);  in biosacpi_detect() 96     /* EBDA is the 1 KB addressed by the 16 bit pointer at 0x40E. */  in biosacpi_find_rsdp() 97     addr = (uint16_t *)PTOV(0x40E);  in biosacpi_find_rsdp() 98     if ((rsdp = biosacpi_search_rsdp((char *)(*addr << 4), 0x400)) != NULL)  in biosacpi_find_rsdp() 101     /* Check the upper memory BIOS space, 0xe0000 - 0xfffff. */  in biosacpi_find_rsdp() 102     if ((rsdp = biosacpi_search_rsdp((char *)0xe0000, 0x20000)) != NULL)  in biosacpi_find_rsdp() [all …] 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/remoteproc/ | 
| H A D | mtk,scp.yaml | 217         reg = <0x10500000 0x80000>, 218               <0x10700000 0x8000>, 219               <0x10720000 0xe0000>; 233         reg = <0x10720000 0xe0000>, 234               <0x10700000 0x8000>; 239         ranges = <0 0x10500000 0x100000>; 241         scp@0 { 243             reg = <0x0 0xa0000>; 254             reg = <0xa0000 0x20000>;
  | 
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ | 
| H A D | qoriq-fman3-0-1g-0.dtsi | 3  * QorIQ FMan v3 1g port #0 device tree 11 		cell-index = <0x8>; 13 		reg = <0x88000 0x1000>; 17 		cell-index = <0x28>; 19 		reg = <0xa8000 0x1000>; 23 		cell-index = <0>; 25 		reg = <0xe0000 0x1000>; 34 		#size-cells = <0>; 36 		reg = <0xe1000 0x1000>; 38 		pcsphy0: ethernet-phy@0 { [all …] 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ | 
| H A D | qcom,rmtfs-mem.txt | 37 with the rmtfs region for the Hexagon DSP (id #1) located at 0x86700000. 46 			reg = <0x0 0x86700000 0x0 0xe0000>;
  | 
| H A D | qcom,rmtfs-mem.yaml | 61             reg = <0x86700000 0xe0000>;
  | 
| /freebsd/sys/contrib/device-tree/src/powerpc/fsl/ | 
| H A D | qoriq-fman3-0-10g-2.dtsi | 3  * QorIQ FMan v3 10g port #2 device tree stub [ controller @ offset 0x400000 ] 11 		cell-index = <0x8>; 13 		reg = <0x88000 0x1000>; 18 		cell-index = <0x28>; 20 		reg = <0xa8000 0x1000>; 25 		cell-index = <0>; 27 		reg = <0xe0000 0x1000>; 36 		#size-cells = <0>; 38 		reg = <0xe1000 0x1000>; 41 		pcsphy0: ethernet-phy@0 { [all …] 
 | 
| H A D | mpc8568si-post.dtsi | 39 	interrupts = <19 2 0 0>; 40 	sleep = <&pmc 0x08000000>; 43 /* controller at 0x8000 */ 47 	interrupts = <24 0x2 0 0>; 48 	bus-range = <0 0xff>; 52 	sleep = <&pmc 0x80000000>; 55 /* controller at 0xa000 */ 61 	bus-range = <0 255>; 63 	interrupts = <26 2 0 0>; 64 	sleep = <&pmc 0x20000000>; [all …] 
 | 
| H A D | mpc8569si-post.dtsi | 39 	interrupts = <19 2 0 0>; 40 	sleep = <&pmc 0x08000000>; 43 /* controller at 0xa000 */ 49 	bus-range = <0 255>; 51 	interrupts = <26 2 0 0>; 52 	sleep = <&pmc 0x20000000>; 54 	pcie@0 { 55 		reg = <0 0 0 0 0>; 60 		interrupts = <26 2 0 0>; 61 		interrupt-map-mask = <0xf800 0 0 7>; [all …] 
 | 
| H A D | qoriq-fman-0-1g-0.dtsi | 2  * QorIQ FMan 1g port #0 device tree stub [ controller @ offset 0x400000 ] 37 		cell-index = <0x8>; 39 		reg = <0x88000 0x1000>; 43 		cell-index = <0x28>; 45 		reg = <0xa8000 0x1000>; 49 		cell-index = <0>; 51 		reg = <0xe0000 0x1000>; 59 		#size-cells = <0>; 61 		reg = <0xe1120 0xee0>; 62 		interrupts = <100 2 0 0>; [all …] 
 | 
| H A D | qoriq-fman3-1-1g-0.dtsi | 2  * QorIQ FMan v3 1g port #0 device tree stub [ controller @ offset 0x500000 ] 37 		cell-index = <0x8>; 39 		reg = <0x88000 0x1000>; 43 		cell-index = <0x28>; 45 		reg = <0xa8000 0x1000>; 49 		cell-index = <0>; 51 		reg = <0xe0000 0x1000>; 60 		#size-cells = <0>; 62 		reg = <0xe1000 0x1000>; 65 		pcsphy8: ethernet-phy@0 { [all …] 
 | 
| H A D | qoriq-fman3-0-1g-0.dtsi | 2  * QorIQ FMan v3 1g port #0 device tree stub [ controller @ offset 0x400000 ] 37 		cell-index = <0x8>; 39 		reg = <0x88000 0x1000>; 43 		cell-index = <0x28>; 45 		reg = <0xa8000 0x1000>; 49 		cell-index = <0>; 51 		reg = <0xe0000 0x1000>; 60 		#size-cells = <0>; 62 		reg = <0xe1000 0x1000>; 65 		pcsphy0: ethernet-phy@0 { [all …] 
 | 
| H A D | qoriq-fman-1-1g-0.dtsi | 2  * QorIQ FMan 1g port #0 device tree stub [ controller @ offset 0x500000 ] 37 		cell-index = <0x8>; 39 		reg = <0x88000 0x1000>; 43 		cell-index = <0x28>; 45 		reg = <0xa8000 0x1000>; 49 		cell-index = <0>; 51 		reg = <0xe0000 0x1000>; 59 		#size-cells = <0>; 61 		reg = <0xe1120 0xee0>; 64 			reg = <0x8>;
  | 
| /freebsd/sys/contrib/device-tree/Bindings/soc/fsl/ | 
| H A D | guts.txt | 40 		reg = <0xe0000 0xe00>;
  | 
| /freebsd/sys/contrib/device-tree/src/arm/broadcom/ | 
| H A D | bcm53340-ubnt-unifi-switch8.dts | 22 	memory@0 { 24 		reg = <0x00000000 0x08000000>, 25 		      <0x68000000 0x08000000>; 35 	bspi-sel = <0>; 37 	flash: flash@0 { 39 		reg = <0>; 46 		partition@0 { 48 			reg = <0x0 0xc0000>; 53 			reg = <0xc0000 0x10000>; 58 			reg = <0xd0000 0x10000>; [all …] 
 |