Home
last modified time | relevance | path

Searched refs:access_type (Results 1 – 18 of 18) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dsdk.c125 void *buf, enum mlx5_fpga_access_type access_type) in mlx5_fpga_mem_read() argument
129 switch (access_type) { in mlx5_fpga_mem_read()
137 access_type); in mlx5_fpga_mem_read()
146 void *buf, enum mlx5_fpga_access_type access_type) in mlx5_fpga_mem_write() argument
150 switch (access_type) { in mlx5_fpga_mem_write()
158 access_type); in mlx5_fpga_mem_write()
Dsdk.h179 void *buf, enum mlx5_fpga_access_type access_type);
197 void *buf, enum mlx5_fpga_access_type access_type);
/drivers/platform/chrome/
Dcros_ec_lpc_mec.c27 enum cros_ec_lpc_mec_emi_access_mode access_type) in cros_ec_lpc_mec_emi_write_address() argument
29 outb((addr & 0xfc) | access_type, MEC_EMI_EC_ADDRESS_B0(mec_emi_base)); in cros_ec_lpc_mec_emi_write_address()
/drivers/platform/x86/intel/pmt/
Dclass.c188 switch (header->access_type) { in intel_pmt_populate_entry()
193 bir, header->access_type); in intel_pmt_populate_entry()
237 header->access_type); in intel_pmt_populate_entry()
Dclass.h35 u8 access_type; member
Dtelemetry.c57 header->access_type = TELEM_ACCESS(readl(disc_table)); in pmt_telem_header_decode()
Dcrashlog.c239 header->access_type = GET_ACCESS(readl(disc_table)); in pmt_crashlog_header_decode()
/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c1276 u64 access_type = 0; in etm4_get_ns_access_type() local
1285 access_type = ETM_EXLEVEL_NS_HYP; in etm4_get_ns_access_type()
1287 access_type |= ETM_EXLEVEL_NS_OS; in etm4_get_ns_access_type()
1289 access_type = ETM_EXLEVEL_NS_HYP; in etm4_get_ns_access_type()
1293 access_type |= ETM_EXLEVEL_NS_APP; in etm4_get_ns_access_type()
1295 return access_type; in etm4_get_ns_access_type()
1317 u64 access_type = etm4_get_comparator_access_type(config); in etm4_set_comparator_filter() local
1321 config->addr_acc[comparator] = access_type; in etm4_set_comparator_filter()
1326 config->addr_acc[comparator + 1] = access_type; in etm4_set_comparator_filter()
1352 u64 access_type = etm4_get_comparator_access_type(config); in etm4_set_start_stop_filter() local
[all …]
/drivers/acpi/acpica/
Dpsargs.c463 u8 access_type; in acpi_ps_get_next_field() local
568 access_type = ACPI_GET8(parser_state->aml); in acpi_ps_get_next_field()
573 field->common.value.integer = (u8)access_type; in acpi_ps_get_next_field()
/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c655 u32 access_type; in panfrost_mmu_irq_handler_thread() local
664 access_type = (fault_status >> 8) & 0x3; in panfrost_mmu_irq_handler_thread()
689 access_type, access_type_name(pfdev, fault_status), in panfrost_mmu_irq_handler_thread()
/drivers/pci/controller/
Dpcie-rcar-host.c85 unsigned char access_type, struct pci_bus *bus, in rcar_pcie_config_access() argument
115 if (access_type == RCAR_PCI_ACCESS_READ) in rcar_pcie_config_access()
145 if (access_type == RCAR_PCI_ACCESS_READ) in rcar_pcie_config_access()
/drivers/net/phy/
Dat803x.c179 enum stat_access_type access_type; member
404 if (stat.access_type == MMD) in at803x_get_stat()
/drivers/mfd/
Dioc3.c323 .access_type = ds1685_reg_indirect,
/drivers/rtc/
Drtc-ds1685.c1094 switch (pdata->access_type) { in ds1685_rtc_probe()
/drivers/net/ethernet/intel/ice/
Dice_adminq_cmd.h63 __le16 access_type; member
Dice_common.c1636 cmd_resp->access_type = cpu_to_le16(access); in ice_aq_req_res()
/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h357 __le16 access_type; member
Di40e_common.c2835 cmd_resp->access_type = cpu_to_le16(access); in i40e_aq_request_resource()