Searched refs:vx2_reg_addr (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/vx222/
H A Dvx222_ops.c87 static inline unsigned long vx2_reg_addr(struct vx_core *_chip, int reg) function
99 return inb(vx2_reg_addr(chip, offset));
109 outb(val, vx2_reg_addr(chip, offset));
111 printk(KERN_DEBUG "outb: %x -> %x\n", val, vx2_reg_addr(chip, offset));
121 return inl(vx2_reg_addr(chip, offset));
132 printk(KERN_DEBUG "outl: %x -> %x\n", val, vx2_reg_addr(chip, offset));
134 outl(val, vx2_reg_addr(chip, offset));
256 unsigned long port = vx2_reg_addr(chip, VX_DMA);
297 unsigned long port = vx2_reg_addr(chip, VX_DMA);

Completed in 36 milliseconds