Searched refs:CCSR (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/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 | pamu.txt | 32 A standard property. It represents the CCSR registers of
|
D | msi-pic.txt | 83 Normally, PCI devices have access to all of CCSR via an ATMU mapping. The
|
D | mpic.txt | 27 CCSR address space.
|
/kernel/linux/linux-5.10/drivers/clk/pxa/ |
D | clk-pxa27x.c | 127 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()
|
/kernel/linux/linux-5.10/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 112 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 145 The example below shows a (P4080) QMan CCSR-space node
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/ |
D | pxa2xx-regs.h | 135 #define CCSR io_p2v(0x4130000C) /* Core Clock Status Register */ macro
|
/kernel/linux/linux-5.10/drivers/clk/imx/ |
D | clk-imx6sl.c | 17 #define CCSR 0xc macro 128 if (readl_relaxed(ccm_base + CCSR) & BM_CCSR_PLL1_SW_CLK_SEL) { in imx6sl_get_arm_divider_for_wait()
|
/kernel/linux/linux-5.10/drivers/tty/ |
D | synclink.c | 339 #define CCSR 0x04 /* Channel Command/status Register */ macro 4867 usc_OutReg( info, CCSR, 0x1020 ); in usc_set_sdlc_mode() 5241 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_process_rxoverrun_sync() 5266 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_process_rxoverrun_sync() 5296 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_stop_receiver() 5323 usc_OutReg( info, CCSR, (u16)(usc_InReg(info,CCSR) | BIT13) ); in usc_start_receiver() 5362 usc_OutReg( info, CCSR, 0x1020 ); in usc_start_receiver() 5837 usc_OutReg( info, CCSR, 0x0020 ); in usc_set_async_mode() 7416 return usc_InReg( info, CCSR ) & BIT7 ? 1 : 0 ; in usc_loopmode_active()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/ |
D | ns83820.c | 334 #define CCSR 0xcc macro 732 writel(0x0001, dev->base + CCSR); in ns83820_setup_rx()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0036_linux_drivers_staging.patch | 15740 + pr_err("No CCSR node for %s property '%s'\n", 15744 + pr_err("Ignoring %s property '%s', no CCSR support\n", 16054 + /* Initialise the Bman (CCSR) device */ 16059 + pr_err("Bman CCSR setup failed\n"); 17999 +/* used by CCSR and portal interrupt code */ 18044 + * there's access to CCSR or not (if not, it'll cripple the pool allocator). */ 18095 + * operating system have access to Bman CCSR (ie. compiled in support and 25325 + * where CCSR isn't available) */ 26024 + /* Initialise the Qman (CCSR) device */ 26029 + pr_err("Qman CCSR setup failed\n"); [all …]
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 4210 + * when run in the control plane (which controls Bman CCSR). This array
|