Lines Matching defs:address
29 unsigned int address;
38 address = addr >> 1;
41 snd_printd("snd_gf1_dma_transfer: unaligned address (0x%x)?\n", addr);
44 address = (addr & 0x000c0000) | ((addr & 0x0003ffff) >> 1);
47 address = addr;
66 snd_printk(KERN_DEBUG "address = 0x%x, count = 0x%x, dma_cmd = 0x%x\n",
67 address << 1, count, dma_cmd);
71 address_high = ((address >> 16) & 0x000000f0) | (address & 0x0000000f);
72 snd_gf1_write16(gus, SNDRV_GF1_GW_DRAM_DMA_LOW, (unsigned short) (address >> 4));
75 snd_gf1_write16(gus, SNDRV_GF1_GW_DRAM_DMA_LOW, (unsigned short) (address >> 4));