Lines Matching refs:bmaddr
184 void __iomem *bmaddr; member
238 return ioread8(chip->bmaddr + offset); in igetbyte()
243 return ioread16(chip->bmaddr + offset); in igetword()
248 return ioread32(chip->bmaddr + offset); in igetdword()
253 iowrite8(val, chip->bmaddr + offset); in iputbyte()
258 iowrite16(val, chip->bmaddr + offset); in iputword()
263 iowrite32(val, chip->bmaddr + offset); in iputdword()
980 if (chip->bmaddr) in snd_intel8x0m_free()
981 pci_iounmap(chip->pci, chip->bmaddr); in snd_intel8x0m_free()
1115 chip->bmaddr = pci_iomap(pci, 0, 0); in snd_intel8x0m_create()
1129 chip->bmaddr = pci_iomap(pci, 3, 0); in snd_intel8x0m_create()
1131 chip->bmaddr = pci_iomap(pci, 1, 0); in snd_intel8x0m_create()
1132 if (!chip->bmaddr) { in snd_intel8x0m_create()