Home
last modified time | relevance | path

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

12345678910>>...300

/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.dts238 #address-cells = <1>;
244 #address-cells = <1>;
251 #address-cells = <1>;
258 #address-cells = <1>;
264 #address-cells = <1>;
270 #address-cells = <1>;
276 #address-cells = <1>;
282 #address-cells = <1>;
288 #address-cells = <1>;
294 #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 …]
/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/drivers/gpu/drm/amd/display/dc/hubp/dcn30/
H A Ddcn30_hubp.c70 const struct dc_plane_address *address, in hubp3_program_surface_flip_and_addr() argument
82 VMID, address->vmid); in hubp3_program_surface_flip_and_addr()
84 if (address->type == PLN_ADDR_TYPE_GRPH_STEREO) { in hubp3_program_surface_flip_and_addr()
94 /* HW automatically latch rest of address register on write to in hubp3_program_surface_flip_and_addr()
99 switch (address->type) { in hubp3_program_surface_flip_and_addr()
103 * base on address->grph.dcc_const_color in hubp3_program_surface_flip_and_addr()
108 if (address->grph.addr.quad_part == 0) in hubp3_program_surface_flip_and_addr()
112 PRIMARY_SURFACE_TMZ, address->tmz_surface, in hubp3_program_surface_flip_and_addr()
113 PRIMARY_META_SURFACE_TMZ, address->tmz_surface); in hubp3_program_surface_flip_and_addr()
115 if (address->grph.meta_addr.quad_part != 0) { in hubp3_program_surface_flip_and_addr()
[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/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 …]
H A Dhwvalid.c18 acpi_hw_validate_io_request(acpi_io_address address, u32 bit_width);
22 * conditionally illegal. This table must remain ordered by port address.
77 * PARAMETERS: Address Address of I/O port/register
82 * DESCRIPTION: Validates an I/O request (address/length). Certain ports are
90 acpi_hw_validate_io_request(acpi_io_address address, u32 bit_width) in acpi_hw_validate_io_request() argument
109 last_address = address + byte_width - 1; in acpi_hw_validate_io_request()
112 "Address %8.8X%8.8X LastAddress %8.8X%8.8X Length %X", in acpi_hw_validate_io_request()
113 ACPI_FORMAT_UINT64(address), in acpi_hw_validate_io_request()
116 /* Maximum 16-bit address in I/O space */ in acpi_hw_validate_io_request()
120 "Illegal I/O port address/length above 64K: %8.8X%8.8X/0x%X", in acpi_hw_validate_io_request()
[all …]
H A Drsdumpinfo.c75 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(io.io_decode), "Address Decoding",
77 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(io.minimum), "Address Minimum", NULL},
78 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(io.maximum), "Address Maximum", NULL},
80 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET(io.address_length), "Address Length",
87 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(fixed_io.address), "Address", NULL},
89 "Address Length", NULL}
110 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(memory24.minimum), "Address Minimum",
112 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(memory24.maximum), "Address Maximum",
117 "Address Length", NULL}
125 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(memory32.minimum), "Address Minimum",
[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/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 …]
H A Dintel_pmic_bytcrc.c21 .address = 0x00,
26 .address = 0x04,
31 .address = 0x08,
36 .address = 0x0c,
41 .address = 0x10,
46 .address = 0x14,
51 .address = 0x18,
56 .address = 0x1c,
61 .address = 0x20,
66 .address = 0x24,
[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.
[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/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/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.h81 * is_link_local_ether_addr - Determine if given Ethernet address is link-local
82 * @addr: Pointer to a six-byte array containing the Ethernet address
84 * Return true if address is link local reserved addr (01:80:c2:00:00:0X) per
104 * is_zero_ether_addr - Determine if give Ethernet address is all zeros.
105 * @addr: Pointer to a six-byte array containing the Ethernet address
107 * Return true if the address is all zeroes.
123 * is_multicast_ether_addr - Determine if the Ethernet address is a multicast.
124 * @addr: Pointer to a six-byte array containing the Ethernet address
126 * Return true if the address is a multicast address.
127 * 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/drivers/staging/media/atomisp/pci/
H A Dia_css_env.h53 /** Store an 8 bit value into an address in the CSS HW address space.
54 The address must be an 8 bit aligned address. */
56 /** Store a 16 bit value into an address in the CSS HW address space.
57 The address must be a 16 bit aligned address. */
59 /** Store a 32 bit value into an address in the CSS HW address space.
60 The address must be a 32 bit aligned address. */
62 /** Load an 8 bit value from an address in the CSS HW address
63 space. The address must be an 8 bit aligned address. */
65 /** Load a 16 bit value from an address in the CSS HW address
66 space. The address must be a 16 bit aligned address. */
[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 …]
/linux/arch/x86/math-emu/
H A Dget_address.c5 | Get the effective address from an FPU instruction. |
123 static unsigned long vm86_segment(u_char segment, struct address *addr) in vm86_segment()
138 struct address *addr, long offset) in pm_address()
141 unsigned long base_address, limit, address, seg_top; in pm_address() local
164 address = base_address + offset; in pm_address()
180 (address <= limit) || (address >= seg_top) ? 0 : in pm_address()
181 ((seg_top - address) >= 255 ? 255 : seg_top - address); in pm_address()
184 (address > limit) || (address < base_address) ? 0 : in pm_address()
185 ((limit - address) >= 254 ? 255 : limit - address + 1); in pm_address()
191 return address; in pm_address()
[all …]

12345678910>>...300