OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uc_gpio_pin_bit_shift
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppatomfwctrl.h
59
uint8_t
uc_gpio_pin_bit_shift
;
member in struct:pp_atomfwctrl_gpio_pin_assignment
ppatomctrl.h
259
uint8_t
uc_gpio_pin_bit_shift
;
member in struct:pp_atomctrl_gpio_pin_assignment
amdgpu_ppatomfwctrl.c
199
gpio_pin_assignment->
uc_gpio_pin_bit_shift
=
amdgpu_ppatomctrl.c
588
gpio_pin_assignment->
uc_gpio_pin_bit_shift
=
amdgpu_smu7_hwmgr.c
2165
switch (gpio_pin_assignment.
uc_gpio_pin_bit_shift
) {
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_fiji_smumgr.c
2046
table->VRHotGpio = gpio_pin.
uc_gpio_pin_bit_shift
;
2057
table->AcDcGpio = gpio_pin.
uc_gpio_pin_bit_shift
;
2072
table->ThermOutGpio = gpio_pin.
uc_gpio_pin_bit_shift
;
2080
(1 << gpio_pin.
uc_gpio_pin_bit_shift
))) ? 1:0;
amdgpu_vegam_smumgr.c
2053
table->VRHotGpio = gpio_pin.
uc_gpio_pin_bit_shift
;
2065
table->AcDcGpio = gpio_pin.
uc_gpio_pin_bit_shift
;
2080
table->ThermOutGpio = gpio_pin.
uc_gpio_pin_bit_shift
;
2089
(1 << gpio_pin.
uc_gpio_pin_bit_shift
))) ? 1:0;
amdgpu_polaris10_smumgr.c
1947
table->VRHotGpio = gpio_pin.
uc_gpio_pin_bit_shift
;
1956
table->AcDcGpio = gpio_pin.
uc_gpio_pin_bit_shift
;
1971
table->ThermOutGpio = gpio_pin.
uc_gpio_pin_bit_shift
;
1979
& (1 << gpio_pin.
uc_gpio_pin_bit_shift
))) ? 1:0;
amdgpu_tonga_smumgr.c
2368
table->VRHotGpio = gpio_pin_assignment.
uc_gpio_pin_bit_shift
;
2379
table->AcDcGpio = gpio_pin_assignment.
uc_gpio_pin_bit_shift
;
2403
table->ThermOutGpio = gpio_pin_assignment.
uc_gpio_pin_bit_shift
;
2407
(1 << gpio_pin_assignment.
uc_gpio_pin_bit_shift
))) ? 1 : 0;
amdgpu_ci_smumgr.c
2077
table->VRHotGpio = gpio_pin.
uc_gpio_pin_bit_shift
;
Completed in 57 milliseconds
Indexes created Wed Sep 24 02:09:48 GMT 2025