Searched refs:sccp (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-scc.c | 99 fep->scc.sccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup() 100 if (!fep->scc.sccp) in do_pd_setup() 105 iounmap(fep->scc.sccp); in do_pd_setup() 164 scc_t __iomem *sccp = fep->scc.sccp; in set_promiscuous_mode() local 166 S16(sccp, scc_psmr, SCC_PSMR_PRO); in set_promiscuous_mode() 199 scc_t __iomem *sccp = fep->scc.sccp; in set_multicast_finish() local 203 C16(sccp, scc_psmr, SCC_PSMR_PRO); in set_multicast_finish() 237 scc_t __iomem *sccp = fep->scc.sccp; in restart() local 244 C32(sccp, scc_gsmrl, SCC_GSMRL_ENR | SCC_GSMRL_ENT); in restart() 321 W16(sccp, scc_scce, 0xffff); in restart() [all …]
|
D | fs_enet.h | 176 void __iomem *sccp; /* hw registers */ member
|
/Linux-v4.19/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 139 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_stop_tx() local 146 clrbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_stop_tx() 157 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_start_tx() local 165 if (in_be16(&sccp->scc_sccm) & UART_SCCM_TX) in cpm_uart_start_tx() 173 setbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_start_tx() 186 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_stop_rx() local 193 clrbits16(&sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_stop_rx() 365 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_int() local 379 events = in_be16(&sccp->scc_scce); in cpm_uart_int() 380 out_be16(&sccp->scc_scce, events); in cpm_uart_int() [all …]
|
D | cpm_uart.h | 64 scc_t __iomem *sccp; member
|