Searched refs:CPMFCR_GBL (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/include/soc/fsl/ |
D | cpm.h | 61 #define CPMFCR_GBL ((u_char)0x00) /* Flag doesn't exist in CPM1 */ macro 66 #define CPMFCR_GBL ((u_char)0x20) /* Set memory snooping */ macro
|
/Linux-v6.6/drivers/spi/ |
D | spi-fsl-cpm.c | 379 iowrite8(CPMFCR_EB | CPMFCR_GBL, &mspi->pram->tfcr); in fsl_spi_cpm_init() 380 iowrite8(CPMFCR_EB | CPMFCR_GBL, &mspi->pram->rfcr); in fsl_spi_cpm_init()
|
/Linux-v6.6/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-fcc.c | 273 W32(ep, fen_genfcc.fcc_rstate, (CPMFCR_GBL | CPMFCR_EB) << 24); in restart() 274 W32(ep, fen_genfcc.fcc_tstate, (CPMFCR_GBL | CPMFCR_EB) << 24); in restart()
|
/Linux-v6.6/drivers/tty/serial/ |
D | cpm_uart.c | 777 out_8(&sup->scc_genscc.scc_rfcr, CPMFCR_GBL | CPMFCR_EB); in cpm_uart_init_scc() 778 out_8(&sup->scc_genscc.scc_tfcr, CPMFCR_GBL | CPMFCR_EB); in cpm_uart_init_scc() 849 out_8(&up->smc_rfcr, CPMFCR_GBL | CPMFCR_EB); in cpm_uart_init_smc() 850 out_8(&up->smc_tfcr, CPMFCR_GBL | CPMFCR_EB); in cpm_uart_init_smc()
|