Searched refs:CSCR (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm920t/imx/ |
| H A D | speed.c | 54 return (( CSCR>>15)&1) ? get_mcuPLLCLK()>>1 : get_mcuPLLCLK(); in get_FCLK() 60 u32 bclkdiv = (( CSCR >> 10 ) & 0xf) + 1; in get_HCLK()
|
| /OK3568_Linux_fs/u-boot/board/armadeus/apf27/ |
| H A D | lowlevel_init.S | 32 ldr r0, =CSCR 44 write32 CSCR, ACFG_CSCR_VAL|CSCR_MPLL_RESTART|CSCR_SPLL_RESTART
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | 8139too.c | 327 CSCR = 0x74, /* Chip Status and Configuration Register. */ enumerator 1493 if (RTL_R16 (CSCR) & CSCR_LinkOKBit) { in rtl8139_tune_twister() 1495 RTL_W16 (CSCR, CSCR_LinkDownOffCmd); in rtl8139_tune_twister() 1500 RTL_W16 (CSCR, CSCR_LinkDownCmd); in rtl8139_tune_twister() 1509 linkcase = RTL_R16 (CSCR) & CSCR_LinkStatusBits; in rtl8139_tune_twister() 1538 if ((RTL_R16 (CSCR) & in rtl8139_tune_twister() 2183 link_changed = RTL_R16 (CSCR) & CSCR_LinkChangeBit; in rtl8139_interrupt()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | rtl8139.c | 128 CSCR=0x74, /* chip status and configuration register */ enumerator
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | rtl8150.c | 40 #define CSCR 0x014C /* This one has the link status */ macro 712 get_registers(dev, CSCR, 2, &tmp); in set_carrier()
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | asm-offsets.c | 81 DEFINE(CSCR, IMX_PLL_BASE + offsetof(struct pll_regs, cscr)); in main()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-imx/ |
| H A D | imx-regs.h | 92 #define CSCR __REG(IMX_PLL_BASE) /* Clock Source Control Register */ macro
|