Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/pxa/
Dclk-pxa27x.c88 unsigned long ccsr = CCSR; in pxa27x_is_ppll_disabled()
154 unsigned long ccsr = CCSR; in clk_pxa27x_cpll_get_rate()
174 unsigned long ccsr = CCSR; in clk_pxa27x_lcd_base_get_rate()
196 unsigned long ccsr = CCSR; in clk_pxa27x_lcd_base_get_parent()
225 unsigned long ccsr = CCSR; in clk_pxa27x_core_get_rate()
245 unsigned long ccsr = CCSR; in clk_pxa27x_core_get_parent()
266 unsigned long ccsr = CCSR; in clk_pxa27x_run_get_rate()
288 unsigned long ccsr = CCSR; in clk_pxa27x_system_bus_get_rate()
305 unsigned long ccsr = CCSR; in clk_pxa27x_system_bus_get_parent()
322 unsigned long ccsr = CCSR; in clk_pxa27x_memory_get_rate()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
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
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
Dinterlaken-lac.txt43 those LAC CCSR registers not protected in partitioned
61 Definition: Points to the non-protected LAC CCSR mapped register space
Dmsi-pic.txt88 Normally, PCI devices have access to all of CCSR via an ATMU mapping. The
Dpamu.txt32 A standard property. It represents the CCSR registers of
Dmpic.txt27 CCSR address space.
/linux-4.1.27/Documentation/devicetree/bindings/soc/fsl/
Dbman.txt16 binding covers the CCSR space programming model
29 Definition: Registers region within the CCSR address space
110 The example below shows a (P4080) BMan CCSR-space node
Dqman.txt18 CCSR space programming model
31 Definition: Registers region within the CCSR address space
133 The example below shows a (P4080) QMan CCSR-space node
/linux-4.1.27/arch/arm/mach-pxa/
Dpxa27x.c90 ccsr = CCSR; in pxa27x_get_clk_frequency_khz()
132 ccsr = CCSR; in clk_pxa27x_mem_getrate()
162 ccsr = CCSR; in pxa27x_get_lcdclk_frequency_10khz()
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dpxa2xx-regs.h138 #define CCSR __REG(0x4130000C) /* Core Clock Status Register */ macro
/linux-4.1.27/arch/arm/mach-imx/
Dclk-imx6sl.c21 #define CCSR 0xc macro
135 if (readl_relaxed(ccm_base + CCSR) & BM_CCSR_PLL1_SW_CLK_SEL) { in imx6sl_get_arm_divider_for_wait()
/linux-4.1.27/drivers/tty/
Dsynclink.c341 #define CCSR 0x04 /* Channel Command/status Register */ macro
5043 usc_OutReg( info, CCSR, 0x1020 ); in usc_set_sdlc_mode()
5438 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_process_rxoverrun_sync()
5463 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_process_rxoverrun_sync()
5493 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_stop_receiver()
5520 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_start_receiver()
5559 usc_OutReg( info, CCSR, 0x1020 ); in usc_start_receiver()
6040 usc_OutReg( info, CCSR, 0x0020 ); in usc_set_async_mode()
7641 return usc_InReg( info, CCSR ) & BIT7 ? 1 : 0 ; in usc_loopmode_active()
/linux-4.1.27/drivers/net/ethernet/natsemi/
Dns83820.c348 #define CCSR 0xcc macro
744 writel(0x0001, dev->base + CCSR); in ns83820_setup_rx()