Lines Matching refs:node_list
131 struct sti_gdp_node_list node_list[GDP_NODE_NB_BANK]; member
189 if (gdp->node_list[i].top_field_paddr == val) { in gdp_dbg_nvn()
190 base = gdp->node_list[i].top_field; in gdp_dbg_nvn()
193 if (gdp->node_list[i].btm_field_paddr == val) { in gdp_dbg_nvn()
194 base = gdp->node_list[i].btm_field; in gdp_dbg_nvn()
290 gdp_node_dump_node(s, gdp->node_list[b].top_field); in gdp_node_dbg_show()
292 gdp_node_dump_node(s, gdp->node_list[b].btm_field); in gdp_node_dbg_show()
407 if ((hw_nvn != gdp->node_list[i].btm_field_paddr) && in sti_gdp_get_free_nodes()
408 (hw_nvn != gdp->node_list[i].top_field_paddr)) in sti_gdp_get_free_nodes()
409 return &gdp->node_list[i]; in sti_gdp_get_free_nodes()
416 return &gdp->node_list[0]; in sti_gdp_get_free_nodes()
439 if ((hw_nvn == gdp->node_list[i].btm_field_paddr) || in sti_gdp_get_current_nodes()
440 (hw_nvn == gdp->node_list[i].top_field_paddr)) in sti_gdp_get_current_nodes()
441 return &gdp->node_list[i]; in sti_gdp_get_current_nodes()
464 gdp->node_list[i].top_field->gam_gdp_ppt |= GAM_GDP_PPT_IGNORE; in sti_gdp_disable()
465 gdp->node_list[i].btm_field->gam_gdp_ppt |= GAM_GDP_PPT_IGNORE; in sti_gdp_disable()
540 gdp->node_list[i].top_field = base; in sti_gdp_init()
541 gdp->node_list[i].top_field_paddr = dma_addr; in sti_gdp_init()
551 gdp->node_list[i].btm_field = base; in sti_gdp_init()
552 gdp->node_list[i].btm_field_paddr = dma_addr; in sti_gdp_init()