Searched refs:sccp (Results 1 – 4 of 4) 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() 170 scc_t __iomem *sccp = fep->scc.sccp; in set_promiscuous_mode() local 172 S16(sccp, scc_psmr, SCC_PSMR_PRO); in set_promiscuous_mode() 205 scc_t __iomem *sccp = fep->scc.sccp; in set_multicast_finish() local 209 C16(sccp, scc_psmr, SCC_PSMR_PRO); in set_multicast_finish() 243 scc_t __iomem *sccp = fep->scc.sccp; in restart() local 250 C32(sccp, scc_gsmrl, SCC_GSMRL_ENR | SCC_GSMRL_ENT); in restart() 327 W16(sccp, scc_scce, 0xffff); in restart() [all …]
|
D | fs_enet.h | 176 void __iomem *sccp; /* hw registers */ member
|
/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 153 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_stop_tx() local 160 clrbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_stop_tx() 171 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_start_tx() local 179 if (in_be16(&sccp->scc_sccm) & UART_SCCM_TX) in cpm_uart_start_tx() 187 setbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_start_tx() 200 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_stop_rx() local 207 clrbits16(&sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_stop_rx() 379 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_int() local 393 events = in_be16(&sccp->scc_scce); in cpm_uart_int() 394 out_be16(&sccp->scc_scce, events); in cpm_uart_int() [all …]
|
D | cpm_uart.h | 68 scc_t __iomem *sccp; member
|