Searched refs:log_pll (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/accelerants/skeleton/engine/ |
H A D | info.c | 42 static void log_pll(uint32 reg, uint32 freq); 453 log_pll(reg, data2); in exec_type1_script() 752 log_pll(reg, (data / 100)); in exec_type1_script() 784 static void log_pll(uint32 reg, uint32 freq) in log_pll() function 1114 log_pll(reg2, (data2 / 100)); in exec_type2_script_mode() 1713 log_pll(reg, (data / 100)); in exec_type2_script_mode()
|
/haiku/src/add-ons/accelerants/nvidia/engine/ |
H A D | nv_info.c | 42 static void log_pll(uint32 reg, uint32 freq); 465 log_pll(reg, data2); in exec_type1_script() 764 log_pll(reg, (data / 100)); in exec_type1_script() 796 static void log_pll(uint32 reg, uint32 freq) in log_pll() function 1201 log_pll(reg2, (data2 / 100)); in exec_type2_script_mode() 1800 log_pll(reg, (data / 100)); in exec_type2_script_mode() 2095 log_pll(reg, req_clk); in set_pll()
|