Searched refs:scc_sccm (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-scc.c | 321 W16(sccp, scc_sccm, SCCE_ENET_TXE | SCCE_ENET_RXF | SCCE_ENET_TXB); in restart() 356 for (i = 0; (R16(sccp, scc_sccm) == 0) && i < SCC_RESET_DELAY; i++) in stop() 362 W16(sccp, scc_sccm, 0); in stop() 381 S16(sccp, scc_sccm, SCC_NAPI_EVENT_MSK); in napi_enable_fs() 389 C16(sccp, scc_sccm, SCC_NAPI_EVENT_MSK); in napi_disable_fs()
|
/linux-6.12.1/drivers/tty/serial/ |
D | cpm_uart.c | 144 clrbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_stop_tx() 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() 191 clrbits16(&sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_stop_rx() 403 clrbits16(&pinfo->sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_startup() 427 setbits16(&pinfo->sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_startup() 472 clrbits16(&sccp->scc_sccm, UART_SCCM_TX | UART_SCCM_RX); in cpm_uart_shutdown() 806 out_be16(&scp->scc_sccm, 0); in cpm_uart_init_scc() 956 clrbits16(&pinfo->sccp->scc_sccm, UART_SCCM_TX | UART_SCCM_RX); in cpm_uart_request_port() 1449 clrbits16(&pinfo->sccp->scc_sccm, UART_SCCM_TX | UART_SCCM_RX); in cpm_uart_console_setup()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | 8xx_immap.h | 372 ushort scc_sccm; member
|
D | immap_cpm2.h | 469 u16 scc_sccm; member
|