HomeSort by: relevance | last modified time | path
    Searched refs:gpio_lookup_table (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_ppatomfwctrl.c 184 const struct atom_gpio_pin_lut_v2_1 *gpio_lookup_table,
189 gpio_lookup_table->table_header.structuresize);
192 unsigned long start = (unsigned long)gpio_lookup_table;
218 const struct atom_gpio_pin_lut_v2_1 *gpio_lookup_table = local in function:pp_atomfwctrl_get_pp_assign_pin
222 PP_ASSERT_WITH_CODE(gpio_lookup_table,
226 ret = pp_atomfwctrl_lookup_gpio_pin(gpio_lookup_table,
amdgpu_ppatomctrl.c 575 ATOM_GPIO_PIN_LUT * gpio_lookup_table,
579 unsigned int size = le16_to_cpu(gpio_lookup_table->sHeader.usStructureSize);
581 uint8_t *start = (uint8_t *)gpio_lookup_table;
633 ATOM_GPIO_PIN_LUT *gpio_lookup_table = local in function:atomctrl_get_pp_assign_pin
636 PP_ASSERT_WITH_CODE((NULL != gpio_lookup_table),
639 bRet = atomctrl_lookup_gpio_pin(gpio_lookup_table, pinId,

Completed in 15 milliseconds