Searched refs:sccp (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/freescale/fs_enet/ |
H A D | mac-scc.c | 94 fep->scc.sccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup() 95 if (!fep->scc.sccp) in do_pd_setup() 100 iounmap(fep->scc.sccp); in do_pd_setup() 159 scc_t __iomem *sccp = fep->scc.sccp; in set_promiscuous_mode() local 161 S16(sccp, scc_psmr, SCC_PSMR_PRO); in set_promiscuous_mode() 194 scc_t __iomem *sccp = fep->scc.sccp; in set_multicast_finish() local 198 C16(sccp, scc_psmr, SCC_PSMR_PRO); in set_multicast_finish() 233 scc_t __iomem *sccp = fep->scc.sccp; in restart() local 240 C32(sccp, scc_gsmrl, SCC_GSMRL_ENR | SCC_GSMRL_ENT); in restart() 317 W16(sccp, scc_scce, 0xffff); in restart() [all …]
|
H A D | fs_enet.h | 174 void __iomem *sccp; /* hw registers */ member
|
/linux/drivers/tty/serial/ |
H A D | cpm_uart.c | 137 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_stop_tx() local 144 clrbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_stop_tx() 155 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_start_tx() local 163 if (in_be16(&sccp->scc_sccm) & UART_SCCM_TX) in cpm_uart_start_tx() 171 setbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_start_tx() 184 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_stop_rx() local 191 clrbits16(&sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_stop_rx() 361 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_int() local 375 events = in_be16(&sccp->scc_scce); in cpm_uart_int() 376 out_be16(&sccp->scc_scce, events); in cpm_uart_int() [all …]
|
H A D | cpm_uart.h | 56 scc_t __iomem *sccp; member
|