Searched refs:the_card (Results 1 – 3 of 3) sorted by relevance
50 static struct snd_ps3_card_info the_card; variable71 return in_be32(the_card.mapped_mmio_vaddr + reg); in read_reg()75 out_be32(the_card.mapped_mmio_vaddr + reg, val); in write_reg()791 the_card.mapped_mmio_vaddr = in snd_ps3_map_mmio()792 ioremap(the_card.ps3_dev->m_region->bus_addr, in snd_ps3_map_mmio()793 the_card.ps3_dev->m_region->len); in snd_ps3_map_mmio()795 if (!the_card.mapped_mmio_vaddr) { in snd_ps3_map_mmio()797 __func__, the_card.ps3_dev->m_region->lpar_addr, in snd_ps3_map_mmio()798 the_card.ps3_dev->m_region->len); in snd_ps3_map_mmio()807 iounmap(the_card.mapped_mmio_vaddr); in snd_ps3_unmap_mmio()[all …]
309 void gaudio_cleanup(struct gaudio *the_card) in gaudio_cleanup() argument311 if (the_card) in gaudio_cleanup()312 gaudio_close_snd_dev(the_card); in gaudio_cleanup()
78 void gaudio_cleanup(struct gaudio *the_card);