Home
last modified time | relevance | path

Searched refs:lo_speed (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/ide/pci/
Dhpt34x.c130 u8 hi_speed, lo_speed; in hpt34x_tune_chipset() local
132 SPLIT_BYTE(speed, hi_speed, lo_speed); in hpt34x_tune_chipset()
137 lo_speed <<= 5; in hpt34x_tune_chipset()
138 lo_speed >>= 5; in hpt34x_tune_chipset()
143 tmp1 = ((lo_speed << (3*drive->dn)) | (reg1 & ~(7 << (3*drive->dn)))); in hpt34x_tune_chipset()
153 hi_speed, lo_speed); in hpt34x_tune_chipset()