Home
last modified time | relevance | path

Searched refs:cpm_command (Results 1 – 7 of 7) sorted by relevance

/linux/include/soc/fsl/
H A Dcpm.h161 int cpm_command(u32 command, u8 opcode);
163 static inline int cpm_command(u32 command, u8 opcode) in cpm_command() function
/linux/arch/powerpc/sysdev/
H A Dcpm2.c73 cpm_command(CPM_CR_RST, 0); in cpm2_reset()
81 int cpm_command(u32 command, u8 opcode) in cpm_command() function
100 EXPORT_SYMBOL(cpm_command);
/linux/drivers/spi/
H A Dspi-fsl-cpm.c66 cpm_command(CPM_SPI_CMD, CPM_CR_INIT_TRX); in fsl_spi_cpm_reinit_txrx()
/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-scc.c83 return cpm_command(fpi->cp_command, op); in scc_cr_cmd()
H A Dmac-fcc.c77 return cpm_command(fpi->cp_command, op); in fcc_cr_cmd()
/linux/drivers/tty/serial/
H A Dcpm_uart.c59 cpm_command(port->command, cmd); in cpm_line_cr_cmd()
/linux/drivers/soc/fsl/qe/
H A Dqmc.c841 return cpm_command(chan->id << 2, (qmc_opcode << 4) | 0x0E); in qmc_chan_cpm1_command()