Searched refs:best_clock (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_dpll.c | 451 memset(best_clock, 0, sizeof(*best_clock)); in i9xx_find_best_dpll() 478 *best_clock = clock; in i9xx_find_best_dpll() 509 memset(best_clock, 0, sizeof(*best_clock)); in pnv_find_best_dpll() 534 *best_clock = clock; in pnv_find_best_dpll() 568 memset(best_clock, 0, sizeof(*best_clock)); in g4x_find_best_dpll() 663 memset(best_clock, 0, sizeof(*best_clock)); in vlv_find_best_dpll() 687 best_clock, in vlv_find_best_dpll() 691 *best_clock = clock; in vlv_find_best_dpll() 720 memset(best_clock, 0, sizeof(*best_clock)); in chv_find_best_dpll() 756 *best_clock = clock; in chv_find_best_dpll() [all …]
|
H A D | intel_dpll.h | 41 struct dpll *best_clock);
|