Searched refs:ACPI_CAST8 (Results 1 – 4 of 4) sorted by relevance
501 ACPI_SET_BIT(*ACPI_CAST8(destination), (u8) in acpi_rs_convert_resource_to_aml()510 ACPI_SET_BIT(*ACPI_CAST8(destination), (u8) in acpi_rs_convert_resource_to_aml()519 ACPI_SET_BIT(*ACPI_CAST8(destination), (u8) in acpi_rs_convert_resource_to_aml()528 ACPI_SET_BIT(*ACPI_CAST8(destination), (u8) in acpi_rs_convert_resource_to_aml()
18 #define ACPI_CAST8(ptr) ACPI_CAST_PTR (u8, (ptr)) macro22 #define ACPI_GET8(ptr) (*ACPI_CAST8 (ptr))26 #define ACPI_SET8(ptr, val) (*ACPI_CAST8 (ptr) = (u8) (val))
498 rsdp_base + (ACPI_CAST8(mapped_table) - rsdp_address); in osl_load_rsdp()699 ACPI_CAST8(gbl_xsdt) + sizeof(struct acpi_table_header); in osl_list_bios_tables()708 ACPI_CAST8(gbl_rsdt) + sizeof(struct acpi_table_header); in osl_list_bios_tables()888 ACPI_CAST8(gbl_xsdt) + in osl_get_bios_table()898 ACPI_CAST8(gbl_rsdt) + in osl_get_bios_table()
92 return (ACPI_CAST8(mapped_memory + offset)); in acpi_os_map_memory()