Searched refs:basereg (Results 1 - 4 of 4) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dcs5530.c67 unsigned long basereg = CS5530_BASEREG(drive->hwif); local
68 unsigned int format = (inl(basereg + 4) >> 31) & 1;
70 outl(cs5530_pio_timings[format][pio], basereg + ((drive->dn & 1)<<3));
148 unsigned long basereg; local
180 basereg = CS5530_BASEREG(drive->hwif);
181 reg = inl(basereg + 4); /* get drive0 config register */
184 outl(timings, basereg + 4); /* write drive0 config register */
190 outl(reg, basereg + 4); /* write drive0 config register */
191 outl(timings, basereg + 12); /* write drive1 config register */
301 unsigned long basereg; local
[all...]
H A Dsc1200.c102 unsigned int basereg = hwif->channel ? 0x50 : 0x40, format = 0; local
104 pci_read_config_dword(pdev, basereg + 4, &format);
108 pci_write_config_dword(pdev, basereg + ((drive->dn & 1) << 3),
147 unsigned int basereg = hwif->channel ? 0x50 : 0x40; local
227 pci_read_config_dword(hwif->pci_dev, basereg+4, &reg);
229 pci_write_config_dword(hwif->pci_dev, basereg+4, timings);
231 pci_write_config_dword(hwif->pci_dev, basereg+12, timings);
351 unsigned int basereg, r; local
367 basereg = hwif->channel ? 0x50 : 0x40;
369 pci_read_config_dword (hwif->pci_dev, basereg
393 unsigned int basereg, r, d, format; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dtraps.c355 int basereg; local
357 basereg = (opcode >> 20) & 0x3f;
358 base_address = regs->regs[basereg];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dvwsnd.c448 int basereg; member in struct:dma_chan_desc
639 DBGPV("basereg 0x%x = 0x%lx\n", desc->basereg, chan->baseval);
643 li_writel(lith, desc->basereg, chan->baseval);

Completed in 128 milliseconds