Searched refs:bmaddr (Results 1 – 2 of 2) sorted by relevance
/linux/sound/pci/ |
H A D | intel8x0m.c | 169 void __iomem *bmaddr; member 223 return ioread8(chip->bmaddr + offset); in igetbyte() 228 return ioread16(chip->bmaddr + offset); in igetword() 233 return ioread32(chip->bmaddr + offset); in igetdword() 238 iowrite8(val, chip->bmaddr + offset); in iputbyte() 243 iowrite16(val, chip->bmaddr + offset); in iputword() 248 iowrite32(val, chip->bmaddr + offset); in iputdword() 1069 chip->bmaddr = pcim_iomap(pci, 0, 0); in snd_intel8x0m_init() 1076 chip->bmaddr = pcim_iomap(pci, 3, 0); in snd_intel8x0m_init() 1078 chip->bmaddr = pcim_iomap(pci, 1, 0); in snd_intel8x0m_init()
|
H A D | intel8x0.c | 344 void __iomem *bmaddr; member 421 return ioread8(chip->bmaddr + offset); in igetbyte() 426 return ioread16(chip->bmaddr + offset); in igetword() 431 return ioread32(chip->bmaddr + offset); in igetdword() 436 iowrite8(val, chip->bmaddr + offset); in iputbyte() 441 iowrite16(val, chip->bmaddr + offset); in iputword() 446 iowrite32(val, chip->bmaddr + offset); in iputdword() 2935 chip->bmaddr = pcim_iomap(pci, 0, 0); in snd_intel8x0_init() 2942 chip->bmaddr = pcim_iomap(pci, 3, 0); in snd_intel8x0_init() 2944 chip->bmaddr = pcim_iomap(pci, 1, 0); in snd_intel8x0_init()
|