Searched refs:the_card (Results 1 – 2 of 2) sorted by relevance
49 static struct snd_ps3_card_info the_card; variable70 return in_be32(the_card.mapped_mmio_vaddr + reg); in read_reg()74 out_be32(the_card.mapped_mmio_vaddr + reg, val); in write_reg()790 the_card.mapped_mmio_vaddr = in snd_ps3_map_mmio()791 ioremap(the_card.ps3_dev->m_region->bus_addr, in snd_ps3_map_mmio()792 the_card.ps3_dev->m_region->len); in snd_ps3_map_mmio()794 if (!the_card.mapped_mmio_vaddr) { in snd_ps3_map_mmio()796 __func__, the_card.ps3_dev->m_region->lpar_addr, in snd_ps3_map_mmio()797 the_card.ps3_dev->m_region->len); in snd_ps3_map_mmio()806 iounmap(the_card.mapped_mmio_vaddr); in snd_ps3_unmap_mmio()[all …]
293 static struct gaudio *the_card; variable308 else if (!the_card) in gaudio_setup()309 the_card = card; in gaudio_setup()322 if (the_card) { in gaudio_cleanup()323 gaudio_close_snd_dev(the_card); in gaudio_cleanup()324 the_card = NULL; in gaudio_cleanup()