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()789 the_card.mapped_mmio_vaddr = in snd_ps3_map_mmio()790 ioremap(the_card.ps3_dev->m_region->bus_addr, in snd_ps3_map_mmio()791 the_card.ps3_dev->m_region->len); in snd_ps3_map_mmio()793 if (!the_card.mapped_mmio_vaddr) { in snd_ps3_map_mmio()795 __func__, the_card.ps3_dev->m_region->lpar_addr, in snd_ps3_map_mmio()796 the_card.ps3_dev->m_region->len); in snd_ps3_map_mmio()805 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);