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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/
H A Dtqm8xx.h96 #define PC_ENET_RENA ((ushort)0x0080) /* PC 8 */ macro
118 #define PC_ENET_RENA ((ushort)0x0020) /* PC 10 */ macro
140 #define PC_ENET_RENA ((ushort)0x0080) /* PC 8 */ macro
H A Dfads.h126 #define PC_ENET_RENA ((ushort)0x0020) macro
146 #define PC_ENET_RENA ((ushort)0x0080) macro
H A Dmbx.h103 #define PC_ENET_RENA ((ushort)0x0020) macro
H A Drpxlite.h80 #define PC_ENET_RENA ((ushort)0x0080) macro
H A Dmpc885ads.h83 #define PC_ENET_RENA ((ushort)0x0800) macro
H A Drpxclassic.h99 #define PC_ENET_RENA ((ushort)0x0020) macro
H A Dmpc866ads_setup.c175 clrbits16(&immap->im_ioport.iop_pcpar, PC_ENET_CLSN | PC_ENET_RENA);
176 clrbits16(&immap->im_ioport.iop_pcdir, PC_ENET_CLSN | PC_ENET_RENA);
177 setbits16(&immap->im_ioport.iop_pcso, PC_ENET_CLSN | PC_ENET_RENA);
H A Dmpc885ads_setup.c220 clrbits16(&immap->im_ioport.iop_pcpar, PC_ENET_CLSN | PC_ENET_RENA);
221 clrbits16(&immap->im_ioport.iop_pcdir, PC_ENET_CLSN | PC_ENET_RENA);
222 setbits16(&immap->im_ioport.iop_pcso, PC_ENET_CLSN | PC_ENET_RENA);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/8xx/
H A Dmpc86xads.h86 #define PC_ENET_RENA ((ushort)0x0020) macro
H A Dmpc885ads.h87 #define PC_ENET_RENA ((ushort)0x0800) macro
H A Dmpc86xads_setup.c147 clrbits16(&io_port->iop_pcpar, PC_ENET_CLSN | PC_ENET_RENA);
148 clrbits16(&io_port->iop_pcdir, PC_ENET_CLSN | PC_ENET_RENA);
149 setbits16(&io_port->iop_pcso, PC_ENET_CLSN | PC_ENET_RENA);
H A Dmpc885ads_setup.c207 clrbits16(&io_port->iop_pcpar, PC_ENET_CLSN | PC_ENET_RENA);
208 clrbits16(&io_port->iop_pcdir, PC_ENET_CLSN | PC_ENET_RENA);
209 setbits16(&io_port->iop_pcso, PC_ENET_CLSN | PC_ENET_RENA);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68knommu/
H A Dcommproc.h442 #define PC_ENET_RENA PC_CD1 macro
466 #define PC_ENET_RENA ((ushort)0x0020) macro
486 #define PC_ENET_RENA ((ushort)0x0080) macro
502 #define PC_ENET_RENA ((ushort)0x0080) macro
524 #define PC_ENET_RENA ((ushort)0x0020) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/8260_io/
H A Denet.c142 #define PC_ENET_RENA ((uint)0x00020000) macro
659 (PC_ENET_RENA | PC_ENET_CLSN | PC_ENET_TXCLK | PC_ENET_RXCLK);
661 ~(PC_ENET_RENA | PC_ENET_CLSN | PC_ENET_TXCLK | PC_ENET_RXCLK);
663 ~(PC_ENET_RENA | PC_ENET_TXCLK | PC_ENET_RXCLK);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Denet.c729 immap->im_ioport.iop_pcpar &= ~(PC_ENET_CLSN | PC_ENET_RENA);
730 immap->im_ioport.iop_pcdir &= ~(PC_ENET_CLSN | PC_ENET_RENA);
731 immap->im_ioport.iop_pcso |= (PC_ENET_CLSN | PC_ENET_RENA);

Completed in 120 milliseconds