Searched refs:access_type (Results 1 - 25 of 53) sorted by path

123

/linux-master/arch/mips/pci/
H A Dops-bonito64.c24 static int bonito64_pcibios_config_access(unsigned char access_type, argument
60 if (access_type == PCI_ACCESS_WRITE) {
H A Dops-gt64xxx_pci0.c30 static int gt64xxx_pci0_pcibios_config_access(unsigned char access_type, argument
50 if (access_type == PCI_ACCESS_WRITE) {
H A Dops-lantiq.c26 static int ltq_pci_config_access(unsigned char access_type, struct pci_bus *bus, argument
46 if (access_type == PCI_ACCESS_WRITE) {
65 if (((*data) == 0xffffffff) && (access_type == PCI_ACCESS_READ))
H A Dops-msc.c33 static int msc_pcibios_config_access(unsigned char access_type, argument
50 if (access_type == PCI_ACCESS_WRITE)
H A Dops-rc32434.c46 static inline int config_access(unsigned char access_type, argument
57 if (access_type == PCI_ACCESS_WRITE)
H A Dops-loongson2.c32 static int loongson_pcibios_config_access(unsigned char access_type, argument
58 switch (access_type) {
92 if (access_type == PCI_ACCESS_WRITE)
H A Dpci-alchemy.c99 static int config_access(unsigned char access_type, struct pci_bus *bus, argument
154 if (access_type == PCI_ACCESS_WRITE)
161 access_type, bus->number, device, where, *data, offset);
169 access_type, bus->number, device);
/linux-master/arch/sh/drivers/pci/
H A Dops-sh7786.c19 static int sh7786_pcie_config_access(unsigned char access_type, argument
50 if (access_type == PCI_ACCESS_READ)
78 if (access_type == PCI_ACCESS_READ)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dsdk.c125 void *buf, enum mlx5_fpga_access_type access_type)
129 switch (access_type) {
136 mlx5_fpga_warn(fdev, "Unexpected read access_type %u\n",
137 access_type);
146 void *buf, enum mlx5_fpga_access_type access_type)
150 switch (access_type) {
157 mlx5_fpga_warn(fdev, "Unexpected write access_type %u\n",
158 access_type);
124 mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr, void *buf, enum mlx5_fpga_access_type access_type) argument
145 mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr, void *buf, enum mlx5_fpga_access_type access_type) argument
H A Dsdk.h169 * @access_type: Method for reading
179 void *buf, enum mlx5_fpga_access_type access_type);
187 * @access_type: Method for writing
197 void *buf, enum mlx5_fpga_access_type access_type);
/linux-master/arch/mips/sgi-ip32/
H A Dip32-platform.c118 .access_type = ds1685_reg_direct,
/linux-master/arch/x86/events/intel/
H A Duncore_discovery.c83 if (unit->access_type >= UNCORE_ACCESS_MAX) {
84 pr_warn("Unsupported access type %d\n", unit->access_type);
96 type->access_type = unit->access_type;
97 num_discovered_types[type->access_type]++;
276 if (unit.access_type >= UNCORE_ACCESS_MAX)
616 if (type->access_type != type_id)
H A Duncore_discovery.h74 access_type : 2; member in struct:uncore_global_discovery::__anon53::__anon54
100 access_type : 2; member in struct:uncore_unit_discovery::__anon57::__anon58
118 enum uncore_access_type access_type; member in struct:intel_uncore_discovery_type
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c5633 int access_type, offset; local
5635 access_type = exit_qualification & APIC_ACCESS_TYPE;
5642 if ((access_type == TYPE_LINEAR_APIC_INST_WRITE) &&
/linux-master/drivers/acpi/acpica/
H A Dpsargs.c463 u8 access_type; local
561 * Get access_type and access_attrib and merge into the field Op
562 * access_type is first operand, access_attribute is second. stuff
568 access_type = ACPI_GET8(parser_state->aml);
573 field->common.value.integer = (u8)access_type;
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c702 u32 access_type; local
711 access_type = (fault_status >> 8) & 0x3;
736 access_type, access_type_name(pfdev, fault_status),
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_pagefault.c31 u8 access_type; member in struct:pagefault
40 enum access_type { enum
59 u8 access_type; member in struct:acc
64 static bool access_is_atomic(enum access_type access_type) argument
66 return access_type == ACCESS_TYPE_ATOMIC;
177 atomic = access_is_atomic(pf->access_type);
277 pf->fault_type, pf->access_type, pf->fault_level,
302 pf->access_type = FIELD_GET(PFD_ACCESS_TYPE, desc->dw2);
492 acc->access_type
[all...]
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c1377 u64 access_type = 0; local
1386 access_type = ETM_EXLEVEL_NS_HYP;
1388 access_type |= ETM_EXLEVEL_NS_OS;
1390 access_type = ETM_EXLEVEL_NS_HYP;
1394 access_type |= ETM_EXLEVEL_NS_APP;
1396 return access_type;
1418 u64 access_type = etm4_get_comparator_access_type(config); local
1422 config->addr_acc[comparator] = access_type;
1427 config->addr_acc[comparator + 1] = access_type;
1453 u64 access_type local
[all...]
/linux-master/drivers/mfd/
H A Dioc3.c323 .access_type = ds1685_reg_indirect,
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h360 __le16 access_type; member in struct:i40e_aqc_request_resource
H A Di40e_common.c2948 cmd_resp->access_type = cpu_to_le16(access);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_adminq_cmd.h63 __le16 access_type; member in struct:ice_aqc_req_res
H A Dice_common.c1774 cmd_resp->access_type = cpu_to_le16(access);
/linux-master/drivers/net/phy/qcom/
H A Dqca83xx.c59 if (stat.access_type == MMD)
H A Dqcom.h204 enum stat_access_type access_type; member in struct:at803x_hw_stat

Completed in 374 milliseconds

123