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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Damd74xx.c35 static unsigned int amd_80w; variable
120 amd_80w = 0x03;
131 amd_80w = ((t & 0x3) ? 1 : 0) | ((t & 0xc) ? 2 : 0);
133 if (((u >> i) & 4) && !(amd_80w & (1 << (1 - (i >> 4))))) {
137 amd_80w |= (1 << (1 - (i >> 4)));
182 if ((amd_80w >> hwif->channel) & 1)

Completed in 57 milliseconds