Searched refs:pptable_firmware (Results 1 – 2 of 2) sorted by relevance
220 smu->pptable_firmware.data = table; in smu_v13_0_init_pptable_microcode()221 smu->pptable_firmware.size = size; in smu_v13_0_init_pptable_microcode()225 ucode->fw = &smu->pptable_firmware; in smu_v13_0_init_pptable_microcode()227 ALIGN(smu->pptable_firmware.size, PAGE_SIZE); in smu_v13_0_init_pptable_microcode()
555 struct firmware pptable_firmware; member