Home
last modified time | relevance | path

Searched full:address (Results 1 – 25 of 7686) sorted by relevance

12345678910>>...308

/linux/drivers/net/ethernet/agere/
H A Det131x.h78 /* START OF GLOBAL REGISTER ADDRESS MAP */
81 * Tx queue start address reg in global address map at address 0x0000
82 * tx queue end address reg in global address map at address 0x0004
83 * rx queue start address reg in global address map at address 0x0008
84 * rx queue end address reg in global address map at address 0x000C
87 /* structure for power management control status reg in global address map
88 * located at address 0x0010
103 /* Interrupt status reg at address 0x0018
120 /* Interrupt mask register at address 0x001C
121 * Interrupt alias clear mask reg at address 0x0020
[all …]
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-facebook-cmm.dts333 #address-cells = <1>;
340 #address-cells = <1>;
346 #address-cells = <1>;
352 #address-cells = <1>;
357 #address-cells = <1>;
362 #address-cells = <1>;
367 #address-cells = <1>;
372 #address-cells = <1>;
377 #address-cells = <1>;
382 #address-cells = <1>;
[all …]
H A Daspeed-bmc-facebook-fuji-data64.dts245 #address-cells = <1>;
251 #address-cells = <1>;
263 #address-cells = <1>;
269 #address-cells = <1>;
275 #address-cells = <1>;
281 #address-cells = <1>;
287 #address-cells = <1>;
293 #address-cells = <1>;
299 #address-cells = <1>;
313 #address-cells = <1>;
[all …]
H A Daspeed-bmc-facebook-minipack.dts248 #address-cells = <1>;
298 #address-cells = <1>;
349 #address-cells = <1>;
355 #address-cells = <1>;
361 #address-cells = <1>;
367 #address-cells = <1>;
373 #address-cells = <1>;
379 #address-cells = <1>;
385 #address-cells = <1>;
391 #address-cells = <1>;
[all …]
H A Dibm-power10-quad.dtsi10 #address-cells = <2>;
15 #address-cells = <1>;
27 #address-cells = <1>;
38 #address-cells = <2>;
43 #address-cells = <1>;
55 #address-cells = <1>;
66 #address-cells = <2>;
71 #address-cells = <1>;
83 #address-cells = <1>;
94 #address-cells = <2>;
[all …]
H A Dibm-power11-dual.dtsi70 #address-cells = <2>;
77 #address-cells = <1>;
89 #address-cells = <1>;
94 #address-cells = <1>;
100 #address-cells = <2>;
105 #address-cells = <1>;
124 #address-cells = <1>;
130 #address-cells = <2>;
135 #address-cells = <1>;
154 #address-cells = <1>;
[all …]
H A Dibm-power10-dual.dtsi7 #address-cells = <2>;
14 #address-cells = <1>;
26 #address-cells = <1>;
30 #address-cells = <1>;
36 #address-cells = <1>;
42 #address-cells = <1>;
48 #address-cells = <1>;
54 #address-cells = <1>;
60 #address-cells = <1>;
66 #address-cells = <1>;
[all …]
H A Dibm-power11-quad.dtsi73 #address-cells = <1>;
85 #address-cells = <1>;
90 #address-cells = <1>;
96 #address-cells = <2>;
101 #address-cells = <1>;
120 #address-cells = <1>;
126 #address-cells = <2>;
131 #address-cells = <1>;
150 #address-cells = <1>;
156 #address-cells = <2>;
[all …]
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.reg95 * Controls which of the 5, 512byte, address spaces should be used
100 address 0x000
115 address 0x001
132 address 0x002
212 address 0x003
230 address 0x004
246 address 0x004
262 address 0x005
280 address 0x006
291 address 0x008
[all …]
H A Daic7xxx.reg69 address 0x000
86 address 0x001
102 address 0x002
119 address 0x003
150 address 0x003
181 address 0x004
197 address 0x005
220 address 0x006
226 address 0x007
238 address 0x008
[all …]
/linux/arch/nios2/mm/
H A Dioremap.c22 static inline void remap_area_pte(pte_t *pte, unsigned long address, in remap_area_pte() argument
31 address &= ~PMD_MASK; in remap_area_pte()
32 end = address + size; in remap_area_pte()
35 if (address >= end) in remap_area_pte()
44 address += PAGE_SIZE; in remap_area_pte()
47 } while (address && (address < end)); in remap_area_pte()
50 static inline int remap_area_pmd(pmd_t *pmd, unsigned long address, in remap_area_pmd() argument
56 address &= ~PGDIR_MASK; in remap_area_pmd()
57 end = address + size; in remap_area_pmd()
60 phys_addr -= address; in remap_area_pmd()
[all …]
/linux/net/netlabel/
H A Dnetlabel_addrlist.c3 * NetLabel Network Address Lists
5 * This file contains network address list functions used to manage ordered
32 * Address List Functions
36 * netlbl_af4list_search - Search for a matching IPv4 address entry
37 * @addr: IPv4 address
41 * Searches the IPv4 address list given by @head. If a matching address entry
59 * netlbl_af4list_search_exact - Search for an exact IPv4 address entry
60 * @addr: IPv4 address
61 * @mask: IPv4 address mask
65 * Searches the IPv4 address list given by @head. If an exact match if found
[all …]
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-scratch.h47 * @address: byte address to read from
51 static inline uint8_t cvmx_scratch_read8(uint64_t address) in cvmx_scratch_read8() argument
53 return *CASTPTR(volatile uint8_t, CVMX_SCRATCH_BASE + address); in cvmx_scratch_read8()
59 * @address: byte address to read from
63 static inline uint16_t cvmx_scratch_read16(uint64_t address) in cvmx_scratch_read16() argument
65 return *CASTPTR(volatile uint16_t, CVMX_SCRATCH_BASE + address); in cvmx_scratch_read16()
71 * @address: byte address to read from
75 static inline uint32_t cvmx_scratch_read32(uint64_t address) in cvmx_scratch_read32() argument
77 return *CASTPTR(volatile uint32_t, CVMX_SCRATCH_BASE + address); in cvmx_scratch_read32()
83 * @address: byte address to read from
[all …]
/linux/drivers/acpi/acpica/
H A Drsaddr.c4 * Module Name: rsaddr - Address resource descriptors (16/32/64)
17 * acpi_rs_convert_address16 - All WORD (16-bit) address resources
35 * Address Granularity
36 * Address Range Minimum
37 * Address Range Maximum
38 * Address Translation Offset
39 * Address Length
41 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.address16.address.granularity),
54 * acpi_rs_convert_address32 - All DWORD (32-bit) address resources
73 * Address Granularity
[all …]
/linux/drivers/acpi/pmic/
H A Dintel_pmic_bxtwc.c29 .address = 0x0,
34 .address = 0x04,
39 .address = 0x08,
44 .address = 0x0c,
49 .address = 0x10,
54 .address = 0x14,
59 .address = 0x18,
64 .address = 0x1c,
69 .address = 0x20,
74 .address = 0x24,
[all …]
/linux/Documentation/devicetree/bindings/regulator/
H A Dti-abb-regulator.txt9 - reg: Address and length of the register set for the device. It contains
12 - "base-address" - contains base address of ABB module (ti,abb-v1,ti,abb-v2)
13 - "control-address" - contains control register address of ABB module (ti,abb-v3)
14 - "setup-address" - contains setup register address of ABB module (ti,abb-v3)
15 - "int-address" - contains address of interrupt register for ABB module
17 - #address-cells: should be 0
47 - "efuse-address" - Contains efuse base address used to pick up ABB info.
48 - "ldo-address" - Contains address of ABB LDO override register.
49 "efuse-address" is required for this.
50 - ti,ldovbb-vset-mask - Required if ldo-address is set, mask for LDO override
[all …]
/linux/security/tomoyo/
H A Dnetwork.c11 /* Structure for holding inet domain socket's address. */
14 const __be32 *address; /* In network byte order. */ member
18 /* Structure for holding unix domain socket's address. */
24 /* Structure for holding socket address. */
43 * tomoyo_parse_ipaddr_union - Parse an IP address.
55 char *address = tomoyo_read_token(param); in tomoyo_parse_ipaddr_union() local
58 if (!strchr(address, ':') && in tomoyo_parse_ipaddr_union()
59 in4_pton(address, -1, min, '-', &end) > 0) { in tomoyo_parse_ipaddr_union()
68 if (in6_pton(address, -1, min, '-', &end) > 0) { in tomoyo_parse_ipaddr_union()
81 * tomoyo_print_ipv4 - Print an IPv4 address
365 tomoyo_audit_net_log(struct tomoyo_request_info * r,const char * family,const u8 protocol,const u8 operation,const char * address) tomoyo_audit_net_log() argument
383 const __be32 *address = r->param.inet_network.address; tomoyo_audit_inet_log() local
467 tomoyo_inet_entry(const struct tomoyo_addr_info * address) tomoyo_inet_entry() argument
504 tomoyo_check_inet_address(const struct sockaddr * addr,const unsigned int addr_len,const u16 port,struct tomoyo_addr_info * address) tomoyo_check_inet_address() argument
544 tomoyo_unix_entry(const struct tomoyo_addr_info * address) tomoyo_unix_entry() argument
595 tomoyo_check_unix_address(struct sockaddr * addr,const unsigned int addr_len,struct tomoyo_addr_info * address) tomoyo_check_unix_address() argument
652 struct tomoyo_addr_info address; tomoyo_socket_listen_permission() local
689 struct tomoyo_addr_info address; tomoyo_socket_connect_permission() local
726 struct tomoyo_addr_info address; tomoyo_socket_bind_permission() local
761 struct tomoyo_addr_info address; tomoyo_socket_sendmsg_permission() local
[all...]
/linux/arch/parisc/include/asm/
H A Delf.h61 #define R_PARISC_DIR21L 2 /* Left 21 bits of eff. address. */
62 #define R_PARISC_DIR17R 3 /* Right 17 bits of eff. address. */
63 #define R_PARISC_DIR17F 4 /* 17 bits of eff. address. */
64 #define R_PARISC_DIR14R 6 /* Right 14 bits of eff. address. */
65 #define R_PARISC_PCREL32 9 /* 32-bit rel. address. */
66 #define R_PARISC_PCREL21L 10 /* Left 21 bits of rel. address. */
67 #define R_PARISC_PCREL17R 11 /* Right 17 bits of rel. address. */
68 #define R_PARISC_PCREL17F 12 /* 17 bits of rel. address. */
69 #define R_PARISC_PCREL14R 14 /* Right 14 bits of rel. address. */
70 #define R_PARISC_DPREL21L 18 /* Left 21 bits of rel. address. */
[all …]
/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_env.h44 /** Store an 8 bit value into an address in the CSS HW address space.
45 The address must be an 8 bit aligned address. */
47 /** Store a 16 bit value into an address in the CSS HW address space.
48 The address must be a 16 bit aligned address. */
50 /** Store a 32 bit value into an address in the CSS HW address space.
51 The address must be a 32 bit aligned address. */
53 /** Load an 8 bit value from an address in the CSS HW address
54 space. The address must be an 8 bit aligned address. */
56 /** Load a 16 bit value from an address in the CSS HW address
57 space. The address must be a 16 bit aligned address. */
[all …]
/linux/arch/x86/mm/
H A Dfault.c175 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one() argument
177 unsigned index = pgd_index(address); in vmalloc_sync_one()
194 p4d = p4d_offset(pgd, address); in vmalloc_sync_one()
195 p4d_k = p4d_offset(pgd_k, address); in vmalloc_sync_one()
199 pud = pud_offset(p4d, address); in vmalloc_sync_one()
200 pud_k = pud_offset(p4d_k, address); in vmalloc_sync_one()
204 pmd = pmd_offset(pud, address); in vmalloc_sync_one()
205 pmd_k = pmd_offset(pud_k, address); in vmalloc_sync_one()
232 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault() argument
239 if (!(address >= VMALLOC_START && address < VMALLOC_END)) in vmalloc_fault()
[all …]
/linux/drivers/gpu/drm/exynos/
H A Dregs-fimc.h24 /* Y 1st frame start address for output DMA */
26 /* Y 2nd frame start address for output DMA */
28 /* Y 3rd frame start address for output DMA */
30 /* Y 4th frame start address for output DMA */
32 /* Cb 1st frame start address for output DMA */
34 /* Cb 2nd frame start address for output DMA */
36 /* Cb 3rd frame start address for output DMA */
38 /* Cb 4th frame start address for output DMA */
40 /* Cr 1st frame start address for output DMA */
42 /* Cr 2nd frame start address for output DMA */
[all …]
/linux/include/linux/
H A Detherdevice.h82 * is_link_local_ether_addr - Determine if given Ethernet address is link-local
83 * @addr: Pointer to a six-byte array containing the Ethernet address
85 * Return: true if address is link local reserved addr (01:80:c2:00:00:0X) per
105 * is_zero_ether_addr - Determine if give Ethernet address is all zeros.
106 * @addr: Pointer to a six-byte array containing the Ethernet address
108 * Return: true if the address is all zeroes.
124 * is_multicast_ether_addr - Determine if the Ethernet address is a multicast.
125 * @addr: Pointer to a six-byte array containing the Ethernet address
127 * Return: true if the address is a multicast address.
128 * By definition the broadcast address is also a multicast address.
[all …]
/linux/arch/sh/mm/
H A Dfault.c28 force_sig_info_fault(int si_signo, int si_code, unsigned long address) in force_sig_info_fault() argument
30 force_sig_fault(si_signo, si_code, (void __user *)address); in force_sig_info_fault()
120 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one() argument
122 unsigned index = pgd_index(address); in vmalloc_sync_one()
134 p4d = p4d_offset(pgd, address); in vmalloc_sync_one()
135 p4d_k = p4d_offset(pgd_k, address); in vmalloc_sync_one()
139 pud = pud_offset(p4d, address); in vmalloc_sync_one()
140 pud_k = pud_offset(p4d_k, address); in vmalloc_sync_one()
147 pmd = pmd_offset(pud, address); in vmalloc_sync_one()
148 pmd_k = pmd_offset(pud_k, address); in vmalloc_sync_one()
[all …]
/linux/arch/loongarch/mm/
H A Dfault.c34 static int __kprobes spurious_fault(unsigned long write, unsigned long address) in spurious_fault() argument
42 if (!(address & __UA_LIMIT)) in spurious_fault()
45 pgd = pgd_offset_k(address); in spurious_fault()
49 p4d = p4d_offset(pgd, address); in spurious_fault()
53 pud = pud_offset(p4d, address); in spurious_fault()
57 pmd = pmd_offset(pud, address); in spurious_fault()
64 pte = pte_offset_kernel(pmd, address); in spurious_fault()
73 unsigned long write, unsigned long address) in no_context() argument
77 if (spurious_fault(write, address)) in no_context()
84 if (kfence_handle_page_fault(address, write, regs)) in no_context()
[all …]
/linux/drivers/platform/x86/
H A Dmsi-ec.c50 .address = 0xef,
57 .address = 0x2e,
62 .address = 0xbf,
66 .address = 0x98,
70 .address = 0xf2,
79 .address = MSI_EC_ADDR_UNKNOWN, // 0xd5 needs testing
82 .address = 0xf4,
130 .address = 0xef,
137 .address = 0x2e,
142 .address = 0xbf,
[all …]

12345678910>>...308