Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/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);
/openbmc/linux/arch/powerpc/platforms/8xx/
H A Dcpm1.c88 int cpm_command(u32 command, u8 opcode) in cpm_command() function
110 EXPORT_SYMBOL(cpm_command);
/openbmc/linux/drivers/i2c/busses/
H A Di2c-cpm.c175 cpm_command(cpm->cp_command, CPM_CR_CLOSE_RX_BD); in cpm_i2c_force_close()
557 cpm_command(cpm->cp_command, CPM_CR_INIT_TRX); in cpm_i2c_setup()
/openbmc/linux/drivers/spi/
H A Dspi-fsl-cpm.c66 cpm_command(CPM_SPI_CMD, CPM_CR_INIT_TRX); in fsl_spi_cpm_reinit_txrx()
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-scc.c87 return cpm_command(fpi->cp_command, op); in scc_cr_cmd()
H A Dmac-fcc.c81 return cpm_command(fpi->cp_command, op); in fcc_cr_cmd()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c229 cpm_command(CPM_USB_STOP_TX | (ep->epnum << CPM_USB_EP_SHIFT), in qe_ep_cmd_stoptx()
241 cpm_command(CPM_USB_RESTART_TX | (ep->epnum << in qe_ep_cmd_restarttx()
/openbmc/linux/drivers/tty/serial/
H A Dcpm_uart.c59 cpm_command(port->command, cmd); in cpm_line_cr_cmd()
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqmc.c543 return cpm_command(chan->id << 2, (qmc_opcode << 4) | 0x0E); in qmc_chan_command()