Home
last modified time | relevance | path

Searched refs:scc_sccm (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/freescale/fs_enet/
Dmac-scc.c325 W16(sccp, scc_sccm, SCCE_ENET_TXE | SCCE_ENET_RXF | SCCE_ENET_TXB); in restart()
360 for (i = 0; (R16(sccp, scc_sccm) == 0) && i < SCC_RESET_DELAY; i++) in stop()
366 W16(sccp, scc_sccm, 0); in stop()
385 S16(sccp, scc_sccm, SCC_NAPI_EVENT_MSK); in napi_enable_fs()
393 C16(sccp, scc_sccm, SCC_NAPI_EVENT_MSK); in napi_disable_fs()
/linux-5.19.10/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c141 clrbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_stop_tx()
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()
188 clrbits16(&sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_stop_rx()
400 clrbits16(&pinfo->sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_startup()
424 setbits16(&pinfo->sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_startup()
469 clrbits16(&sccp->scc_sccm, UART_SCCM_TX | UART_SCCM_RX); in cpm_uart_shutdown()
821 out_be16(&scp->scc_sccm, 0); in cpm_uart_init_scc()
898 clrbits16(&pinfo->sccp->scc_sccm, UART_SCCM_TX | UART_SCCM_RX); in cpm_uart_request_port()
1355 clrbits16(&pinfo->sccp->scc_sccm, UART_SCCM_TX | UART_SCCM_RX); in cpm_uart_console_setup()
/linux-5.19.10/arch/powerpc/include/asm/
D8xx_immap.h372 ushort scc_sccm; member
Dimmap_cpm2.h469 u16 scc_sccm; member