Lines Matching refs:speedp
270 u16 speedp = 0; in siimage_tuneproc() local
277 speedp = 0x10c1; in siimage_tuneproc()
281 speedp = 0x10C3; in siimage_tuneproc()
285 speedp = 0x1104; in siimage_tuneproc()
289 speedp = 0x2283; in siimage_tuneproc()
294 speedp = 0x328A; in siimage_tuneproc()
301 hwif->OUTW(speedp, tfaddr); in siimage_tuneproc()
310 pci_write_config_word(hwif->pci_dev, addr, speedp); in siimage_tuneproc()
312 pci_read_config_word(hwif->pci_dev, tfaddr-2, &speedp); in siimage_tuneproc()
313 speedp &= ~0x200; in siimage_tuneproc()
316 speedp |= 0x200; in siimage_tuneproc()
317 pci_write_config_word(hwif->pci_dev, tfaddr-2, speedp); in siimage_tuneproc()