Home
last modified time | relevance | path

Searched refs:scc (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.6.21/drivers/net/hamradio/
Dscc.c203 static void init_channel(struct scc_channel *scc);
204 static void scc_key_trx (struct scc_channel *scc, char tx);
205 static void scc_init_timer(struct scc_channel *scc);
207 static int scc_net_alloc(const char *name, struct scc_channel *scc);
211 static void scc_net_rx(struct scc_channel *scc, struct sk_buff *skb);
278 static inline void wr(struct scc_channel *scc, unsigned char reg, in wr() argument
281 OutReg(scc->ctrl, reg, (scc->wreg[reg] = val)); in wr()
284 static inline void or(struct scc_channel *scc, unsigned char reg, unsigned char val) in or() argument
286 OutReg(scc->ctrl, reg, (scc->wreg[reg] |= val)); in or()
289 static inline void cl(struct scc_channel *scc, unsigned char reg, unsigned char val) in cl() argument
[all …]
DMakefile14 obj-$(CONFIG_SCC) += scc.o
/linux-6.6.21/drivers/tty/serial/
Dzs.c102 resource_size_t scc[ZS_NUM_SCCS]; member
198 if (!zport->scc) in zs_dump()
239 struct zs_scc *scc = zport->scc; in zs_transmit_drain() local
243 zs_spin_unlock_cond_irq(&scc->zlock, irq); in zs_transmit_drain()
245 zs_spin_lock_cond_irq(&scc->zlock, irq); in zs_transmit_drain()
252 struct zs_scc *scc = zport->scc; in zs_line_drain() local
256 zs_spin_unlock_cond_irq(&scc->zlock, irq); in zs_line_drain()
258 zs_spin_lock_cond_irq(&scc->zlock, irq); in zs_line_drain()
307 struct zs_scc *scc = zport->scc; in zs_tx_empty() local
311 spin_lock_irqsave(&scc->zlock, flags); in zs_tx_empty()
[all …]
Dzs.h23 struct zs_scc *scc; /* Containing SCC. */ member
/linux-6.6.21/drivers/net/ethernet/freescale/fs_enet/
Dmac-scc.c98 fep->scc.sccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup()
99 if (!fep->scc.sccp) in do_pd_setup()
102 fep->scc.ep = of_iomap(ofdev->dev.of_node, 1); in do_pd_setup()
103 if (!fep->scc.ep) { in do_pd_setup()
104 iounmap(fep->scc.sccp); in do_pd_setup()
121 fep->scc.hthi = 0; in setup_data()
122 fep->scc.htlo = 0; in setup_data()
163 scc_t __iomem *sccp = fep->scc.sccp; in set_promiscuous_mode()
171 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_start()
182 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_one()
[all …]
DMakefile8 fs_enet-$(CONFIG_FS_ENET_HAS_SCC) += mac-scc.o
Dfs_enet.h194 } scc; member
/linux-6.6.21/Documentation/devicetree/bindings/arm/
Dvexpress-scc.txt15 - compatible value: "arm,vexpress-scc,<model>", "arm,vexpress-scc";
19 compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc";
29 scc@7fff0000 {
30 compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc";
/linux-6.6.21/arch/arm/mach-versatile/
Dtc2_pm.c39 static void __iomem *scc; variable
118 return !(readl_relaxed(scc + RESET_CTRL) & mask); in tc2_core_in_reset()
134 readl_relaxed(scc + RESET_CTRL)); in tc2_pm_wait_for_powerdown()
214 scc = of_iomap(np, 0); in tc2_pm_init()
215 if (!scc) in tc2_pm_init()
218 a15_cluster_id = readl_relaxed(scc + A15_CONF) & 0xf; in tc2_pm_init()
219 a7_cluster_id = readl_relaxed(scc + A7_CONF) & 0xf; in tc2_pm_init()
223 sys_info = readl_relaxed(scc + SYS_INFO); in tc2_pm_init()
235 ret = ve_spc_init(scc + SPC_BASE, a15_cluster_id, irq); in tc2_pm_init()
/linux-6.6.21/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
Dserial.txt6 - fsl,cpm1-scc-uart
7 - fsl,cpm2-scc-uart
23 compatible = "fsl,mpc8272-scc-uart",
24 "fsl,cpm2-scc-uart";
Dfsl,cpm1-scc-qmc.yaml4 $id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc.yaml#
20 - fsl,mpc885-scc-qmc
21 - fsl,mpc866-scc-qmc
22 - const: fsl,cpm1-scc-qmc
124 compatible = "fsl,mpc885-scc-qmc", "fsl,cpm1-scc-qmc";
Dnetwork.txt4 - fsl,cpm1-scc-enet
5 - fsl,cpm2-scc-enet
Dcpm.txt33 scc/fcc/ucc registers, and the second represents the device's
/linux-6.6.21/arch/powerpc/boot/
Dcpm-serial.c74 static struct cpm_scc *scc; variable
119 out_be32(&scc->gsmrl, in_be32(&scc->gsmrl) & ~0x30); in scc_disable_port()
130 out_be32(&scc->gsmrl, in_be32(&scc->gsmrl) | 0x30); in scc_enable_port()
239 scc = vreg[0]; in cpm_console_init()
/linux-6.6.21/Documentation/devicetree/bindings/crypto/
Dfsl-imx-scc.yaml4 $id: http://devicetree.org/schemas/crypto/fsl-imx-scc.yaml#
14 const: fsl,imx25-scc
48 compatible = "fsl,imx25-scc";
/linux-6.6.21/arch/powerpc/boot/dts/
Dtqm8560.dts268 compatible = "fsl,mpc8560-scc-uart",
269 "fsl,cpm2-scc-uart";
280 compatible = "fsl,mpc8560-scc-uart",
281 "fsl,cpm2-scc-uart";
Dksi8560.dts254 compatible = "fsl,mpc8560-scc-uart",
255 "fsl,cpm2-scc-uart";
266 compatible = "fsl,mpc8560-scc-uart",
267 "fsl,cpm2-scc-uart";
Dmpc866ads.dts160 compatible = "fsl,mpc866-scc-enet",
161 "fsl,cpm1-scc-enet";
Dtqm8xx.dts181 compatible = "fsl,mpc860-scc-enet",
182 "fsl,cpm1-scc-enet";
Dep8248e.dts144 compatible = "fsl,mpc8248-scc-uart",
145 "fsl,cpm2-scc-uart";
Dep88xc.dts187 compatible = "fsl,mpc885-scc-uart",
188 "fsl,cpm1-scc-uart";
Dmpc885ads.dts201 compatible = "fsl,mpc885-scc-enet",
202 "fsl,cpm1-scc-enet";
Dmgcoge.dts148 compatible = "fsl,mpc8247-scc-enet",
149 "fsl,cpm2-scc-enet";
Dstx_gp3_8560.dts250 compatible = "fsl,mpc8560-scc-uart",
251 "fsl,cpm2-scc-uart";
/linux-6.6.21/arch/arm/boot/dts/arm/
Dvexpress-v2p-ca15_a7.dts212 scc@7fff0000 {
213 compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc";

12