Searched refs:ucGpioPinBitShift (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c185 gpio.shift = pin->ucGpioPinBitShift;
186 gpio.mask = (1 << pin->ucGpioPinBitShift);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c623 pin_assignment->ucGpioPinBitShift;
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c1827 header->asGPIO_Pin[i].ucGpioPinBitShift);
/linux-master/drivers/gpu/drm/radeon/
H A Datombios.h3881 UCHAR ucGpioPinBitShift; member in struct:_ATOM_GPIO_PIN_ASSIGNMENT
4505 UCHAR ucGpioPinBitShift[9]; //at most 8 pin support 255 VIDs, termintate with 0xff member in struct:_ATOM_VOLTAGE_CONTROL
H A Dradeon_atombios.c223 gpio.shift = pin->ucGpioPinBitShift;
224 gpio.mask = (1 << pin->ucGpioPinBitShift);
/linux-master/drivers/gpu/drm/amd/include/
H A Datombios.h4364 UCHAR ucGpioPinBitShift; member in struct:_ATOM_GPIO_PIN_ASSIGNMENT
5044 UCHAR ucGpioPinBitShift[9]; //at most 8 pin support 255 VIDs, termintate with 0xff member in struct:_ATOM_VOLTAGE_CONTROL

Completed in 325 milliseconds