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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dcs5530.c55 unsigned long basereg = CS5530_BASEREG(hwif); local
56 unsigned int format = (inl(basereg + 4) >> 31) & 1;
59 outl(cs5530_pio_timings[format][pio], basereg + ((drive->dn & 1)<<3));
105 unsigned long basereg; local
116 basereg = CS5530_BASEREG(hwif);
117 reg = inl(basereg + 4); /* get drive0 config register */
120 outl(timings, basereg + 4); /* write drive0 config register */
126 outl(reg, basereg + 4); /* write drive0 config register */
127 outl(timings, basereg + 12); /* write drive1 config register */
231 unsigned long basereg; local
[all...]
H A Dsc1200.c85 unsigned int basereg = hwif->channel ? 0x50 : 0x40, format = 0; local
87 pci_read_config_dword(pdev, basereg + 4, &format);
91 pci_write_config_dword(pdev, basereg + ((drive->dn & 1) << 3),
131 unsigned int basereg = hwif->channel ? 0x50 : 0x40; local
159 pci_read_config_dword(dev, basereg + 4, &reg);
161 pci_write_config_dword(dev, basereg + 4, timings);
163 pci_write_config_dword(dev, basereg + 12, timings);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dtraps_64.c345 int basereg; local
347 basereg = (opcode >> 20) & 0x3f;
348 base_address = regs->regs[basereg];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvwsnd.c449 int basereg; member in struct:dma_chan_desc
640 DBGPV("basereg 0x%x = 0x%lx\n", desc->basereg, chan->baseval);
644 li_writel(lith, desc->basereg, chan->baseval);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1969 uint32_t basereg = ROM32(bios->data[offset + 1]); local
1978 offset, basereg, count);
1981 uint32_t reg = basereg + i * 4;

Completed in 94 milliseconds