Home
last modified time | relevance | path

Searched refs:CCSR (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/Documentation/devicetree/bindings/powerpc/fsl/
Decm.txt8 The LAW node represents the region of CCSR space where local access
10 of CCSR space that includes CCSRBAR, ALTCBAR, ALTCAR, BPTR, and some
24 physical address offset and length of the CCSR space
37 The E500 LAW node represents the region of CCSR space where ECM config
39 of CCSR space.
53 physical address offset and length of the CCSR space
Dmcm.txt8 The LAW node represents the region of CCSR space where local access
10 of CCSR space that includes CCSRBAR, ALTCBAR, ALTCAR, BPTR, and some
24 physical address offset and length of the CCSR space
37 The MPX LAW node represents the region of CCSR space where MCM config
39 of CCSR space.
53 physical address offset and length of the CCSR space
Dmpic.txt27 CCSR address space.
/linux-2.6.39/arch/arm/mach-pxa/
Dpxa27x.c80 ccsr = CCSR; in pxa27x_get_clk_frequency_khz()
122 ccsr = CCSR; in clk_pxa27x_mem_getrate()
152 ccsr = CCSR; in pxa27x_get_lcdclk_frequency_10khz()
/linux-2.6.39/include/linux/
Dcd1400.h82 #define CCSR 0x0b macro
/linux-2.6.39/arch/arm/mach-pxa/include/mach/
Dpxa2xx-regs.h138 #define CCSR __REG(0x4130000C) /* Core Clock Status Register */ macro
/linux-2.6.39/drivers/tty/
Dsynclink.c345 #define CCSR 0x04 /* Channel Command/status Register */ macro
5040 usc_OutReg( info, CCSR, 0x1020 ); in usc_set_sdlc_mode()
5435 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_process_rxoverrun_sync()
5460 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_process_rxoverrun_sync()
5490 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_stop_receiver()
5517 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_start_receiver()
5556 usc_OutReg( info, CCSR, 0x1020 ); in usc_start_receiver()
6037 usc_OutReg( info, CCSR, 0x0020 ); in usc_set_async_mode()
7638 return usc_InReg( info, CCSR ) & BIT7 ? 1 : 0 ; in usc_loopmode_active()
/linux-2.6.39/drivers/net/
Dns83820.c349 #define CCSR 0xcc macro
765 writel(0x0001, dev->base + CCSR); in ns83820_setup_rx()