Home
last modified time | relevance | path

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

12

/drivers/net/ethernet/mellanox/mlx5/core/fpga/
A 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()
A Dsdk.h179 void *buf, enum mlx5_fpga_access_type access_type);
197 void *buf, enum mlx5_fpga_access_type access_type);
/drivers/gpu/drm/xe/
A Dxe_gt_pagefault.c32 u8 access_type; member
41 enum access_type { enum
60 u8 access_type; member
65 static bool access_is_atomic(enum access_type access_type) in access_is_atomic() argument
67 return access_type == ACCESS_TYPE_ATOMIC; in access_is_atomic()
217 atomic = access_is_atomic(pf->access_type); in handle_pagefault()
259 pf->fault_type, pf->access_type, pf->fault_level, in print_pagefault()
285 pf->access_type = FIELD_GET(PFD_ACCESS_TYPE, desc->dw2); in get_pagefault()
526 acc->access_type ? "AC_NTFY_VAL" : "AC_TRIG_VAL", in print_acc()
551 if (acc->access_type != ACC_TRIGGER) in handle_acc()
[all …]
/drivers/net/ethernet/intel/idpf/
A Didpf_virtchnl_ptp.c38 enum idpf_ptp_access access_type; in idpf_ptp_get_caps() local
73 access_type = ptp->get_dev_clk_time_access; in idpf_ptp_get_caps()
74 if (access_type != IDPF_PTP_DIRECT) in idpf_ptp_get_caps()
95 access_type = ptp->get_cross_tstamp_access; in idpf_ptp_get_caps()
96 if (access_type != IDPF_PTP_DIRECT) in idpf_ptp_get_caps()
111 access_type = ptp->adj_dev_clk_time_access; in idpf_ptp_get_caps()
112 if (access_type != IDPF_PTP_DIRECT) in idpf_ptp_get_caps()
/drivers/platform/x86/intel/pmt/
A Dtelemetry.c86 header->access_type = TELEM_ACCESS(readl(disc_table)); in pmt_telem_header_decode()
98 if (header->size == 0 || header->access_type == 0xF) in pmt_telem_header_decode()
116 ep->header.access_type = entry->header.access_type; in pmt_telem_add_endpoint()
A Ddiscovery.c45 u32 access_type:4; member
356 if (disc_tbl->size == 0 || disc_tbl->access_type == PMT_ACCESS_TYPE_RSVD) in pmt_feature_get_disc_table()
388 switch (disc_tbl->access_type) { in pmt_feature_get_feature_table()
393 tbir, disc_tbl->access_type); in pmt_feature_get_feature_table()
406 disc_tbl->access_type); in pmt_feature_get_feature_table()
A Dclass.c226 switch (header->access_type) { in intel_pmt_populate_entry()
231 bir, header->access_type); in intel_pmt_populate_entry()
282 header->access_type); in intel_pmt_populate_entry()
A Dtelemetry.h13 u8 access_type; member
A Dclass.h38 u8 access_type; member
A Dcrashlog.c517 header->access_type = GET_ACCESS(readl(disc_table)); in pmt_crashlog_header_decode()
/drivers/platform/chrome/
A Dcros_ec_lpc_mec.c79 enum cros_ec_lpc_mec_emi_access_mode access_type) in cros_ec_lpc_mec_emi_write_address() argument
81 outb((addr & 0xfc) | access_type, MEC_EMI_EC_ADDRESS_B0(mec_emi_base)); in cros_ec_lpc_mec_emi_write_address()
/drivers/hwtracing/coresight/
A Dcoresight-etm4x-core.c1481 u64 access_type = 0; in etm4_get_ns_access_type() local
1490 access_type = ETM_EXLEVEL_NS_HYP; in etm4_get_ns_access_type()
1492 access_type |= ETM_EXLEVEL_NS_OS; in etm4_get_ns_access_type()
1494 access_type = ETM_EXLEVEL_NS_HYP; in etm4_get_ns_access_type()
1498 access_type |= ETM_EXLEVEL_NS_APP; in etm4_get_ns_access_type()
1500 return access_type; in etm4_get_ns_access_type()
1522 u64 access_type = etm4_get_comparator_access_type(config); in etm4_set_comparator_filter() local
1526 config->addr_acc[comparator] = access_type; in etm4_set_comparator_filter()
1531 config->addr_acc[comparator + 1] = access_type; in etm4_set_comparator_filter()
1557 u64 access_type = etm4_get_comparator_access_type(config); in etm4_set_start_stop_filter() local
[all …]
/drivers/platform/x86/intel/
A Dsdsi.c605 u32 access_type = FIELD_GET(DT_ACCESS_TYPE, disc_table->access_info); in sdsi_map_mbox_registers() local
612 switch (access_type) { in sdsi_map_mbox_registers()
616 tbir, access_type); in sdsi_map_mbox_registers()
632 dev_err(priv->dev, "Unrecognized access_type %u\n", access_type); in sdsi_map_mbox_registers()
/drivers/acpi/acpica/
A Dpsargs.c465 u8 access_type; in acpi_ps_get_next_field() local
570 access_type = ACPI_GET8(parser_state->aml); in acpi_ps_get_next_field()
575 field->common.value.integer = (u8)access_type; in acpi_ps_get_next_field()
/drivers/gpu/drm/panfrost/
A Dpanfrost_mmu.c830 u32 access_type; in panfrost_mmu_irq_handler_thread() local
839 access_type = (fault_status >> 8) & 0x3; in panfrost_mmu_irq_handler_thread()
864 access_type, access_type_name(pfdev, fault_status), in panfrost_mmu_irq_handler_thread()
/drivers/pci/controller/
A Dpcie-rcar-host.c158 unsigned char access_type, struct pci_bus *bus, in rcar_pcie_config_access() argument
196 if (access_type == RCAR_PCI_ACCESS_READ) in rcar_pcie_config_access()
226 if (access_type == RCAR_PCI_ACCESS_READ) in rcar_pcie_config_access()
/drivers/net/phy/qcom/
A Dqca83xx.c56 if (stat.access_type == MMD) in qca83xx_get_stat()
A Dqcom.h218 enum stat_access_type access_type; member
/drivers/soc/tegra/cbb/
A Dtegra234-cbb.c425 u8 access_type, access_id, requester_socket_id, local_socket_id, target_id, fab_id; in print_errlog_err() local
461 access_type = FIELD_GET(FAB_EM_EL_ACCESSTYPE, cbb->mn_attr0); in print_errlog_err()
480 tegra_cbb_print_err(file, "\t Access_Type\t\t: %s", (access_type) ? "Write\n" : "Read\n"); in print_errlog_err()
/drivers/mfd/
A Dioc3.c323 .access_type = ds1685_reg_indirect,
/drivers/gpu/drm/panthor/
A Dpanthor_mmu.c1658 u32 access_type; in panthor_mmu_irq_handler() local
1666 access_type = (fault_status >> 8) & 0x3; in panthor_mmu_irq_handler()
1687 access_type, access_type_name(ptdev, fault_status), in panthor_mmu_irq_handler()
/drivers/hv/
A Dmshv_root_main.c1474 if (args.access_type >= MSHV_GPAP_ACCESS_TYPE_COUNT || in mshv_partition_ioctl_get_gpap_access_bitmap()
1490 switch (args.access_type) { in mshv_partition_ioctl_get_gpap_access_bitmap()
/drivers/rtc/
A Drtc-ds1685.c1094 switch (pdata->access_type) { in ds1685_rtc_probe()
/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_e610.c409 cmd_resp->access_type = cpu_to_le16(access); in ixgbe_aci_req_res()
/drivers/net/ethernet/intel/i40e/
A Di40e_common.c2468 cmd_resp->access_type = cpu_to_le16(access); in i40e_aq_request_resource()

Completed in 72 milliseconds

12