Home
last modified time | relevance | path

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

/linux-6.12.1/include/soc/fsl/
Dcpm.h161 int cpm_command(u32 command, u8 opcode);
163 static inline int cpm_command(u32 command, u8 opcode) in cpm_command() function
/linux-6.12.1/arch/powerpc/sysdev/
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-6.12.1/arch/powerpc/platforms/8xx/
Dcpm1.c89 int cpm_command(u32 command, u8 opcode) in cpm_command() function
111 EXPORT_SYMBOL(cpm_command);
/linux-6.12.1/drivers/i2c/busses/
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()
/linux-6.12.1/drivers/spi/
Dspi-fsl-cpm.c66 cpm_command(CPM_SPI_CMD, CPM_CR_INIT_TRX); in fsl_spi_cpm_reinit_txrx()
/linux-6.12.1/drivers/net/ethernet/freescale/fs_enet/
Dmac-scc.c83 return cpm_command(fpi->cp_command, op); in scc_cr_cmd()
Dmac-fcc.c77 return cpm_command(fpi->cp_command, op); in fcc_cr_cmd()
/linux-6.12.1/drivers/usb/gadget/udc/
Dfsl_qe_udc.c230 cpm_command(CPM_USB_STOP_TX | (ep->epnum << CPM_USB_EP_SHIFT), in qe_ep_cmd_stoptx()
242 cpm_command(CPM_USB_RESTART_TX | (ep->epnum << in qe_ep_cmd_restarttx()
/linux-6.12.1/drivers/tty/serial/
Dcpm_uart.c59 cpm_command(port->command, cmd); in cpm_line_cr_cmd()
/linux-6.12.1/drivers/soc/fsl/qe/
Dqmc.c841 return cpm_command(chan->id << 2, (qmc_opcode << 4) | 0x0E); in qmc_chan_cpm1_command()