/src/sys/dev/gpio/ |
gpiovar.h | 44 typedef struct gpio_pin { struct
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
amdgpu_bios_parser2.c | 389 header->gpio_pin[table_index].gpio_id & 392 (header->gpio_pin[table_index].gpio_id & 395 (header->gpio_pin[table_index].gpio_id & 418 header->gpio_pin[table_index].data_a_reg_index); 420 header->gpio_pin[table_index].gpio_bitshift; 531 struct atom_gpio_pin_assignment gpio_pin[8] = { local in function:bios_parser_get_gpio_pin_info 541 memmove(header->gpio_pin, gpio_pin, sizeof(gpio_pin)); 549 if (header->gpio_pin[i].gpio_id != gpio_id [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/ |
amdgpu_vegam_smumgr.c | 1929 struct pp_atomctrl_gpio_pin_assignment gpio_pin; local in function:vegam_init_smc_table 2052 VDDC_VRHOT_GPIO_PINID, &gpio_pin)) { 2053 table->VRHotGpio = gpio_pin.uc_gpio_pin_bit_shift; 2064 PP_AC_DC_SWITCH_GPIO_PINID, &gpio_pin)) { 2065 table->AcDcGpio = gpio_pin.uc_gpio_pin_bit_shift; 2079 THERMAL_INT_OUTPUT_GPIO_PINID, &gpio_pin)) { 2080 table->ThermOutGpio = gpio_pin.uc_gpio_pin_bit_shift; 2089 (1 << gpio_pin.uc_gpio_pin_bit_shift))) ? 1:0;
|
amdgpu_ci_smumgr.c | 1951 struct pp_atomctrl_gpio_pin_assignment gpio_pin; local in function:ci_init_smc_table 2076 if (atomctrl_get_pp_assign_pin(hwmgr, VDDC_VRHOT_GPIO_PINID, &gpio_pin)) { 2077 table->VRHotGpio = gpio_pin.uc_gpio_pin_bit_shift;
|
amdgpu_fiji_smumgr.c | 1934 struct pp_atomctrl_gpio_pin_assignment gpio_pin; local in function:fiji_init_smc_table 2045 if (atomctrl_get_pp_assign_pin(hwmgr, VDDC_VRHOT_GPIO_PINID, &gpio_pin)) { 2046 table->VRHotGpio = gpio_pin.uc_gpio_pin_bit_shift; 2056 &gpio_pin)) { 2057 table->AcDcGpio = gpio_pin.uc_gpio_pin_bit_shift; 2068 &gpio_pin)) { 2072 table->ThermOutGpio = gpio_pin.uc_gpio_pin_bit_shift; 2080 (1 << gpio_pin.uc_gpio_pin_bit_shift))) ? 1:0;
|
amdgpu_polaris10_smumgr.c | 1835 struct pp_atomctrl_gpio_pin_assignment gpio_pin; local in function:polaris10_init_smc_table 1946 if (atomctrl_get_pp_assign_pin(hwmgr, VDDC_VRHOT_GPIO_PINID, &gpio_pin)) { 1947 table->VRHotGpio = gpio_pin.uc_gpio_pin_bit_shift; 1955 &gpio_pin)) { 1956 table->AcDcGpio = gpio_pin.uc_gpio_pin_bit_shift; 1967 &gpio_pin)) { 1971 table->ThermOutGpio = gpio_pin.uc_gpio_pin_bit_shift; 1979 & (1 << gpio_pin.uc_gpio_pin_bit_shift))) ? 1:0;
|
/src/sys/external/bsd/drm2/dist/drm/amd/include/ |
atomfirmware.h | 659 struct atom_gpio_pin_assignment gpio_pin[8]; member in struct:atom_gpio_pin_lut_v2_1
|