Searched refs:ACPI_CAST8 (Results 1 – 4 of 4) sorted by relevance
532 rsdp_base + (ACPI_CAST8(mapped_table) - rsdp_address); in osl_load_rsdp()733 ACPI_CAST8(gbl_xsdt) + sizeof(struct acpi_table_header); in osl_list_bios_tables()742 ACPI_CAST8(gbl_rsdt) + sizeof(struct acpi_table_header); in osl_list_bios_tables()884 ACPI_CAST8(gbl_xsdt) + in osl_get_bios_table()894 ACPI_CAST8(gbl_rsdt) + in osl_get_bios_table()
126 return (ACPI_CAST8(mapped_memory + offset)); in acpi_os_map_memory()
525 ACPI_SET_BIT(*ACPI_CAST8(destination), (u8) in acpi_rs_convert_resource_to_aml()534 ACPI_SET_BIT(*ACPI_CAST8(destination), (u8) in acpi_rs_convert_resource_to_aml()543 ACPI_SET_BIT(*ACPI_CAST8(destination), (u8) in acpi_rs_convert_resource_to_aml()
52 #define ACPI_CAST8(ptr) ACPI_CAST_PTR (u8, (ptr)) macro56 #define ACPI_GET8(ptr) (*ACPI_CAST8 (ptr))60 #define ACPI_SET8(ptr, val) (*ACPI_CAST8 (ptr) = (u8) (val))