Searched refs:sccp (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/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-v5.10/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 134 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_stop_tx() local 141 clrbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_stop_tx() 152 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_start_tx() local 160 if (in_be16(&sccp->scc_sccm) & UART_SCCM_TX) in cpm_uart_start_tx() 168 setbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_start_tx() 181 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_stop_rx() local 188 clrbits16(&sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_stop_rx() 358 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_int() local 372 events = in_be16(&sccp->scc_scce); in cpm_uart_int() 373 out_be16(&sccp->scc_scce, events); in cpm_uart_int() [all …]
|
D | cpm_uart.h | 66 scc_t __iomem *sccp; member
|