Home
last modified time | relevance | path

Searched refs:ucGpioEntryNum (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c1407 if (gpio->ucGpioEntryNum > MAX_VOLTAGE_ENTRIES) in amdgpu_atombios_get_voltage_table()
1410 for (i = 0; i < gpio->ucGpioEntryNum; i++) { in amdgpu_atombios_get_voltage_table()
1419 voltage_table->count = gpio->ucGpioEntryNum; in amdgpu_atombios_get_voltage_table()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c3775 if (gpio->ucGpioEntryNum > MAX_VOLTAGE_ENTRIES) in radeon_atom_get_voltage_table()
3778 for (i = 0; i < gpio->ucGpioEntryNum; i++) { in radeon_atom_get_voltage_table()
3787 voltage_table->count = gpio->ucGpioEntryNum; in radeon_atom_get_voltage_table()
H A Datombios.h4613 …UCHAR ucGpioEntryNum; // indiate the entry numbers of Votlage/Gpio value Look up t… member
/linux/drivers/gpu/drm/amd/include/
H A Datombios.h5160 …UCHAR ucGpioEntryNum; // indiate the entry numbers of Votlage/Gpio value Look … member