Searched refs:sccp (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-scc.c | 105 fep->scc.sccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup() 106 if (!fep->scc.sccp) in do_pd_setup() 111 iounmap(fep->scc.sccp); in do_pd_setup() 172 scc_t __iomem *sccp = fep->scc.sccp; in set_promiscuous_mode() local 174 S16(sccp, scc_psmr, SCC_PSMR_PRO); in set_promiscuous_mode() 207 scc_t __iomem *sccp = fep->scc.sccp; in set_multicast_finish() local 211 C16(sccp, scc_psmr, SCC_PSMR_PRO); in set_multicast_finish() 245 scc_t __iomem *sccp = fep->scc.sccp; in restart() local 252 C32(sccp, scc_gsmrl, SCC_GSMRL_ENR | SCC_GSMRL_ENT); in restart() 329 W16(sccp, scc_scce, 0xffff); in restart() [all …]
|
D | fs_enet.h | 177 void __iomem *sccp; /* hw registers */ member
|
/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 147 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_stop_tx() local 154 clrbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_stop_tx() 164 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_start_tx() local 172 if (in_be16(&sccp->scc_sccm) & UART_SCCM_TX) in cpm_uart_start_tx() 180 setbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_start_tx() 192 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_stop_rx() local 199 clrbits16(&sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_stop_rx() 377 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_int() local 391 events = in_be16(&sccp->scc_scce); in cpm_uart_int() 392 out_be16(&sccp->scc_scce, events); in cpm_uart_int() [all …]
|
D | cpm_uart.h | 68 scc_t __iomem *sccp; member
|
/drivers/staging/serial/ |
D | 68360serial.c | 330 volatile struct scc_regs *sccp; in rs_360_stop() local 339 sccp = &pquicc->scc_regs[idx]; in rs_360_stop() 340 sccp->scc_sccm &= ~UART_SCCM_TX; in rs_360_stop() 355 volatile struct scc_regs *sccp; in rs_360_start() local 364 sccp = &pquicc->scc_regs[idx]; in rs_360_start() 365 sccp->scc_sccm |= UART_SCCM_TX; in rs_360_start() 622 volatile struct scc_regs *sccp; in rs_360_interrupt() local 628 sccp = &pquicc->scc_regs[idx]; in rs_360_interrupt() 629 events = sccp->scc_scce; in rs_360_interrupt() 634 sccp->scc_scce = events; in rs_360_interrupt() [all …]
|