Searched refs:table_address (Results 1 – 8 of 8) sorted by relevance
112 acpi_find_root_pointer(acpi_physical_address *table_address) in acpi_find_root_pointer() argument182 *table_address = in acpi_find_root_pointer()216 *table_address = (acpi_physical_address)physical_address; in acpi_find_root_pointer()
49 const void *table_address = hwmgr->soft_pp_table; in get_powerplay_table() local51 if (!table_address) { in get_powerplay_table()52 table_address = (ATOM_Vega12_POWERPLAYTABLE *) in get_powerplay_table()56 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ in get_powerplay_table()60 return table_address; in get_powerplay_table()
51 const void *table_address = hwmgr->soft_pp_table; in get_powerplay_table() local53 if (!table_address) { in get_powerplay_table()54 table_address = (ATOM_Vega20_POWERPLAYTABLE *) in get_powerplay_table()58 hwmgr->soft_pp_table = table_address; in get_powerplay_table()62 return table_address; in get_powerplay_table()
653 void *table_address; in get_gpio_lookup_table() local655 table_address = (ATOM_GPIO_PIN_LUT *) in get_gpio_lookup_table()660 PP_ASSERT_WITH_CODE((NULL != table_address), in get_gpio_lookup_table()663 return (ATOM_GPIO_PIN_LUT *)table_address; in get_gpio_lookup_table()1230 void *table_address; in get_edc_leakage_table() local1233 table_address = smu_atom_get_data_table(hwmgr->adev, in get_edc_leakage_table()1236 if (!table_address) in get_edc_leakage_table()1239 temp = (char *)table_address; in get_edc_leakage_table()1240 table_address += offset; in get_edc_leakage_table()
57 const void *table_address; in pp_atomfwctrl_get_voltage_info_table() local61 table_address = smu_atom_get_data_table(hwmgr->adev, in pp_atomfwctrl_get_voltage_info_table()64 PP_ASSERT_WITH_CODE(table_address, in pp_atomfwctrl_get_voltage_info_table()68 return (struct atom_voltage_objects_info_v4_1 *)table_address; in pp_atomfwctrl_get_voltage_info_table()
140 void *table_address = (void *)hwmgr->soft_pp_table; in get_powerplay_table() local142 if (!table_address) { in get_powerplay_table()143 table_address = (ATOM_Tonga_POWERPLAYTABLE *) in get_powerplay_table()146 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ in get_powerplay_table()150 return table_address; in get_powerplay_table()
52 const void *table_address = hwmgr->soft_pp_table; in get_powerplay_table() local54 if (!table_address) { in get_powerplay_table()55 table_address = (ATOM_Vega10_POWERPLAYTABLE *) in get_powerplay_table()59 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ in get_powerplay_table()63 return table_address; in get_powerplay_table()
90 __le64 table_address; member444 le64_to_cpu(context->rx->memory_debug64.table_address), in sahara_memory_debug64()453 context->dump_table_address = le64_to_cpu(context->rx->memory_debug64.table_address); in sahara_memory_debug64()
Completed in 20 milliseconds