Searched refs:pby (Results 1 – 2 of 2) sorted by relevance
1194 int i, cnt, pby, pty, ptm; /* pby: probability of bool = y in conf_set_all_new_symbols() local1199 pby = 50; pty = ptm = 33; /* can't go as the default in switch-case in conf_set_all_new_symbols()1223 pby = p[0]; ptm = pby/2; pty = pby-ptm; in conf_set_all_new_symbols()1226 pty = p[0]; ptm = p[1]; pby = pty + ptm; in conf_set_all_new_symbols()1229 pby = p[0]; pty = p[1]; ptm = p[2]; in conf_set_all_new_symbols()1269 } else if (cnt < pby) in conf_set_all_new_symbols()
1194 void nx_mlc_get_video_layer_gama_table_power_mode(u32 module_index, int *pby, in nx_mlc_get_video_layer_gama_table_power_mode() argument1208 if (pby) in nx_mlc_get_video_layer_gama_table_power_mode()1209 *pby = (read_value & ygammatable_pwd_mask) ? 1 : 0; in nx_mlc_get_video_layer_gama_table_power_mode()1250 void nx_mlc_get_video_layer_gama_table_sleep_mode(u32 module_index, int *pby, in nx_mlc_get_video_layer_gama_table_sleep_mode() argument1265 if (pby) in nx_mlc_get_video_layer_gama_table_sleep_mode()1266 *pby = (read_value & vgammatable_sld_mask) ? 0 : 1; in nx_mlc_get_video_layer_gama_table_sleep_mode()
Completed in 9 milliseconds