Lines Matching refs:bmaddr
199 void __iomem *bmaddr; member
253 return ioread8(chip->bmaddr + offset); in igetbyte()
258 return ioread16(chip->bmaddr + offset); in igetword()
263 return ioread32(chip->bmaddr + offset); in igetdword()
268 iowrite8(val, chip->bmaddr + offset); in iputbyte()
273 iowrite16(val, chip->bmaddr + offset); in iputword()
278 iowrite32(val, chip->bmaddr + offset); in iputdword()
1012 if (chip->bmaddr) in snd_intel8x0m_free()
1013 pci_iounmap(chip->pci, chip->bmaddr); in snd_intel8x0m_free()
1155 chip->bmaddr = pci_iomap(pci, 0, 0); in snd_intel8x0m_create()
1169 chip->bmaddr = pci_iomap(pci, 3, 0); in snd_intel8x0m_create()
1171 chip->bmaddr = pci_iomap(pci, 1, 0); in snd_intel8x0m_create()
1172 if (!chip->bmaddr) { in snd_intel8x0m_create()