Home
last modified time | relevance | path

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

/linux/sound/ppc/
H A Dsnd_ps3.c743 ioremap(the_card.ps3_dev->m_region->bus_addr, in snd_ps3_map_mmio()
744 the_card.ps3_dev->m_region->len); in snd_ps3_map_mmio()
748 __func__, the_card.ps3_dev->m_region->lpar_addr, in snd_ps3_map_mmio()
749 the_card.ps3_dev->m_region->len); in snd_ps3_map_mmio()
888 the_card.ps3_dev = dev; in snd_ps3_driver_probe()
987 dma_alloc_coherent(&the_card.ps3_dev->core, in snd_ps3_driver_probe()
1012 dma_free_coherent(&the_card.ps3_dev->core, in snd_ps3_driver_probe()
H A Dsnd_ps3.h49 struct ps3_system_bus_device *ps3_dev; member