Searched refs:access_type (Results 1 – 18 of 18) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | sdk.c | 125 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()
|
D | sdk.h | 179 void *buf, enum mlx5_fpga_access_type access_type); 197 void *buf, enum mlx5_fpga_access_type access_type);
|
/drivers/platform/chrome/ |
D | cros_ec_lpc_mec.c | 27 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/ |
D | class.c | 188 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()
|
D | class.h | 35 u8 access_type; member
|
D | telemetry.c | 57 header->access_type = TELEM_ACCESS(readl(disc_table)); in pmt_telem_header_decode()
|
D | crashlog.c | 239 header->access_type = GET_ACCESS(readl(disc_table)); in pmt_crashlog_header_decode()
|
/drivers/hwtracing/coresight/ |
D | coresight-etm4x-core.c | 1276 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/ |
D | psargs.c | 463 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/ |
D | panfrost_mmu.c | 655 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/ |
D | pcie-rcar-host.c | 85 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/ |
D | at803x.c | 179 enum stat_access_type access_type; member 404 if (stat.access_type == MMD) in at803x_get_stat()
|
/drivers/mfd/ |
D | ioc3.c | 323 .access_type = ds1685_reg_indirect,
|
/drivers/rtc/ |
D | rtc-ds1685.c | 1094 switch (pdata->access_type) { in ds1685_rtc_probe()
|
/drivers/net/ethernet/intel/ice/ |
D | ice_adminq_cmd.h | 63 __le16 access_type; member
|
D | ice_common.c | 1636 cmd_resp->access_type = cpu_to_le16(access); in ice_aq_req_res()
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq_cmd.h | 357 __le16 access_type; member
|
D | i40e_common.c | 2835 cmd_resp->access_type = cpu_to_le16(access); in i40e_aq_request_resource()
|