Searched refs:accessor_type (Results 1 – 4 of 4) sorted by relevance
142 u16 accessor_type; in acpi_ex_read_serial_bus() local173 accessor_type = obj_desc->field.attribute; in acpi_ex_read_serial_bus()174 if (accessor_type == AML_FIELD_ATTRIB_RAW_PROCESS_BYTES) { in acpi_ex_read_serial_bus()182 acpi_ex_get_protocol_buffer_length(accessor_type, in acpi_ex_read_serial_bus()187 accessor_type)); in acpi_ex_read_serial_bus()195 function = ACPI_READ | (accessor_type << 16); in acpi_ex_read_serial_bus()257 u16 accessor_type; in acpi_ex_write_serial_bus() local302 accessor_type = obj_desc->field.attribute; in acpi_ex_write_serial_bus()304 acpi_ex_get_protocol_buffer_length(accessor_type, in acpi_ex_write_serial_bus()309 accessor_type)); in acpi_ex_write_serial_bus()[all …]
654 u32 accessor_type = function >> 16; in i2c_acpi_space_handler() local680 switch (accessor_type) { in i2c_acpi_space_handler()745 accessor_type, client->addr); in i2c_acpi_space_handler()
385 u32 accessor_type = function >> 16; in mshw0011_space_handler() local398 if (accessor_type != ACPI_GSB_ACCESS_ATTRIB_RAW_PROCESS) { in mshw0011_space_handler()
640 int accessor_type = (function & 0xFFFF0000) >> 16; in san_opreg_handler() local647 if (accessor_type != ACPI_GSB_ACCESS_ATTRIB_RAW_PROCESS) { in san_opreg_handler()648 dev_err(d->dev, "invalid access type: %#04x\n", accessor_type); in san_opreg_handler()