Searched refs:gpio_pin (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/dev/gpio/
H A Dgpiovar.h42 typedef struct gpio_pin { struct
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
H A Damdgpu_bios_parser2.c389 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
541 memmove(header->gpio_pin, gpio_pin, sizeof(gpio_pin));
549 if (header->gpio_pin[
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_fiji_smumgr.c1934 struct pp_atomctrl_gpio_pin_assignment gpio_pin; local
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;
H A Damdgpu_vegam_smumgr.c1929 struct pp_atomctrl_gpio_pin_assignment gpio_pin; local
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;
H A Damdgpu_polaris10_smumgr.c1835 struct pp_atomctrl_gpio_pin_assignment gpio_pin; local
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;
H A Damdgpu_ci_smumgr.c1951 struct pp_atomctrl_gpio_pin_assignment gpio_pin; local
2076 if (atomctrl_get_pp_assign_pin(hwmgr, VDDC_VRHOT_GPIO_PINID, &gpio_pin)) {
2077 table->VRHotGpio = gpio_pin.uc_gpio_pin_bit_shift;
/netbsd-current/sys/dev/isa/
H A Dnsclpcsio_isa.c187 struct gpio_pin sc_gpio_pins[SIO_GPIO_NPINS];
H A Dwbsio.c66 struct gpio_pin sc_gpio_pins[WBSIO_GPIO_NPINS];
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_ppatomfwctrl.c191 offsetof(struct atom_gpio_pin_lut_v2_1, gpio_pin[0]);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datomfirmware.h659 struct atom_gpio_pin_assignment gpio_pin[8]; member in struct:atom_gpio_pin_lut_v2_1

Completed in 241 milliseconds