Lines Matching refs:node_list
129 struct sti_gdp_node_list node_list[GDP_NODE_NB_BANK]; member
187 if (gdp->node_list[i].top_field_paddr == val) { in gdp_dbg_nvn()
188 base = gdp->node_list[i].top_field; in gdp_dbg_nvn()
191 if (gdp->node_list[i].btm_field_paddr == val) { in gdp_dbg_nvn()
192 base = gdp->node_list[i].btm_field; in gdp_dbg_nvn()
288 gdp_node_dump_node(s, gdp->node_list[b].top_field); in gdp_node_dbg_show()
290 gdp_node_dump_node(s, gdp->node_list[b].btm_field); in gdp_node_dbg_show()
405 if ((hw_nvn != gdp->node_list[i].btm_field_paddr) && in sti_gdp_get_free_nodes()
406 (hw_nvn != gdp->node_list[i].top_field_paddr)) in sti_gdp_get_free_nodes()
407 return &gdp->node_list[i]; in sti_gdp_get_free_nodes()
414 return &gdp->node_list[0]; in sti_gdp_get_free_nodes()
437 if ((hw_nvn == gdp->node_list[i].btm_field_paddr) || in sti_gdp_get_current_nodes()
438 (hw_nvn == gdp->node_list[i].top_field_paddr)) in sti_gdp_get_current_nodes()
439 return &gdp->node_list[i]; in sti_gdp_get_current_nodes()
462 gdp->node_list[i].top_field->gam_gdp_ppt |= GAM_GDP_PPT_IGNORE; in sti_gdp_disable()
463 gdp->node_list[i].btm_field->gam_gdp_ppt |= GAM_GDP_PPT_IGNORE; in sti_gdp_disable()
538 gdp->node_list[i].top_field = base; in sti_gdp_init()
539 gdp->node_list[i].top_field_paddr = dma_addr; in sti_gdp_init()
549 gdp->node_list[i].btm_field = base; in sti_gdp_init()
550 gdp->node_list[i].btm_field_paddr = dma_addr; in sti_gdp_init()