| /OK3568_Linux_fs/buildroot/boot/at91bootstrap/ |
| H A D | at91bootstrap-1.16-u-boot-relocation-fix.patch | 53 #define IMG_ADDRESS 0x8400 /* Image Address in DataFlash */ 58 -#define JUMP_ADDR 0x23F00000 /* Final Jump Address */ 59 +#define JUMP_ADDR 0x21F00000 /* Final Jump Address */ 71 -#define JUMP_ADDR 0x23F00000 /* Final Jump Address */ 72 +#define JUMP_ADDR 0x21F00000 /* Final Jump Address */ 83 #define IMG_ADDRESS 0x8400 /* Image Address in DataFlash */ 88 -#define JUMP_ADDR 0x23F00000 /* Final Jump Address */ 89 +#define JUMP_ADDR 0x21F00000 /* Final Jump Address */ 101 -#define JUMP_ADDR 0x23F00000 /* Final Jump Address */ 102 +#define JUMP_ADDR 0x21F00000 /* Final Jump Address */ [all …]
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | udhcpc.c | 221 static const char *ipv4Str(const uint32_t Address) { in ipv4Str() argument 223 uint8_t *ip = (uint8_t *)&Address; in ipv4Str() 229 static const char *ipv6Str(const UCHAR Address[16]) { in ipv6Str() 234 ip[i] = (Address[i*2]<<8) + Address[i*2+1]; in ipv6Str() 302 if (ipv4 && ipv4->Address) { in update_ip_address_by_qmi() 303 d1 = strdup(ipv4Str(ipv4->Address)); in update_ip_address_by_qmi() 326 if (ipv6 && ipv6->Address[0] && ipv6->PrefixLengthIPAddr) { in update_ip_address_by_qmi() 327 d1 = strdup(ipv6Str(ipv6->Address)); in update_ip_address_by_qmi() 394 fprintf(fp, "PUBLIC_IP=\"%s\"\n", ipv4Str(ipv4->Address)); in ql_openwrt_setup_wan() 430 fprintf(fp, "PUBLIC_IP=\"%s\"\n", ipv6Str(ipv6->Address)); in ql_openwrt_setup_wan6() [all …]
|
| H A D | udhcpc_netlink.c | 100 if (profile->rawIP && profile->ipv4.Address && profile->ipv4.Mtu) in udhcpc_start() 122 if (profile->ipv4.Address) in udhcpc_start() 125 dbg_time("IPv4 Address: %s", ipaddr_to_string_v4(ntohl(profile->ipv4.Address))); in udhcpc_start() 130 if_set_network_v4(ifname, ntohl(profile->ipv4.Address), in udhcpc_start() 137 if (profile->ipv6.Address[0] && profile->ipv6.PrefixLengthIPAddr) in udhcpc_start() 155 dbg_time("IPv6 Address: %s", ipaddr_to_string_v6(profile->ipv6.Address)); in udhcpc_start() 160 if_set_network_v6(ifname, profile->ipv6.Address, profile->ipv6.PrefixLengthIPAddr, in udhcpc_start()
|
| /OK3568_Linux_fs/kernel/Documentation/hid/ |
| H A D | hid-alps.rst | 75 Byte2 Address - Byte 0 (LSB) 76 Byte3 Address - Byte 1 77 Byte4 Address - Byte 2 78 Byte5 Address - Byte 3 (MSB) 85 Address is read/write RAM address. 95 Byte2 Address - Byte 0 (LSB) 96 Byte3 Address - Byte 1 97 Byte4 Address - Byte 2 98 Byte5 Address - Byte 3 (MSB)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | brcm,amac.txt | 8 - reg: Address and length of the register set for the device. It 12 "amac_base": Address and length of the GMAC registers 13 "idm_base": Address and length of the GMAC IDM registers 15 "nicpm_base": Address and length of the NIC Port Manager
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/edac/ |
| H A D | socfpga-eccmgr.txt | 18 - reg : Address and size for ECC error interrupt clear registers. 25 - reg : Address and size for ECC error interrupt clear registers. 74 - reg : Address and size for ECC error interrupt clear registers. 81 - reg : Address and size for ECC block registers. 88 - reg : Address and size for ECC block registers. 96 - reg : Address and size for ECC block registers. 104 - reg : Address and size for ECC block registers. 112 - reg : Address and size for ECC block registers. 120 - reg : Address and size for ECC block registers. 128 - reg : Address and size for ECC block registers. [all …]
|
| /OK3568_Linux_fs/u-boot/board/renesas/MigoR/ |
| H A D | lowlevel_init.S | 32 write32 CCR_A, CCR_D ! Address of Cache Control Register 35 write32 MMUCR_A, MMUCR_D ! Address of MMU Control Register 38 write32 MSTPCR0_A, MSTPCR0_D ! Address of Power Control Register 0 40 write32 MSTPCR2_A, MSTPCR2_D ! Address of Power Control Register 2 65 write32 CCR_A, CCR_D_2 ! Address of Cache Control Register
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | tagged-address-abi.rst | 10 This document describes the usage and semantics of the Tagged Address 22 2. AArch64 Tagged Address ABI 43 The AArch64 Tagged Address ABI has two stages of relaxation depending 72 Address ABI for the calling thread. 77 - ``PR_TAGGED_ADDR_ENABLE``: enable AArch64 Tagged Address ABI. 83 Address ABI for the calling thread. 91 returns ``-EINVAL`` if the AArch64 Tagged Address ABI is globally 95 When the AArch64 Tagged Address ABI is enabled for a thread, the 112 3. AArch64 Tagged Address ABI Exceptions
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | iforce-protocol.rst | 84 03 Address of parameter block changed (lsb) 85 04 Address of parameter block changed (msb) 86 05 Address of second parameter block changed (lsb) 125 08-09 Address of periodicity or magnitude parameters 126 0a-0b Address of attack and fade parameters, or ffff if none. 128 08-09 Address of interactive parameters for X-axis, 130 0a-0b Address of interactive parameters for Y-axis, 146 00-01 Address where to store the parameters 159 00-01 Address 169 00-01 Address [all …]
|
| /OK3568_Linux_fs/buildroot/board/arm/juno/ |
| H A D | readme.txt | 88 NOR3ADDRESS: 0x00C00000 ;Image Flash Address 91 NOR3LOAD: 00000000 ;Image Load Address 101 NOR3ADDRESS: 0x00C00000 ;Image Flash Address 104 NOR3LOAD: 00000000 ;Image Load Address 114 NOR3ADDRESS: 0x02000000 ;Image Flash Address 117 NOR3LOAD: 00000000 ;Image Load Address
|
| /OK3568_Linux_fs/kernel/Documentation/arm/samsung/ |
| H A D | bootloader-interface.rst | 21 Address: sysram_ns_base_addr 39 Address: sysram_base_addr 51 Address: pmu_base_addr 67 Address: pmu_base_addr
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | arcnet-hardware.rst | 547 (Station Address) | 1 1 0 0 0 0 0 0 | 621 S1 1-3: I/O Base Address Select 622 4-6: Memory Base Address Select 645 Setting the I/O Base Address 653 1 2 3 | Address 665 Setting the Base Memory (RAM) buffer Address 677 4 5 6 7 8 | Address | Address *) 829 SW1 1-6: I/O Base Address Select 886 Setting the I/O Base Address 893 6 5 4 3 2 1 | Address [all …]
|
| H A D | j1939.rst | 42 * **Dynamic addressing:** Address Claiming in J1939 is time critical. 85 Destination Address, which is _not_ part of the PGN. When communicating a PGN 87 of the PGN shall be set to zero. The Destination Address shall be set 90 Regarding PGN mapping to 29-bit CAN identifier, the Destination Address shall 103 For dynamic addressing, so-called Address Claiming, extra support is foreseen 196 of the incoming packet. The NAME filter will work only if appropriate Address 279 Destination Address, name and packet priority (if applicable) are attached to 312 An exception on this is PGN 0x0ee00. This is the "Address Claim/Cannot Claim 313 Address" message and the kernel will use the ``j1939.addr`` member for that PGN if 332 /* for Address Claiming broadcast must be allowed */ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/ |
| H A D | cpp-qml-positioning.qdoc | 77 \section2 Address - QGeoAddress 78 The \l {QtPositioning::Address::address} {Address.address} property is used to provide an interface… 79 Address object must be obtained from C++, then use the \l {QObject::property()}{property()} and 82 \snippet cpp/cppqml.cpp Address get 84 \snippet cpp/cppqml.cpp Address set
|
| /OK3568_Linux_fs/u-boot/board/aristainetos/ |
| H A D | ddr-setup2.cfg | 9 * Addr-type Address Value 13 * Address absolute address of the register 23 /* Address */
|
| H A D | ddr-setup.cfg | 9 * Addr-type Address Value 13 * Address absolute address of the register 23 /* Address */
|
| H A D | axi.cfg | 9 * Addr-type Address Value 13 * Address absolute address of the register
|
| H A D | clocks2.cfg | 9 * Addr-type Address Value 13 * Address absolute address of the register
|
| H A D | clocks.cfg | 9 * Addr-type Address Value 13 * Address absolute address of the register
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1046ardb/ |
| H A D | README | 43 Start Address End Address Description Size 60 Start Address End Address Description Size
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/ |
| H A D | ti_qspi.txt | 7 - qspi_base: Qspi configuration register Address space 8 - qspi_mmap: Memory mapped Address space 9 - (optional) qspi_ctrlmod: Control module Address space
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/ |
| H A D | serial.patch | 6 { "ISAR", 0x403016A0, 0, 0xffffffff, 'x', "I2C Slave Address Register" }, 7 { "ISAR_SA", 0x403016A0, 0, 0x0000007f, 'x', "I2C Slave Address" },
|
| H A D | usb.patch | 6 { "ISAR", 0x403016A0, 0, 0xffffffff, 'x', "I2C Slave Address Register" }, 7 { "ISAR_SA", 0x403016A0, 0, 0x0000007f, 'x', "I2C Slave Address" },
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | socfpga_arria10_socdk_sdmmc_handoff.dtsi | 54 * Address Block: soc_clock_manager_OCP_SLV. 90 * Address Block: soc_clock_manager_OCP_SLV. 121 * Address Block: soc_clock_manager_OCP_SLV. 145 * Address Block: soc_3v_io48_pin_mux_OCP_SLV. 253 * Address Block: soc_3v_io48_pin_mux_OCP_SLV. 293 * Address Block: soc_3v_io48_pin_mux_OCP_SLV. 341 * Address Block: soc_3v_io48_pin_mux_OCP_SLV.
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | SA-1100.h | 44 typedef void *Address ; typedef 2291 (*((volatile Address *) io_p2v (_DBSA0))) 2297 (*((volatile Address *) io_p2v (_DBSB0))) 2316 (*((volatile Address *) io_p2v (_DBSA1))) 2322 (*((volatile Address *) io_p2v (_DBSB1))) 2341 (*((volatile Address *) io_p2v (_DBSA2))) 2347 (*((volatile Address *) io_p2v (_DBSB2))) 2366 (*((volatile Address *) io_p2v (_DBSA3))) 2372 (*((volatile Address *) io_p2v (_DBSB3))) 2391 (*((volatile Address *) io_p2v (_DBSA4))) [all …]
|