Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_atombios.c184 gpio.shift = pin->ucGpioPinBitShift; in amdgpu_atombios_lookup_gpio()
185 gpio.mask = (1 << pin->ucGpioPinBitShift); in amdgpu_atombios_lookup_gpio()
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dppatomctrl.c585 pin_assignment->ucGpioPinBitShift; in atomctrl_lookup_gpio_pin()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_atombios.c216 gpio.shift = pin->ucGpioPinBitShift; in radeon_atombios_lookup_gpio()
217 gpio.mask = (1 << pin->ucGpioPinBitShift); in radeon_atombios_lookup_gpio()
H A Datombios.h3881 UCHAR ucGpioPinBitShift; member
4505 UCHAR ucGpioPinBitShift[9]; //at most 8 pin support 255 VIDs, termintate with 0xff member
/dragonfly/sys/dev/drm/amd/include/
H A Datombios.h4364 UCHAR ucGpioPinBitShift; member
5044 …UCHAR ucGpioPinBitShift[9]; //at most 8 pin support 255 VIDs, termintate with… member
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dbios_parser.c2182 header->asGPIO_Pin[i].ucGpioPinBitShift); in bios_parser_get_gpio_pin_info()