Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dsi_vbt.c106 #define CHV_VBT_MAX_PINS_PER_FMLY 15 macro
334 family_num = gpio_index / CHV_VBT_MAX_PINS_PER_FMLY; in chv_exec_gpio()
335 gpio_index = gpio_index % CHV_VBT_MAX_PINS_PER_FMLY; in chv_exec_gpio()