Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dsi_vbt.c93 #define CHV_VBT_MAX_PINS_PER_FMLY 15 macro
286 family_num = gpio_index / CHV_VBT_MAX_PINS_PER_FMLY; in chv_exec_gpio()
287 gpio_index = gpio_index % CHV_VBT_MAX_PINS_PER_FMLY; in chv_exec_gpio()