Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Dpsargs.c492 u8 access_type; in acpi_ps_get_next_field() local
582 access_type = ACPI_GET8(parser_state->aml); in acpi_ps_get_next_field()
587 field->common.value.integer = (u8)access_type; in acpi_ps_get_next_field()
/drivers/mtd/nand/
Ddenali.c752 int access_type, int op) in denali_send_pipeline_cmd() argument
771 if (op == DENALI_WRITE && access_type != SPARE_ACCESS) { in denali_send_pipeline_cmd()
774 } else if (op == DENALI_WRITE && access_type == SPARE_ACCESS) { in denali_send_pipeline_cmd()
777 index_addr(denali, cmd, access_type); in denali_send_pipeline_cmd()
784 index_addr(denali, cmd, access_type); in denali_send_pipeline_cmd()
791 if (access_type == SPARE_ACCESS) { in denali_send_pipeline_cmd()
/drivers/pci/host/
Dpcie-rcar.c180 unsigned char access_type, struct pci_bus *bus, in rcar_pcie_config_access() argument
209 if (access_type == RCAR_PCI_ACCESS_READ) { in rcar_pcie_config_access()
247 if (access_type == RCAR_PCI_ACCESS_READ) in rcar_pcie_config_access()
/drivers/net/ethernet/intel/i40evf/
Di40e_adminq_cmd.h364 __le16 access_type; member
/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h363 __le16 access_type; member
Di40e_common.c2094 cmd_resp->access_type = cpu_to_le16(access); in i40e_aq_request_resource()