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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/85xx/
H A Dmpc85xx_ads.c195 tempval &= ~(PC_CLK(fpi->clk_rx - 8) | PC_CLK(fpi->clk_tx - 8));
199 tempval &= ~(PC_CLK(fpi->clk_rx - 8) | PC_CLK(fpi->clk_tx - 8));
202 tempval |= (PC_CLK(fpi->clk_rx - 8) | PC_CLK(fpi->clk_tx - 8));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/82xx/
H A Dmpc82xx_ads.c140 tempval = PC_CLK(fpi->clk_tx - 8) | PC_CLK(fpi->clk_rx - 8);
195 tempval = PC_CLK(fpi->clk_tx - 8) | PC_CLK(fpi->clk_rx - 8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dcpm2.h1104 #define PC_CLK(x) ((uint)(1<<(x-1))) /* FCC CLK I/O ports */ macro
1113 #define PC_F1RXCLK PC_CLK(F1_RXCLK)
1114 #define PC_F1TXCLK PC_CLK(F1_TXCLK)
1118 #define PC_F2RXCLK PC_CLK(F2_RXCLK)
1119 #define PC_F2TXCLK PC_CLK(F2_TXCLK)
1123 #define PC_F3RXCLK PC_CLK(F3_RXCLK)
1124 #define PC_F3TXCLK PC_CLK(F3_TXCLK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Dfcc_enet.c192 #define PC_CLK(x) ((uint)(1<<(x-1))) /* FCC CLK I/O ports */ macro
201 #define PC_F1RXCLK PC_CLK(F1_RXCLK)
202 #define PC_F1TXCLK PC_CLK(F1_TXCLK)
206 #define PC_F2RXCLK PC_CLK(F2_RXCLK)
207 #define PC_F2TXCLK PC_CLK(F2_TXCLK)
211 #define PC_F3RXCLK PC_CLK(F3_RXCLK)
212 #define PC_F3TXCLK PC_CLK(F3_TXCLK)

Completed in 143 milliseconds