Home
last modified time | relevance | path

Searched refs:addresses (Results 1 – 25 of 867) sorted by relevance

12345678910>>...35

/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Dten-bit-addresses.rst5 The I2C protocol knows about two kinds of device addresses: normal 7 bit
6 addresses, and an extended set of 10 bit addresses. The sets of addresses
9 To avoid ambiguity, the user sees 10 bit addresses mapped to a different
20 * Not all bus drivers support 10-bit addresses. Some don't because the
25 * Some optional features do not support 10-bit addresses. This is the
29 10-bit addresses.
H A Di2c-stub.rst12 You need to provide chip addresses as a module parameter when loading this
13 driver, which will then only react to SMBus commands to these addresses.
16 quick commands to the specified addresses; it will respond to the other
17 commands (also to the specified addresses) by reading from or writing to
47 The SMBus addresses to emulate chips at.
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dipv6.rst25 IPv6 addresses or operations are desired.
37 No IPv6 addresses will be added to interfaces, and
46 for addresses to be automatically generated from prefixes
54 Only the IPv6 loopback address (::1) and link-local addresses
65 This might be used when no IPv6 addresses are desired.
77 No IPv6 addresses will be added to interfaces.
/OK3568_Linux_fs/kernel/Documentation/parisc/
H A Ddebugging.rst9 1. Absolute addresses
13 absolute addresses are used instead of virtual addresses as in the
24 the System Responder/Requestor addresses. The System Requestor
25 address should match (one of the) processor HPAs (high addresses in
29 Typical values for the System Responder address are addresses larger
/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Dmain.c429 for (i = 0; i < ARRAY_SIZE(wdev->addresses); i++) { in wfx_probe()
430 eth_zero_addr(wdev->addresses[i].addr); in wfx_probe()
433 ether_addr_copy(wdev->addresses[i].addr, macaddr); in wfx_probe()
434 wdev->addresses[i].addr[ETH_ALEN - 1] += i; in wfx_probe()
436 ether_addr_copy(wdev->addresses[i].addr, in wfx_probe()
439 if (!is_valid_ether_addr(wdev->addresses[i].addr)) { in wfx_probe()
441 eth_random_addr(wdev->addresses[i].addr); in wfx_probe()
444 wdev->addresses[i].addr); in wfx_probe()
446 wdev->hw->wiphy->n_addresses = ARRAY_SIZE(wdev->addresses); in wfx_probe()
447 wdev->hw->wiphy->addresses = wdev->addresses; in wfx_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i2c/
H A Dtda9950.c67 u16 addresses; member
236 u16 addresses; in tda9950_cec_adap_log_addr() local
240 addresses = priv->addresses = 0; in tda9950_cec_adap_log_addr()
242 addresses = priv->addresses |= BIT(addr); in tda9950_cec_adap_log_addr()
245 addresses &= 0x7fff; in tda9950_cec_adap_log_addr()
246 buf[0] = addresses >> 8; in tda9950_cec_adap_log_addr()
247 buf[1] = addresses; in tda9950_cec_adap_log_addr()
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dtagged-pointers.rst2 Tagged virtual addresses in AArch64 Linux
10 addresses in the AArch64 translation system and their potential uses
19 Passing tagged addresses to the kernel
22 All interpretation of userspace memory addresses by the kernel assumes
27 This includes, but is not limited to, addresses found in:
60 on the tag information for user virtual addresses being maintained
87 likely that C compilers will not hazard two virtual addresses differing
H A Dmemory.rst13 (256TB) virtual addresses, respectively, for both user and kernel. With
21 User addresses have bits 63:48 set to 0 while the kernel addresses have
112 space for both userspace and kernel addresses. However, any kernel
117 higher addresses such that they are invariant to 48/52-bit VAs. Due
122 whilst the start address will "grow" towards the lower addresses).
146 sized large enough or that addresses are positioned close enough for
153 return virtual addresses to userspace from a 48-bit range.
164 It is also possible to build a debug kernel that returns addresses
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/
H A Dmvebu-pci.txt62 - assigned-addresses: reference to the MMIO registers used to control
72 standard PCI addresses.
133 assigned-addresses = <0x82000800 0 0x40000 0 0x2000>;
153 assigned-addresses = <0x82001000 0 0x44000 0 0x2000>;
169 assigned-addresses = <0x82001800 0 0x48000 0 0x2000>;
185 assigned-addresses = <0x82002000 0 0x4c000 0 0x2000>;
201 assigned-addresses = <0x82002800 0 0x80000 0 0x2000>;
217 assigned-addresses = <0x82003000 0 0x84000 0 0x2000>;
233 assigned-addresses = <0x82003800 0 0x88000 0 0x2000>;
249 assigned-addresses = <0x82004000 0 0x8c000 0 0x2000>;
[all …]
H A Dnvidia,tegra20-pcie.txt34 - ranges: Describes the translation of addresses for root ports and standard
39 - The first two entries are expected to translate the addresses for the root
40 port registers, which are referenced by the assigned-addresses property of
142 - assigned-addresses: Address and size of the port configuration registers
201 assigned-addresses = <0x82000800 0 0x80000000 0 0x1000>;
215 assigned-addresses = <0x82001000 0 0x80001000 0 0x1000>;
308 assigned-addresses = <0x82000800 0 0x00000000 0 0x1000>;
321 assigned-addresses = <0x82001000 0 0x00001000 0 0x1000>;
334 assigned-addresses = <0x82001800 0 0x00004000 0 0x1000>;
412 assigned-addresses = <0x82000800 0 0x01000000 0 0x1000>;
[all …]
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Dmax6875.rst51 Valid addresses for the MAX6875 are 0x50 and 0x52.
53 Valid addresses for the MAX6874 are 0x50, 0x52, 0x54 and 0x56.
64 addresses. For example, for address 0x50, it also reserves 0x51.
75 The configuration registers are at addresses 0x00 - 0x45.
93 The configuration EEPROM is at addresses 0x8000 - 0x8045.
95 The user EEPROM is at addresses 0x8100 - 0x82ff.
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Darmada-xp-mv78460.dtsi118 assigned-addresses = <0x82000800 0 0x40000 0 0x2000>;
136 assigned-addresses = <0x82001000 0 0x44000 0 0x2000>;
154 assigned-addresses = <0x82001800 0 0x48000 0 0x2000>;
172 assigned-addresses = <0x82002000 0 0x4c000 0 0x2000>;
190 assigned-addresses = <0x82002800 0 0x80000 0 0x2000>;
208 assigned-addresses = <0x82003000 0 0x84000 0 0x2000>;
226 assigned-addresses = <0x82003800 0 0x88000 0 0x2000>;
244 assigned-addresses = <0x82004000 0 0x8c000 0 0x2000>;
262 assigned-addresses = <0x82004800 0 0x42000 0 0x2000>;
280 assigned-addresses = <0x82005000 0 0x82000 0 0x2000>;
H A Darmada-xp-mv78260.dtsi97 assigned-addresses = <0x82000800 0 0x40000 0 0x2000>;
115 assigned-addresses = <0x82000800 0 0x44000 0 0x2000>;
133 assigned-addresses = <0x82000800 0 0x48000 0 0x2000>;
151 assigned-addresses = <0x82000800 0 0x4c000 0 0x2000>;
169 assigned-addresses = <0x82000800 0 0x80000 0 0x2000>;
187 assigned-addresses = <0x82000800 0 0x84000 0 0x2000>;
205 assigned-addresses = <0x82000800 0 0x88000 0 0x2000>;
223 assigned-addresses = <0x82000800 0 0x8c000 0 0x2000>;
241 assigned-addresses = <0x82000800 0 0x42000 0 0x2000>;
H A Darmada-xp-mv78230.dtsi82 assigned-addresses = <0x82000800 0 0x40000 0 0x2000>;
100 assigned-addresses = <0x82000800 0 0x44000 0 0x2000>;
118 assigned-addresses = <0x82000800 0 0x48000 0 0x2000>;
136 assigned-addresses = <0x82000800 0 0x4c000 0 0x2000>;
154 assigned-addresses = <0x82000800 0 0x80000 0 0x2000>;
/OK3568_Linux_fs/kernel/Documentation/security/
H A DSCTP.rst39 Passes one or more ipv4/ipv6 addresses to the security module for validation
47 @address - One or more ipv4 / ipv6 addresses.
56 | SCTP_SOCKOPT_BINDX_ADD | One or more ipv4 / ipv6 addresses |
65 | SCTP_SOCKOPT_CONNECTX | One or more ipv4 / ipv6 addresses |
66 | SCTP_PARAM_ADD_IP | One or more ipv4 / ipv6 addresses |
73 SCTP_SOCKOPT_BINDX_ADD - Allows additional bind addresses to be
77 addresses on a socket.
80 addresses for reaching a peer
84 destination addresses.
229 Checks permissions required for ipv4/ipv6 addresses based on the ``@optname``
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-log-addrs.rst15 CEC_ADAP_G_LOG_ADDRS, CEC_ADAP_S_LOG_ADDRS - Get or set the logical addresses
40 To query the current CEC logical addresses, applications call
42 struct :c:type:`cec_log_addrs` where the driver stores the logical addresses.
44 To set new logical addresses, applications fill in
52 To clear existing logical addresses set ``num_log_addrs`` to 0. All other fields
59 addresses have been claimed. If the file descriptor is in non-blocking mode then it will
60 not wait for the logical addresses to be claimed, instead it just returns 0.
63 logical addresses are claimed or cleared.
81 - The actual logical addresses that were claimed. This is set by the
88 - The bitmask of all logical addresses this adapter has claimed. If
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Darmada-xp-mv78460.dtsi155 assigned-addresses = <0x82000800 0 0x40000 0 0x2000>;
172 assigned-addresses = <0x82001000 0 0x44000 0 0x2000>;
189 assigned-addresses = <0x82001800 0 0x48000 0 0x2000>;
206 assigned-addresses = <0x82002000 0 0x4c000 0 0x2000>;
223 assigned-addresses = <0x82002800 0 0x80000 0 0x2000>;
240 assigned-addresses = <0x82003000 0 0x84000 0 0x2000>;
257 assigned-addresses = <0x82003800 0 0x88000 0 0x2000>;
274 assigned-addresses = <0x82004000 0 0x8c000 0 0x2000>;
291 assigned-addresses = <0x82004800 0 0x42000 0 0x2000>;
308 assigned-addresses = <0x82005000 0 0x82000 0 0x2000>;
H A Darmada-xp-mv78260.dtsi134 assigned-addresses = <0x82000800 0 0x40000 0 0x2000>;
151 assigned-addresses = <0x82000800 0 0x44000 0 0x2000>;
168 assigned-addresses = <0x82000800 0 0x48000 0 0x2000>;
185 assigned-addresses = <0x82000800 0 0x4c000 0 0x2000>;
202 assigned-addresses = <0x82000800 0 0x80000 0 0x2000>;
219 assigned-addresses = <0x82000800 0 0x84000 0 0x2000>;
236 assigned-addresses = <0x82000800 0 0x88000 0 0x2000>;
253 assigned-addresses = <0x82000800 0 0x8c000 0 0x2000>;
270 assigned-addresses = <0x82000800 0 0x42000 0 0x2000>;
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dfdomain_isa.c22 static unsigned long addresses[] = { variable
28 #define ADDRESS_COUNT ARRAY_SIZE(addresses)
97 p = ioremap(addresses[ndev], FDOMAIN_BIOS_SIZE); in fdomain_isa_match()
108 bios_base = addresses[ndev]; in fdomain_isa_match()
/OK3568_Linux_fs/kernel/Documentation/x86/x86_64/
H A Dmm.rst12 - Negative addresses such as "-23 TB" are absolute addresses in bytes, counted down
14 when seen both in absolute addresses and in distance-from-top notation.
36 … | | | | virtual memory addresses up to the -128 TB
80 - With 56-bit addresses, user-space memory gets expanded by a factor of 512x,
95 … | | | | virtual memory addresses up to the -64 PB
134 less. Currently supported are 48- and 57-bit virtual addresses. Bits 63
136 This causes hole between user space and kernel addresses if you interpret them
/OK3568_Linux_fs/kernel/fs/afs/
H A Dserver.c43 alist = rcu_dereference(server->addresses); in afs_find_server()
59 alist = rcu_dereference(server->addresses); in afs_find_server()
191 alist = rcu_dereference_protected(server->addresses, in afs_install_server()
234 RCU_INIT_POINTER(server->addresses, alist); in afs_alloc_server()
440 afs_put_addrlist(rcu_access_pointer(server->addresses)); in afs_server_rcu()
452 struct afs_addr_list *alist = rcu_access_pointer(server->addresses); in afs_give_up_callbacks()
642 server->addresses) { in afs_update_server_record()
654 discard = rcu_dereference_protected(server->addresses, in afs_update_server_record()
656 rcu_assign_pointer(server->addresses, alist); in afs_update_server_record()
/OK3568_Linux_fs/kernel/Documentation/i2c/busses/
H A Dscx200_acb.rst13 Base addresses for the ACCESS.bus controllers on SCx200 and SC1100 devices
15 By default the driver uses two base addresses 0x820 and 0x840.
28 The SC1100 WRAP boards are known to use base addresses 0x810 and 0x820.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/zeroconf/
H A Dzeroconf_0.9.bb3 link-local addresses. IPv4 link-local addresses are useful when setting \
6 These addresses are allocated from the 169.254.0.0/16 address range and \
/OK3568_Linux_fs/u-boot/board/freescale/mpc8569mds/
H A DREADME36 Setting the correct MAC addresses
40 addresses for the MPC8569MDS's 8 Ethernet ports and save it by "mac save" when
59 After resetting the board, the ethxaddrs will be filled with the mac addresses
76 Please note the above two steps(setting mac addresses and programming ucode) are
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dprintk-formats.rst261 MAC/FDDI addresses
272 For printing 6-byte MAC/FDDI addresses in hex notation. The ``M`` and ``m``
276 Where FDDI addresses are concerned the ``F`` specifier can be used after
280 For Bluetooth addresses the ``R`` specifier shall be used after the ``M``
282 of Bluetooth addresses which are in the little endian order.
286 IPv4 addresses
295 For printing IPv4 dot-separated decimal addresses. The ``I4`` and ``i4``
300 host, network, big or little endian order addresses respectively. Where
305 IPv6 addresses
314 For printing IPv6 network-order 16-bit hex addresses. The ``I6`` and ``i6``
[all …]

12345678910>>...35