Home
last modified time | relevance | path

Searched full:smc1 (Results 1 – 18 of 18) sorted by relevance

/linux/arch/powerpc/boot/dts/
H A Dep8248e.dts16 planetcore-SMC1 = &smc1;
20 serial0 = &smc1;
128 /* Monitor port/SMC1 */
129 smc1: serial@11a80 { label
138 linux,planetcore-label = "SMC1";
H A Dtqm8xx.dts21 serial0 = &smc1;
168 smc1: serial@a80 { label
H A Dep88xc.dts181 linux,planetcore-label = "SMC1";
/linux/Documentation/devicetree/bindings/arm/freescale/
H A Dfsl,imx7ulp-pm.yaml26 const: fsl,imx7ulp-smc1
39 smc1@40410000 {
40 compatible = "fsl,imx7ulp-smc1";
/linux/arch/powerpc/platforms/8xx/
H A DKconfig83 Enable SCC3 to serve as 2-nd Ethernet channel. Note that SMC1
148 bool "I2C/SPI/SMC1 relocation patch"
155 This microcode relocates SMC1 and SMC2 parameter RAMs at
H A Dmpc885ads_setup.c51 /* SMC1 */
182 /* The SCC3 enet registers overlap the SMC1 registers, so in mpc885ads_setup_arch()
H A Dadder875.c26 /* SMC1 */
H A Dtqm8xx_setup.c50 /* SMC1 */
H A Dmpc86xads_setup.c38 /* SMC1 */
H A Dep88xc.c30 /* SMC1 */
H A Dmicropatch.c90 * I2C/SPI/SMC1 relocation patch arrays.
95 static char patch_name[] __initdata = "I2C/SPI/SMC1";
/linux/arch/arm/mach-imx/
H A Dpm-imx7ulp.c63 np = of_find_compatible_node(NULL, NULL, "fsl,imx7ulp-smc1"); in imx7ulp_pm_init()
/linux/include/dt-bindings/clock/
H A Dimx7ulp-clock.h114 /* SMC1 */
/linux/drivers/clk/imx/
H A Dclk-imx7ulp.c244 /* SMC1 */ in imx7ulp_clk_smc1_init()
254 CLK_OF_DECLARE(imx7ulp_clk_smc1, "fsl,imx7ulp-smc1", imx7ulp_clk_smc1_init);
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dfsl,cpm1-tsa.yaml133 - 4: SMC1
/linux/arch/powerpc/include/asm/
H A Dcpm1.h41 #define CPM_CR_CH_SMC1 ((ushort)0x0009) /* SMC1 / DSP1 */
71 * The MBX uses SMC1 as the host serial port.
/linux/arch/arm/boot/dts/microchip/
H A Dat91sam9263.dtsi128 smc1: smc@ffffea00 { label
809 atmel,smc = <&smc1>;
/linux/drivers/soc/fsl/qe/
H A Dtsa.c443 case FSL_CPM_TSA_SMC1: return "SMC1"; in tsa_cpm1_serial_id2name()