Searched refs:ACPI_ROUND_UP_to_64_bITS (Results 1 – 3 of 3) sorted by relevance
417 temp8 = (u8) ACPI_ROUND_UP_to_64_bITS (temp8); in acpi_rs_get_list_length()832 temp_size_needed = ACPI_ROUND_UP_to_64_bITS (temp_size_needed); in acpi_rs_get_pci_routing_table_length()
334 user_prt->length = (u32) ACPI_ROUND_UP_to_64_bITS (user_prt->length); in acpi_rs_create_pci_routing_table()
340 #define ACPI_ROUND_UP_to_64_bITS(a) ACPI_ROUND_UP(a,8) macro