Home
last modified time | relevance | path

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

/sound/ppc/
Dsnd_ps3.c38 static struct snd_ps3_card_info the_card; variable
59 return in_be32(the_card.mapped_mmio_vaddr + reg); in read_reg()
63 out_be32(the_card.mapped_mmio_vaddr + reg, val); in write_reg()
772 the_card.mapped_mmio_vaddr = in snd_ps3_map_mmio()
773 ioremap(the_card.ps3_dev->m_region->bus_addr, in snd_ps3_map_mmio()
774 the_card.ps3_dev->m_region->len); in snd_ps3_map_mmio()
776 if (!the_card.mapped_mmio_vaddr) { in snd_ps3_map_mmio()
778 __func__, the_card.ps3_dev->m_region->lpar_addr, in snd_ps3_map_mmio()
779 the_card.ps3_dev->m_region->len); in snd_ps3_map_mmio()
788 iounmap(the_card.mapped_mmio_vaddr); in snd_ps3_unmap_mmio()
[all …]