Searched refs:cg_type (Results 1 – 1 of 1) sorted by relevance
529 static unsigned int get_top_cg_reg(unsigned int cg_type) in get_top_cg_reg() argument531 switch (cg_type) { in get_top_cg_reg()541 static unsigned int get_top_cg_mask(unsigned int cg_type) in get_top_cg_mask() argument543 switch (cg_type) { in get_top_cg_mask()555 static unsigned int get_top_cg_on_val(unsigned int cg_type) in get_top_cg_on_val() argument557 switch (cg_type) { in get_top_cg_on_val()561 return get_top_cg_mask(cg_type); in get_top_cg_on_val()567 static unsigned int get_top_cg_off_val(unsigned int cg_type) in get_top_cg_off_val() argument569 switch (cg_type) { in get_top_cg_off_val()575 return get_top_cg_mask(cg_type); in get_top_cg_off_val()[all …]