Home
last modified time | relevance | path

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

123

/linux/drivers/net/hamradio/
A Dscc.c280 OutReg(scc->ctrl, reg, (scc->wreg[reg] = val)); in wr()
285 OutReg(scc->ctrl, reg, (scc->wreg[reg] |= val)); in or()
290 OutReg(scc->ctrl, reg, (scc->wreg[reg] &= ~val)); in cl()
734 set_brg(scc, (unsigned) (scc->clock / (scc->modem.speed * 64)) - 2); in set_speed()
953 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
1146 if (scc->dcd || (scc->kiss.persist) < Rand || (scc->kiss.group && is_grouped(scc)) ) in t_dwait()
1963 scc->dev_stat.rx_errors = scc->stat.rxerrs + scc->stat.rx_over; in scc_net_get_stats()
1964 scc->dev_stat.tx_errors = scc->stat.txerrs + scc->stat.tx_under; in scc_net_get_stats()
2039 scc->data, scc->ctrl, scc->irq, scc->clock, scc->brand, in scc_net_seq_show()
2040 scc->enhanced, Vector_Latch, scc->special, in scc_net_seq_show()
[all …]
A DMakefile15 obj-$(CONFIG_SCC) += scc.o
/linux/drivers/tty/serial/
A Dzs.c239 struct zs_scc *scc = zport->scc; in zs_transmit_drain() local
252 struct zs_scc *scc = zport->scc; in zs_line_drain() local
307 struct zs_scc *scc = zport->scc; in zs_tx_empty() local
375 struct zs_scc *scc = zport->scc; in zs_get_mctrl() local
388 struct zs_scc *scc = zport->scc; in zs_set_mctrl() local
428 struct zs_scc *scc = zport->scc; in zs_stop_tx() local
440 struct zs_scc *scc = zport->scc; in zs_start_tx() local
454 struct zs_scc *scc = zport->scc; in zs_stop_rx() local
488 struct zs_scc *scc = zport->scc; in zs_enable_ms() local
518 struct zs_scc *scc = zport->scc; in zs_break_ctl() local
[all …]
A Dzs.h23 struct zs_scc *scc; /* Containing SCC. */ member
/linux/drivers/net/ethernet/freescale/fs_enet/
A Dmac-scc.c100 if (!fep->scc.sccp) in do_pd_setup()
104 if (!fep->scc.ep) { in do_pd_setup()
105 iounmap(fep->scc.sccp); in do_pd_setup()
122 fep->scc.hthi = 0; in setup_data()
123 fep->scc.htlo = 0; in setup_data()
164 scc_t __iomem *sccp = fep->scc.sccp; in set_promiscuous_mode()
172 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_start()
183 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_one()
199 scc_t __iomem *sccp = fep->scc.sccp; in set_multicast_finish()
200 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_finish()
[all …]
A DMakefile8 fs_enet-$(CONFIG_FS_ENET_HAS_SCC) += mac-scc.o
/linux/Documentation/devicetree/bindings/arm/
A 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/arch/arm/mach-vexpress/
A Dtc2_pm.c41 static void __iomem *scc; variable
120 return !(readl_relaxed(scc + RESET_CTRL) & mask); in tc2_core_in_reset()
136 readl_relaxed(scc + RESET_CTRL)); in tc2_pm_wait_for_powerdown()
216 scc = of_iomap(np, 0); in tc2_pm_init()
217 if (!scc) in tc2_pm_init()
220 a15_cluster_id = readl_relaxed(scc + A15_CONF) & 0xf; in tc2_pm_init()
221 a7_cluster_id = readl_relaxed(scc + A7_CONF) & 0xf; in tc2_pm_init()
225 sys_info = readl_relaxed(scc + SYS_INFO); in tc2_pm_init()
237 ret = ve_spc_init(scc + SPC_BASE, a15_cluster_id, irq); in tc2_pm_init()
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
A Dserial.txt6 - fsl,cpm1-scc-uart
7 - fsl,cpm2-scc-uart
23 compatible = "fsl,mpc8272-scc-uart",
24 "fsl,cpm2-scc-uart";
A Dnetwork.txt4 - fsl,cpm1-scc-enet
5 - fsl,cpm2-scc-enet
/linux/arch/powerpc/boot/
A 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/Documentation/devicetree/bindings/crypto/
A 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/arch/powerpc/boot/dts/
A Dpq2fads.dts151 compatible = "fsl,mpc8280-scc-uart",
152 "fsl,cpm2-scc-uart";
162 compatible = "fsl,mpc8280-scc-uart",
163 "fsl,cpm2-scc-uart";
A Dmpc8272ads.dts152 compatible = "fsl,mpc8272-scc-uart",
153 "fsl,cpm2-scc-uart";
163 compatible = "fsl,mpc8272-scc-uart",
164 "fsl,cpm2-scc-uart";
A Dtqm8560.dts266 compatible = "fsl,mpc8560-scc-uart",
267 "fsl,cpm2-scc-uart";
278 compatible = "fsl,mpc8560-scc-uart",
279 "fsl,cpm2-scc-uart";
A Dksi8560.dts252 compatible = "fsl,mpc8560-scc-uart",
253 "fsl,cpm2-scc-uart";
264 compatible = "fsl,mpc8560-scc-uart",
265 "fsl,cpm2-scc-uart";
A Dtqm8xx.dts181 compatible = "fsl,mpc860-scc-enet",
182 "fsl,cpm1-scc-enet";
A Dep8248e.dts144 compatible = "fsl,mpc8248-scc-uart",
145 "fsl,cpm2-scc-uart";
A Dmpc866ads.dts160 compatible = "fsl,mpc866-scc-enet",
161 "fsl,cpm1-scc-enet";
A Dep88xc.dts187 compatible = "fsl,mpc885-scc-uart",
188 "fsl,cpm1-scc-uart";
A Dmpc885ads.dts201 compatible = "fsl,mpc885-scc-enet",
202 "fsl,cpm1-scc-enet";
A Dmgcoge.dts148 compatible = "fsl,mpc8247-scc-enet",
149 "fsl,cpm2-scc-enet";
A Dstx_gp3_8560.dts248 compatible = "fsl,mpc8560-scc-uart",
249 "fsl,cpm2-scc-uart";
/linux/arch/powerpc/boot/dts/fsl/
A Dmpc8560ads.dts251 compatible = "fsl,mpc8560-scc-uart",
252 "fsl,cpm2-scc-uart";
263 compatible = "fsl,mpc8560-scc-uart",
264 "fsl,cpm2-scc-uart";
/linux/arch/arm/boot/dts/
A Dvexpress-v2p-ca15_a7.dts212 scc@7fff0000 {
213 compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc";

Completed in 37 milliseconds

123