Home
last modified time | relevance | path

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

/Linux-v5.4/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
Dpamu.txt32 A standard property. It represents the CCSR registers of
Dmsi-pic.txt83 Normally, PCI devices have access to all of CCSR via an ATMU mapping. The
Dmpic.txt27 CCSR address space.
/Linux-v5.4/drivers/clk/pxa/
Dclk-pxa27x.c127 unsigned long ccsr = readl(CCSR); in pxa27x_is_ppll_disabled()
229 unsigned long ccsr = readl(CCSR); in clk_pxa27x_cpll_get_rate()
274 unsigned long ccsr = readl(CCSR); in clk_pxa27x_lcd_base_get_rate()
296 unsigned long ccsr = readl(CCSR); in clk_pxa27x_lcd_base_get_parent()
325 unsigned long ccsr = readl(CCSR); in clk_pxa27x_core_get_parent()
362 unsigned long ccsr = readl(CCSR); in clk_pxa27x_run_get_rate()
385 unsigned long ccsr = readl(CCSR); in clk_pxa27x_system_bus_get_rate()
402 unsigned long ccsr = readl(CCSR); in clk_pxa27x_system_bus_get_parent()
419 unsigned long ccsr = readl(CCSR); in clk_pxa27x_memory_get_rate()
438 unsigned long ccsr = readl(CCSR); in clk_pxa27x_memory_get_parent()
/Linux-v5.4/Documentation/devicetree/bindings/soc/fsl/
Dbman.txt16 binding covers the CCSR space programming model
29 Definition: Registers region within the CCSR address space
112 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
145 The example below shows a (P4080) QMan CCSR-space node
/Linux-v5.4/arch/arm/mach-pxa/include/mach/
Dpxa2xx-regs.h135 #define CCSR io_p2v(0x4130000C) /* Core Clock Status Register */ macro
/Linux-v5.4/drivers/clk/imx/
Dclk-imx6sl.c16 #define CCSR 0xc macro
127 if (readl_relaxed(ccm_base + CCSR) & BM_CCSR_PLL1_SW_CLK_SEL) { in imx6sl_get_arm_divider_for_wait()
/Linux-v5.4/drivers/tty/
Dsynclink.c340 #define CCSR 0x04 /* Channel Command/status Register */ macro
4967 usc_OutReg( info, CCSR, 0x1020 ); in usc_set_sdlc_mode()
5356 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_process_rxoverrun_sync()
5381 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_process_rxoverrun_sync()
5411 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_stop_receiver()
5438 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_start_receiver()
5477 usc_OutReg( info, CCSR, 0x1020 ); in usc_start_receiver()
5958 usc_OutReg( info, CCSR, 0x0020 ); in usc_set_async_mode()
7547 return usc_InReg( info, CCSR ) & BIT7 ? 1 : 0 ; in usc_loopmode_active()
/Linux-v5.4/drivers/net/ethernet/natsemi/
Dns83820.c334 #define CCSR 0xcc macro
730 writel(0x0001, dev->base + CCSR); in ns83820_setup_rx()