Searched refs:CCSR (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/clk/pxa/ |
D | clk-pxa27x.c | 88 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/ |
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 | 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 | interlaken-lac.txt | 43 those LAC CCSR registers not protected in partitioned 61 Definition: Points to the non-protected LAC CCSR mapped register space
|
D | msi-pic.txt | 88 Normally, PCI devices have access to all of CCSR via an ATMU mapping. The
|
D | pamu.txt | 32 A standard property. It represents the CCSR registers of
|
D | mpic.txt | 27 CCSR address space.
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/fsl/ |
D | bman.txt | 16 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
|
D | qman.txt | 18 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/ |
D | pxa27x.c | 90 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/ |
D | pxa2xx-regs.h | 138 #define CCSR __REG(0x4130000C) /* Core Clock Status Register */ macro
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-imx6sl.c | 21 #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/ |
D | synclink.c | 341 #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/ |
D | ns83820.c | 348 #define CCSR 0xcc macro 744 writel(0x0001, dev->base + CCSR); in ns83820_setup_rx()
|