Searched refs:amd_80w (Results 1 – 1 of 1) sorted by relevance
35 static unsigned int amd_80w; variable120 amd_80w = 0x03; in amd7409_cable_detect()131 amd_80w = ((t & 0x3) ? 1 : 0) | ((t & 0xc) ? 2 : 0); in amd7411_cable_detect()133 if (((u >> i) & 4) && !(amd_80w & (1 << (1 - (i >> 4))))) { in amd7411_cable_detect()137 amd_80w |= (1 << (1 - (i >> 4))); in amd7411_cable_detect()182 if ((amd_80w >> hwif->channel) & 1) in amd_cable_detect()