Searched refs:hw_nvn (Results 1 – 1 of 1) sorted by relevance
184 int hw_nvn; in sti_gdp_get_free_nodes() local187 hw_nvn = readl(gdp->regs + GAM_GDP_NVN_OFFSET); in sti_gdp_get_free_nodes()188 if (!hw_nvn) in sti_gdp_get_free_nodes()192 if ((hw_nvn != gdp->node_list[i].btm_field_paddr) && in sti_gdp_get_free_nodes()193 (hw_nvn != gdp->node_list[i].top_field_paddr)) in sti_gdp_get_free_nodes()198 sti_plane_to_str(&gdp->plane), hw_nvn); in sti_gdp_get_free_nodes()216 int hw_nvn; in sti_gdp_get_current_nodes() local219 hw_nvn = readl(gdp->regs + GAM_GDP_NVN_OFFSET); in sti_gdp_get_current_nodes()220 if (!hw_nvn) in sti_gdp_get_current_nodes()224 if ((hw_nvn == gdp->node_list[i].btm_field_paddr) || in sti_gdp_get_current_nodes()[all …]