Home
last modified time | relevance | path

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) in gx50_dac_check_pix_pll() function
284 if (gx50_dac_check_pix_pll(m, n, *p)== B_OK) in gx50_dac_check_pix_pll_range()
287 if ((gx50_dac_check_pix_pll(m, n - 3, *p)== B_OK) && in gx50_dac_check_pix_pll_range()
288 (gx50_dac_check_pix_pll(m, n - 2, *p)== B_OK) && in gx50_dac_check_pix_pll_range()
289 (gx50_dac_check_pix_pll(m, n - 1, *p)== B_OK) && in gx50_dac_check_pix_pll_range()
290 (gx50_dac_check_pix_pll(m, n + 1, *p)== B_OK) && in gx50_dac_check_pix_pll_range()
291 (gx50_dac_check_pix_pll(m, n + 2, *p)== B_OK) && in gx50_dac_check_pix_pll_range()
292 (gx50_dac_check_pix_pll(m, n + 3, *p)== B_OK)) in gx50_dac_check_pix_pll_range()