Home
last modified time | relevance | path

Searched refs:dma_tables (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/platforms/wsp/
Dwsp_pci.c91 struct list_head dma_tables; member
393 list_add(&tbl->link, &phb->dma_tables); in wsp_pci_create_dma32_table()
425 if (list_empty(&phb->dma_tables)) in wsp_pci_dma_dev_setup()
428 table = list_first_entry(&phb->dma_tables, in wsp_pci_dma_dev_setup()
667 INIT_LIST_HEAD(&phb->dma_tables); in wsp_setup_one_phb()