Searched refs:the_card (Results 1 – 3 of 3) sorted by relevance
38 static struct snd_ps3_card_info the_card; variable59 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()753 the_card.mapped_mmio_vaddr = in snd_ps3_map_mmio()754 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()757 if (!the_card.mapped_mmio_vaddr) { 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()769 iounmap(the_card.mapped_mmio_vaddr); in snd_ps3_unmap_mmio()[all …]
302 void gaudio_cleanup(struct gaudio *the_card) in gaudio_cleanup() argument304 if (the_card) in gaudio_cleanup()305 gaudio_close_snd_dev(the_card); in gaudio_cleanup()
73 void gaudio_cleanup(struct gaudio *the_card);