Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.c1382 if (gpio->ucGpioEntryNum > MAX_VOLTAGE_ENTRIES) in amdgpu_atombios_get_voltage_table()
1385 for (i = 0; i < gpio->ucGpioEntryNum; i++) { in amdgpu_atombios_get_voltage_table()
1394 voltage_table->count = gpio->ucGpioEntryNum; in amdgpu_atombios_get_voltage_table()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_atombios.c3774 if (gpio->ucGpioEntryNum > MAX_VOLTAGE_ENTRIES) in radeon_atom_get_voltage_table()
3777 for (i = 0; i < gpio->ucGpioEntryNum; i++) { in radeon_atom_get_voltage_table()
3786 voltage_table->count = gpio->ucGpioEntryNum; in radeon_atom_get_voltage_table()
Datombios.h4614 …UCHAR ucGpioEntryNum; // indiate the entry numbers of Votlage/Gpio value Look up t… member
/linux-4.4.14/drivers/gpu/drm/amd/include/
Datombios.h4747 …UCHAR ucGpioEntryNum; // indiate the entry numbers of Votlage/Gpio value Look … member