Searched refs:cg_type (Results 1 – 1 of 1) sorted by relevance
255 static unsigned int get_top_cg_reg(unsigned int cg_type) in get_top_cg_reg() argument257 switch (cg_type) { in get_top_cg_reg()267 static unsigned int get_top_cg_mask(unsigned int cg_type) in get_top_cg_mask() argument269 switch (cg_type) { in get_top_cg_mask()281 static unsigned int get_top_cg_on_val(unsigned int cg_type) in get_top_cg_on_val() argument283 switch (cg_type) { in get_top_cg_on_val()287 return get_top_cg_mask(cg_type); in get_top_cg_on_val()293 static unsigned int get_top_cg_off_val(unsigned int cg_type) in get_top_cg_off_val() argument295 switch (cg_type) { in get_top_cg_off_val()301 return get_top_cg_mask(cg_type); in get_top_cg_off_val()[all …]