Searched refs:scc_sccm (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-scc.c | 335 W16(sccp, scc_sccm, SCCE_ENET_TXE | SCCE_ENET_RXF | SCCE_ENET_TXB); in restart() 370 for (i = 0; (R16(sccp, scc_sccm) == 0) && i < SCC_RESET_DELAY; i++) in stop() 376 W16(sccp, scc_sccm, 0); in stop() 395 S16(sccp, scc_sccm, SCC_NAPI_RX_EVENT_MSK); in napi_enable_rx() 403 C16(sccp, scc_sccm, SCC_NAPI_RX_EVENT_MSK); in napi_disable_rx() 419 S16(sccp, scc_sccm, SCC_NAPI_TX_EVENT_MSK); in napi_enable_tx() 427 C16(sccp, scc_sccm, SCC_NAPI_TX_EVENT_MSK); in napi_disable_tx()
|
/linux-4.1.27/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 160 clrbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_stop_tx() 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() 207 clrbits16(&sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_stop_rx() 421 clrbits16(&pinfo->sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_startup() 436 setbits16(&pinfo->sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_startup() 481 clrbits16(&sccp->scc_sccm, UART_SCCM_TX | UART_SCCM_RX); in cpm_uart_shutdown() 853 out_be16(&scp->scc_sccm, 0); in cpm_uart_init_scc() 934 clrbits16(&pinfo->sccp->scc_sccm, UART_SCCM_TX | UART_SCCM_RX); in cpm_uart_request_port() 1351 clrbits16(&pinfo->sccp->scc_sccm, UART_SCCM_TX | UART_SCCM_RX); in cpm_uart_console_setup()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | m68360_quicc.h | 308 volatile unsigned short scc_sccm; /* SCC mask reg */ member
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | 8xx_immap.h | 372 ushort scc_sccm; member
|
D | immap_cpm2.h | 468 u16 scc_sccm; member
|