Home
last modified time | relevance | path

Searched +full:address +full:- +full:data (Results 1 – 25 of 1095) sorted by relevance

12345678910>>...44

/linux-6.14.4/arch/s390/kvm/
Dgaccess.h1 /* SPDX-License-Identifier: GPL-2.0 */
17 #include "kvm-s390.h"
20 * kvm_s390_real_to_abs - convert guest real address to guest absolute address
21 * @prefix - guest prefix
22 * @gra - guest real address
24 * Returns the guest absolute address that corresponds to the passed guest real
25 * address @gra of by applying the given prefix.
32 gra -= prefix; in _kvm_s390_real_to_abs()
37 * kvm_s390_real_to_abs - convert guest real address to guest absolute address
38 * @vcpu - guest virtual cpu
[all …]
/linux-6.14.4/drivers/acpi/acpica/
Drsaddr.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
4 * Module Name: rsaddr - Address resource descriptors (16/32/64)
17 * acpi_rs_convert_address16 - All WORD (16-bit) address resources
29 /* Resource Type, General Flags, and Type-Specific Flags */
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),
[all …]
/linux-6.14.4/drivers/scsi/aic7xxx/
Daic79xx.reg4 * Copyright (c) 1994-2001, 2004 Justin T. Gibbs.
5 * Copyright (c) 2000-2002 Adaptec Inc.
19 * 3. Neither the names of the above-listed copyright holders nor the names
34 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
62 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) { \
69 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) { \
76 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { \
95 * Controls which of the 5, 512byte, address spaces should be used
100 address 0x000
115 address 0x001
[all …]
Daic7xxx.reg4 * Copyright (c) 1994-2001 Justin T. Gibbs.
5 * Copyright (c) 2000-2001 Adaptec Inc.
19 * 3. Neither the names of the above-listed copyright holders nor the names
34 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
49 * All page numbers refer to the Adaptec AIC-7770 Data Book available from
50 * Adaptec's Technical Documents Department 1-800-934-2766
65 * SCSI Sequence Control (p. 3-11).
69 address 0x000
82 * SCSI Transfer Control 0 Register (pp. 3-13).
83 * Controls the SCSI module data path.
[all …]
/linux-6.14.4/drivers/staging/media/atomisp/pci/hive_isp_css_include/device_access/
Ddevice_access.h1 /* SPDX-License-Identifier: GPL-2.0 */
4 Copyright (c) 2010 - 2015, Intel Corporation.
18 * The address representation is private to the system
21 * The system global address can differ by an offset;
22 * The device base address. This offset must be added
32 * User provided file that defines the system address types:
33 * - hrt_address a type that can hold the (sub)system address range
37 * We cannot assume that the global system address size is the size of
38 * a pointer because a (say) 64-bit host can be simulated in a 32-bit
48 /*! Set the (sub)system base address
[all …]
/linux-6.14.4/drivers/hwmon/
Dlm78.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * lm78.c - Part of lm_sensors, Linux kernel modules for hardware
17 #include <linux/hwmon-vid.h>
18 #include <linux/hwmon-sysfs.h>
35 /* Length of ISA address segment */
38 /* Where are the ISA address/data registers relative to the base address */
90 return val == 0 ? -1 : val == 255 ? 0 : 1350000 / (val * div); in FAN_FROM_REG()
94 * TEMP: mC (-128C to +127C)
99 int nval = clamp_val(val, -128000, 127000) ; in TEMP_TO_REG()
100 return nval < 0 ? (nval - 500) / 1000 : (nval + 500) / 1000; in TEMP_TO_REG()
[all …]
Dpt5161l.c1 // SPDX-License-Identifier: GPL-2.0-or-later
23 /* Reg offset to specify Address for MM assisted accesses */
27 /* Reg offset to MM SPARE 0 used specify Address[7:0] */
29 /* Reg offset to MM SPARE 3 used specify Data Byte 0 */
46 #define ARIES_MAIN_MICRO_FW_INFO (96 * 1024 - 128)
63 /* Each client has this additional data */
78 * Write multiple data bytes to Aries over I2C
80 static int pt5161l_write_block_data(struct pt5161l_data *data, u32 address, in pt5161l_write_block_data() argument
83 struct i2c_client *client = data->client; in pt5161l_write_block_data()
89 u8 config = 0x40; /* [6]:cfg_type, [4:1]:burst_len, [0]:address bit16 */ in pt5161l_write_block_data()
[all …]
Dlm90.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * lm90.c - Part of lm_sensors, Linux kernel modules for hardware
5 * Copyright (C) 2003-2010 Jean Delvare <[email protected]>
10 * temperature) and a 3-4 deg accuracy.
18 * When device is auto-detected, the driver will assume an LM99.
32 * variants. We use the device address to detect MAX6659, which will result
33 * in a detection as max6657 if it is on address 0x4c. The extra address
35 * explicitly as max6659, or if its address is not 0x4c.
65 * and extended mode. They are mostly compatible with LM90 except for a data
77 * pin-compatible with the LM86, the ED/EDP parts are also address-compatible.
[all …]
Dsch56xx-common.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2010-2012 Hans de Goede <[email protected]> *
21 #include "sch56xx-common.h"
30 #define SIO_UNLOCK_KEY 0x55 /* Key to enable Super-I/O */
31 #define SIO_LOCK_KEY 0xAA /* Key to disable Super-I/O */
36 #define SIO_REG_ADDR 0x66 /* Logical device address (2 bytes) */
81 pr_err("I/O address 0x%04x already in use\n", base); in superio_enter()
82 return -EBUSY; in superio_enter()
109 * responds within 15-32 reads, so we first busy poll, and if in sch56xx_send_cmd()
116 /* (Optional) Write-Clear the EC to Host Mailbox Register */ in sch56xx_send_cmd()
[all …]
/linux-6.14.4/Documentation/arch/sparc/oradax/
Ddax-hv-api.txt3 Publication date 2017-09-25 08:21
5 Extracted via "pdftotext -f 547 -l 572 -layout sun4v_20170925.pdf"
13 …The following APIs provide access via the Hypervisor to hardware assisted data processing function…
16 live-migration and other system management activities.
18 36.1. Data Analytics Accelerator
19 …The Data Analytics Accelerator (DAX) functionality is a collection of hardware coprocessors that p…
20 …high speed processoring of database-centric operations. The coprocessors may support one or more of
21 …the following data query operations: search, extraction, compression, decompression, and translati…
24 …The DAX is a virtual device to sun4v guests, with supported data operations indicated by the virtu…
28 …e Completion Area and, unless execution order is specifically restricted through the use of serial-
[all …]
/linux-6.14.4/scripts/gdb/linux/
Dpgtable.py1 # SPDX-License-Identifier: GPL-2.0-only
40 def is_bit_defined_tupled(data, offset): argument
41 return offset, bool(data >> offset & 1)
43 def content_tupled(data, bit_start, bit_end): argument
44 return (bit_start, bit_end), data >> bit_start & ((1 << (1 + bit_end - bit_start)) - 1)
80 {'cr3 binary data': <30} {hex(self.cr3)}
81 {'next entry physical address': <30} {hex(self.next_entry_physical_address)}
82 ---
89 def __init__(self, address, level): argument
90 data = int.from_bytes(
[all …]
/linux-6.14.4/include/linux/firmware/intel/
Dstratix10-smc.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2017-2018, Intel Corporation
9 #include <linux/arm-smccc.h>
19 * An ARM SMC instruction takes a function identifier and up to 6 64-bit
20 * register values as arguments, and can return up to 4 64-bit register
24 * EL1 and EL3 communicates pointer as physical address rather than the
25 * virtual address.
31 * STD call starts a operation which can be preempted by a non-secure
88 * a2-7: not used.
92 * a1-3: not used.
[all …]
/linux-6.14.4/include/net/iucv/
Diucv.h1 /* SPDX-License-Identifier: GPL-2.0 */
20 * www.vm.ibm.com/pubs, manual # SC24-6084
23 * - All positive return codes including zero are reflected back
26 * - Return Code of:
27 * -EINVAL: Invalid value
28 * -ENOMEM: storage allocation failed
33 #include <asm/dma-types.h>
46 * IUCV_IPBUFLST Indicates that an address list is used for the message data.
54 * IUCV_IPANSLST Indicates that an address list is used for the reply data.
74 * Inside the array may be 31- bit addresses and 31-bit lengths.
[all …]
/linux-6.14.4/drivers/net/wireless/microchip/wilc1000/
Dsdio.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2012 - 2018 Microchip Technology Inc., and its subsidiaries.
41 u32 address: 17; member
42 u32 data: 8; member
50 u32 address: 17; member
68 struct sdio_func *func = container_of(wilc->dev, struct sdio_func, dev); in wilc_sdio_cmd52()
70 u8 data; in wilc_sdio_cmd52() local
74 func->num = cmd->function; in wilc_sdio_cmd52()
75 if (cmd->read_write) { /* write */ in wilc_sdio_cmd52()
76 if (cmd->raw) { in wilc_sdio_cmd52()
[all …]
/linux-6.14.4/drivers/acpi/pmic/
Dtps68470_pmic.c1 // SPDX-License-Identifier: GPL-2.0
19 u32 address; /* operation region address */ member
38 .address = 0x00,
44 .address = 0x04,
50 .address = 0x08,
56 .address = 0x0C,
62 .address = 0x10,
68 .address = 0x14,
78 .address = 0x00,
84 .address = 0x04,
[all …]
Dintel_pmic_bytcrc.c1 // SPDX-License-Identifier: GPL-2.0
21 .address = 0x00,
26 .address = 0x04,
29 }, /* SYSX -> VSYS_SX */
31 .address = 0x08,
34 }, /* SYSU -> VSYS_U */
36 .address = 0x0c,
39 }, /* SYSS -> VSYS_S */
41 .address = 0x10,
44 }, /* V50S -> V5P0S */
[all …]
/linux-6.14.4/drivers/s390/cio/
Dfcx.c1 // SPDX-License-Identifier: GPL-2.0
20 * tcw_get_intrg - return pointer to associated interrogate tcw
28 return dma32_to_virt(tcw->intrg); in tcw_get_intrg()
33 * tcw_get_data - return pointer to input/output data associated with tcw
36 * Return the input or output data address specified in the tcw depending
37 * on whether the r-bit or the w-bit is set. If neither bit is set, return
42 if (tcw->r) in tcw_get_data()
43 return dma64_to_virt(tcw->input); in tcw_get_data()
44 if (tcw->w) in tcw_get_data()
45 return dma64_to_virt(tcw->output); in tcw_get_data()
[all …]
/linux-6.14.4/drivers/acpi/riscv/
Dcppc.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Implement CPPC FFH helper routines for RISC-V.
20 /* RISC-V FFH definitions from RISC-V FFH spec */
53 struct sbi_cppc_data *data = (struct sbi_cppc_data *)read_data; in sbi_cppc_read() local
55 data->ret = sbi_ecall(SBI_EXT_CPPC, SBI_CPPC_READ, in sbi_cppc_read()
56 data->reg, 0, 0, 0, 0, 0); in sbi_cppc_read()
61 struct sbi_cppc_data *data = (struct sbi_cppc_data *)write_data; in sbi_cppc_write() local
63 data->ret = sbi_ecall(SBI_EXT_CPPC, SBI_CPPC_WRITE, in sbi_cppc_write()
64 data->reg, data->val, 0, 0, 0, 0); in sbi_cppc_write()
69 struct sbi_cppc_data *data = (struct sbi_cppc_data *)read_data; in cppc_ffh_csr_read() local
[all …]
/linux-6.14.4/tools/perf/pmu-events/arch/x86/amdzen5/
Dload-store.json5 …"BriefDescription": "Store-to-load conflicts (load unable to complete due to a non-forwardable con…
27 "BriefDescription": "Number of memory load operations dispatched to the load-store unit.",
33 "BriefDescription": "Number of memory store operations dispatched to the load-store unit.",
39 "BriefDescription": "Number of memory load-store operations dispatched to the load-store unit.",
45 "BriefDescription": "Number of memory operations dispatched to the load-store unit.",
61 "BriefDescription": "Store-to-load-forward (STLF) hits."
66 …"BriefDescription": "Non-cacheable store commits cancelled due to the non-cacheable commit buffer …
72 …"BriefDescription": "Miss Address Buffer (MAB) entries allocated by a Load-Store (LS) pipe for loa…
78 …"BriefDescription": "Miss Address Buffer (MAB) entries allocated by a Load-Store (LS) pipe for har…
84 …"BriefDescription": "Miss Address Buffer (MAB) entries allocated by a Load-Store (LS) pipe for all…
[all …]
/linux-6.14.4/drivers/staging/media/atomisp/pci/
Dia_css_env.h1 /* SPDX-License-Identifier: GPL-2.0 */
18 * CSS-API host-code by the environment in which the CSS-API code runs.
31 * for memory allocation of small local buffers such as local data structures.
43 void (*store_8)(hrt_address addr, uint8_t data);
44 /** Store an 8 bit value into an address in the CSS HW address space.
45 The address must be an 8 bit aligned address. */
46 void (*store_16)(hrt_address addr, uint16_t data);
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. */
49 void (*store_32)(hrt_address addr, uint32_t data);
[all …]
/linux-6.14.4/drivers/ssb/
Dsdio.c3 * SDIO-Hostbus related functions
9 * Copyright 2007-2008 Michael Buesch <[email protected]>
59 #define SBSDIO_FUNC1_SBADDRLOW 0x1000a /* SB Address window Low (b15) */
60 #define SBSDIO_FUNC1_SBADDRMID 0x1000b /* SB Address window Mid (b23-b16) */
61 #define SBSDIO_FUNC1_SBADDRHIGH 0x1000c /* SB Address window High (b24-b31) */
64 #define SBSDIO_SBADDRLOW_MASK 0x80 /* Valid address bits in SBADDRLOW */
65 #define SBSDIO_SBADDRMID_MASK 0xff /* Valid address bits in SBADDRMID */
66 #define SBSDIO_SBADDRHIGH_MASK 0xff /* Valid address bits in SBADDRHIGH */
71 #define SBSDIO_SB_ACCESS_2_4B_FLAG 0x8000 /* forces 32-bit SB access */
75 * Address map within the SDIO function address space (128K).
[all …]
/linux-6.14.4/drivers/acpi/
Dsbshc.c1 // SPDX-License-Identifier: GPL-2.0-only
81 ACPI_SMB_ADDRESS = 2, /* address */
83 ACPI_SMB_DATA = 4, /* 32 data registers */
84 ACPI_SMB_BLOCK_COUNT = 0x24, /* number of data bytes */
85 ACPI_SMB_ALARM_ADDRESS = 0x25, /* alarm address */
86 ACPI_SMB_ALARM_DATA = 0x26, /* 2 bytes alarm data */
89 static inline int smb_hc_read(struct acpi_smb_hc *hc, u8 address, u8 *data) in smb_hc_read() argument
91 return ec_read(hc->offset + address, data); in smb_hc_read()
94 static inline int smb_hc_write(struct acpi_smb_hc *hc, u8 address, u8 data) in smb_hc_write() argument
96 return ec_write(hc->offset + address, data); in smb_hc_write()
[all …]
/linux-6.14.4/drivers/hwmon/occ/
Dp8_i2c.c1 // SPDX-License-Identifier: GPL-2.0+
6 #include <linux/fsi-occ.h>
18 /* OCB (on-chip control bridge - interface to OCC) registers */
23 /* OCC SRAM address space */
36 static int p8_i2c_occ_getscom(struct i2c_client *client, u32 address, u8 *data) in p8_i2c_occ_getscom() argument
43 address <<= 1; in p8_i2c_occ_getscom()
45 msgs[0].addr = client->addr; in p8_i2c_occ_getscom()
46 msgs[0].flags = client->flags & I2C_M_TEN; in p8_i2c_occ_getscom()
48 /* address is a scom address; bus-endian */ in p8_i2c_occ_getscom()
49 msgs[0].buf = (char *)&address; in p8_i2c_occ_getscom()
[all …]
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dpcd.c37 #define END_ADDRESS(start, size) (start + size - 1)
38 #define ADDRESS_RANGE_SIZE(start, end) (end - start + 1)
46 uint32_t address, in internal_link_read_dpcd() argument
47 uint8_t *data, in internal_link_read_dpcd() argument
50 if (!link->aux_access_disabled && in internal_link_read_dpcd()
51 !dm_helpers_dp_read_dpcd(link->ctx, in internal_link_read_dpcd()
52 link, address, data, size)) { in internal_link_read_dpcd()
61 uint32_t address, in internal_link_write_dpcd() argument
62 const uint8_t *data, in internal_link_write_dpcd() argument
65 if (!link->aux_access_disabled && in internal_link_write_dpcd()
[all …]
/linux-6.14.4/drivers/media/pci/ddbridge/
Dddbridge-ci.c1 // SPDX-License-Identifier: GPL-2.0
3 * ddbridge-ci.c: Digital Devices bridge CI (DuoFlex, CI Bridge) support
5 * Copyright (C) 2010-2017 Digital Devices GmbH
11 #include "ddbridge-regs.h"
12 #include "ddbridge-ci.h"
13 #include "ddbridge-io.h"
14 #include "ddbridge-i2c.h"
26 if (ddbreadl(ci->port->dev, in wait_ci_ready()
27 CI_CONTROL(ci->nr)) & CI_READY) in wait_ci_ready()
30 if ((--count) == 0) in wait_ci_ready()
[all …]

12345678910>>...44