Searched refs:cpm_command (Results 1 – 10 of 10) sorted by relevance
/linux/include/soc/fsl/ |
A D | cpm.h | 161 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/ |
A D | cpm2.c | 75 cpm_command(CPM_CR_RST, 0); in cpm2_reset() 83 int cpm_command(u32 command, u8 opcode) in cpm_command() function 102 EXPORT_SYMBOL(cpm_command);
|
/linux/drivers/tty/serial/cpm_uart/ |
A D | cpm_uart_cpm1.c | 41 cpm_command(port->command, cmd); in cpm_line_cr_cmd()
|
A D | cpm_uart_cpm2.c | 39 cpm_command(port->command, cmd); in cpm_line_cr_cmd()
|
/linux/drivers/i2c/busses/ |
A D | i2c-cpm.c | 175 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/arch/powerpc/platforms/8xx/ |
A D | cpm1.c | 231 int cpm_command(u32 command, u8 opcode) in cpm_command() function 253 EXPORT_SYMBOL(cpm_command);
|
/linux/drivers/spi/ |
A D | spi-fsl-cpm.c | 65 cpm_command(CPM_SPI_CMD, CPM_CR_INIT_TRX); in fsl_spi_cpm_reinit_txrx()
|
/linux/drivers/net/ethernet/freescale/fs_enet/ |
A D | mac-scc.c | 88 return cpm_command(fpi->cp_command, op); in scc_cr_cmd()
|
A D | mac-fcc.c | 83 return cpm_command(fpi->cp_command, op); in fcc_cr_cmd()
|
/linux/drivers/usb/gadget/udc/ |
A D | fsl_qe_udc.c | 229 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()
|
Completed in 19 milliseconds