Lines Matching refs:lut
3574 VOLTAGE_LUT_ENTRY *lut = (VOLTAGE_LUT_ENTRY *) in radeon_atom_get_max_voltage() local
3578 le16_to_cpu(lut->usVoltageValue); in radeon_atom_get_max_voltage()
3738 VOLTAGE_LUT_ENTRY *lut; in radeon_atom_get_voltage_table() local
3741 lut = &formula->asVIDAdjustEntries[0]; in radeon_atom_get_voltage_table()
3744 le16_to_cpu(lut->usVoltageValue); in radeon_atom_get_voltage_table()
3752 lut = (VOLTAGE_LUT_ENTRY *) in radeon_atom_get_voltage_table()
3753 ((u8 *)lut + sizeof(VOLTAGE_LUT_ENTRY)); in radeon_atom_get_voltage_table()
3773 VOLTAGE_LUT_ENTRY_V2 *lut; in radeon_atom_get_voltage_table() local
3776 lut = &gpio->asVolGpioLut[0]; in radeon_atom_get_voltage_table()
3779 le16_to_cpu(lut->usVoltageValue); in radeon_atom_get_voltage_table()
3781 le32_to_cpu(lut->ulVoltageId); in radeon_atom_get_voltage_table()
3782 lut = (VOLTAGE_LUT_ENTRY_V2 *) in radeon_atom_get_voltage_table()
3783 ((u8 *)lut + sizeof(VOLTAGE_LUT_ENTRY_V2)); in radeon_atom_get_voltage_table()