Searched defs:GCR (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/via/
H A Dvia-velocity.c3111 u8 GCR; local
3112 GCR = readb(&regs->CHIPGCR);
3113 GCR = (GCR & ~CHIPGCR_FCGMII) | CHIPGCR_FCFDX;
3114 writeb(GCR, &regs->CHIPGCR);
/drivers/net/wireless/
H A Datmel.c125 #define GCR 0x00 /* (SIR0) General Configuration Register */ macro
138 * Constants for the GCR register.
1390 atmel_write16(dev, GCR, 0x0060);
1391 atmel_write16(dev, GCR, 0x0040);
1651 atmel_write16(dev, GCR, 0x0060);
1652 atmel_write16(dev, GCR, 0x0040);
3711 atmel_write16(dev, GCR, 0x0060);
3713 atmel_write16(dev, GCR, 0x0040);
3736 atmel_write16(dev, GCR, 0x0060);
3737 atmel_write16(dev, GCR,
[all...]

Completed in 460 milliseconds