Home
last modified time | relevance | path

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

/openbmc/linux/sound/ppc/
H A Dsnd_ps3.c754 ioremap(the_card.ps3_dev->m_region->bus_addr, in snd_ps3_map_mmio()
755 the_card.ps3_dev->m_region->len); in snd_ps3_map_mmio()
759 __func__, the_card.ps3_dev->m_region->lpar_addr, in snd_ps3_map_mmio()
760 the_card.ps3_dev->m_region->len); in snd_ps3_map_mmio()
899 the_card.ps3_dev = dev; in snd_ps3_driver_probe()
998 dma_alloc_coherent(&the_card.ps3_dev->core, in snd_ps3_driver_probe()
1023 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