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

/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_dac.c235 static status_t gx50_dac_check_pix_pll(uint8 m, uint8 n, uint8 p) function
284 if (gx50_dac_check_pix_pll(m, n, *p)== B_OK)
287 if ((gx50_dac_check_pix_pll(m, n - 3, *p)== B_OK) &&
288 (gx50_dac_check_pix_pll(m, n - 2, *p)== B_OK) &&
289 (gx50_dac_check_pix_pll(m, n - 1, *p)== B_OK) &&
290 (gx50_dac_check_pix_pll(m, n + 1, *p)== B_OK) &&
291 (gx50_dac_check_pix_pll(m, n + 2, *p)== B_OK) &&
292 (gx50_dac_check_pix_pll(m, n + 3, *p)== B_OK))

Completed in 84 milliseconds