Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ide/
H A Damd74xx.c31 static unsigned int amd_80w; variable
116 amd_80w = 0x03; in amd7409_cable_detect()
127 amd_80w = ((t & 0x3) ? 1 : 0) | ((t & 0xc) ? 2 : 0); in amd7411_cable_detect()
129 if (((u >> i) & 4) && !(amd_80w & (1 << (1 - (i >> 4))))) { in amd7411_cable_detect()
133 amd_80w |= (1 << (1 - (i >> 4))); in amd7411_cable_detect()
178 if ((amd_80w >> hwif->channel) & 1) in amd_cable_detect()

Completed in 1 milliseconds