Searched refs:access_width (Results 1 – 12 of 12) sorted by relevance
73 } else if (reg->access_width) { in acpi_hw_get_access_bit_width()74 access_bit_width = ACPI_ACCESS_BIT_WIDTH(reg->access_width); in acpi_hw_get_access_bit_width()126 u8 access_width; in acpi_hw_validate_register() local155 if (reg->access_width > 4) { in acpi_hw_validate_register()158 reg->access_width)); in acpi_hw_validate_register()164 access_width = in acpi_hw_validate_register()167 ACPI_ROUND_UP(reg->bit_offset + reg->bit_width, access_width); in acpi_hw_validate_register()198 u8 access_width; in acpi_hw_read() local220 access_width = acpi_hw_get_access_bit_width(address, reg, 64); in acpi_hw_read()230 if (bit_offset >= access_width) { in acpi_hw_read()[all …]
198 generic_address->access_width = 0; /* Access width ANY */ in acpi_tb_init_generic_address()
118 (reg)->access_width == 0)768 pcc_subspace_id = gas_t->access_width; in acpi_cppc_processor_probe()771 } else if (pcc_subspace_id != gas_t->access_width) { in acpi_cppc_processor_probe()792 if (gas_t->access_width < 1 || gas_t->access_width > 3) { in acpi_cppc_processor_probe()799 gas_t->access_width); in acpi_cppc_processor_probe()993 u32 width = 8 << (reg->access_width - 1); in cpc_read()1047 u32 width = 8 << (reg->access_width - 1); in cpc_write()
110 u32 bit_width = table->serial_port.access_width; in acpi_parse_spcr()
140 res.end = res.start + ACPI_ACCESS_BYTE_WIDTH(gas->access_width) - 1; in acpi_watchdog_init()
41 u8 access_width; member
69 switch (gas->access_width) { in wdat_wdt_read()94 switch (gas->access_width) { in wdat_wdt_write()399 r.end = r.start + ACPI_ACCESS_BYTE_WIDTH(gas->access_width) - 1; in wdat_wdt_probe()
265 tbg.access_width = g.access_width; \ in tboot_copy_fadt()
42 u8 access_width; member
94 u8 access_width; /* Minimum Access size (ACPI 3.0) */ member
490 doorbell.access_width = 4; in pcc_cpufreq_probe()496 doorbell.access_width, reg_resource->address); in pcc_cpufreq_probe()
575 access_size_code = reg->access_width; in apei_check_gar()