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

/linux-4.1.27/drivers/ide/
H A Damd74xx.c35 static unsigned int amd_80w; variable
120 amd_80w = 0x03; amd7409_cable_detect()
131 amd_80w = ((t & 0x3) ? 1 : 0) | ((t & 0xc) ? 2 : 0); amd7411_cable_detect()
133 if (((u >> i) & 4) && !(amd_80w & (1 << (1 - (i >> 4))))) { amd7411_cable_detect()
137 amd_80w |= (1 << (1 - (i >> 4))); amd7411_cable_detect()
182 if ((amd_80w >> hwif->channel) & 1) amd_cable_detect()

Completed in 69 milliseconds