Home
last modified time | relevance | path

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

/Linux-v4.19/sound/ppc/
Dsnd_ps3.c71 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()
793 if (!the_card.mapped_mmio_vaddr) { in snd_ps3_map_mmio()
805 iounmap(the_card.mapped_mmio_vaddr); in snd_ps3_unmap_mmio()
806 the_card.mapped_mmio_vaddr = NULL; in snd_ps3_unmap_mmio()
Dsnd_ps3.h72 void __iomem *mapped_mmio_vaddr; member