Searched refs:CCSR (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/Documentation/devicetree/bindings/powerpc/fsl/ |
D | ecm.txt | 8 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
|
D | mcm.txt | 8 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
|
D | mpic.txt | 27 CCSR address space.
|
/linux-2.6.39/arch/arm/mach-pxa/ |
D | pxa27x.c | 80 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/ |
D | cd1400.h | 82 #define CCSR 0x0b macro
|
/linux-2.6.39/arch/arm/mach-pxa/include/mach/ |
D | pxa2xx-regs.h | 138 #define CCSR __REG(0x4130000C) /* Core Clock Status Register */ macro
|
/linux-2.6.39/drivers/tty/ |
D | synclink.c | 345 #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/ |
D | ns83820.c | 349 #define CCSR 0xcc macro 765 writel(0x0001, dev->base + CCSR); in ns83820_setup_rx()
|