Searched refs:sccp (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/fs_enet/
H A Dmac-scc.c105 fep->scc.sccp = of_iomap(ofdev->dev.of_node, 0);
106 if (!fep->scc.sccp)
111 iounmap(fep->scc.sccp);
172 scc_t __iomem *sccp = fep->scc.sccp; local
174 S16(sccp, scc_psmr, SCC_PSMR_PRO);
207 scc_t __iomem *sccp = fep->scc.sccp; local
211 C16(sccp, scc_psmr, SCC_PSMR_PRO);
245 scc_t __iomem *sccp local
362 scc_t __iomem *sccp = fep->scc.sccp; local
380 scc_t __iomem *sccp = fep->scc.sccp; local
388 scc_t __iomem *sccp = fep->scc.sccp; local
396 scc_t __iomem *sccp = fep->scc.sccp; local
414 scc_t __iomem *sccp = fep->scc.sccp; local
422 scc_t __iomem *sccp = fep->scc.sccp; local
[all...]
H A Dfs_enet.h177 void __iomem *sccp; /* hw registers */ member in struct:fs_enet_private::__anon12854::__anon12857
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/cpm_uart/
H A Dcpm_uart_core.c146 scc_t __iomem *sccp = pinfo->sccp; local
153 clrbits16(&sccp->scc_sccm, UART_SCCM_TX);
163 scc_t __iomem *sccp = pinfo->sccp; local
171 if (in_be16(&sccp->scc_sccm) & UART_SCCM_TX)
179 setbits16(&sccp->scc_sccm, UART_SCCM_TX);
191 scc_t __iomem *sccp = pinfo->sccp; local
198 clrbits16(&sccp
376 scc_t __iomem *sccp = pinfo->sccp; local
473 scc_t __iomem *sccp = pinfo->sccp; local
501 scc_t __iomem *sccp = pinfo->sccp; local
[all...]
H A Dcpm_uart.h70 scc_t __iomem *sccp; member in struct:uart_cpm_port
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68360serial.c281 volatile struct scc_regs *sccp; local
290 sccp = &pquicc->scc_regs[idx];
291 sccp->scc_sccm &= ~UART_SCCM_TX;
306 volatile struct scc_regs *sccp; local
315 sccp = &pquicc->scc_regs[idx];
316 sccp->scc_sccm |= UART_SCCM_TX;
570 volatile struct scc_regs *sccp; local
576 sccp = &pquicc->scc_regs[idx];
577 events = sccp->scc_scce;
582 sccp
659 volatile struct scc_regs *sccp; local
753 volatile struct scc_regs *sccp; local
812 volatile struct scc_regs *sccp; local
1518 volatile struct scc_regs *sccp; local
[all...]

Completed in 131 milliseconds