Searched refs:cpm_command (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/arch/powerpc/include/asm/ |
D | cpm.h | 202 int cpm_command(u32 command, u8 opcode); 204 static inline int cpm_command(u32 command, u8 opcode) in cpm_command() function
|
/linux-2.6.39/arch/powerpc/sysdev/ |
D | cpm2.c | 80 cpm_command(CPM_CR_RST, 0); in cpm2_reset() 88 int cpm_command(u32 command, u8 opcode) in cpm_command() function 107 EXPORT_SYMBOL(cpm_command);
|
D | cpm1.c | 241 int cpm_command(u32 command, u8 opcode) in cpm_command() function 263 EXPORT_SYMBOL(cpm_command);
|
/linux-2.6.39/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_cpm1.c | 57 cpm_command(port->command, cmd); in cpm_line_cr_cmd()
|
D | cpm_uart_cpm2.c | 56 cpm_command(port->command, cmd); in cpm_line_cr_cmd()
|
/linux-2.6.39/drivers/i2c/busses/ |
D | i2c-cpm.c | 185 cpm_command(cpm->cp_command, CPM_CR_CLOSE_RX_BD); in cpm_i2c_force_close() 561 cpm_command(cpm->cp_command, CPM_CR_INIT_TRX); in cpm_i2c_setup()
|
/linux-2.6.39/drivers/net/fs_enet/ |
D | mac-scc.c | 94 return cpm_command(fpi->cp_command, op); in scc_cr_cmd()
|
D | mac-fcc.c | 82 return cpm_command(fpi->cp_command, op); in fcc_cr_cmd()
|
/linux-2.6.39/drivers/spi/ |
D | spi_fsl_spi.c | 126 cpm_command(CPM_SPI_CMD, CPM_CR_INIT_TRX); in fsl_spi_change_mode()
|
/linux-2.6.39/drivers/usb/gadget/ |
D | fsl_qe_udc.c | 239 cpm_command(CPM_USB_STOP_TX | (ep->epnum << CPM_USB_EP_SHIFT), in qe_ep_cmd_stoptx() 251 cpm_command(CPM_USB_RESTART_TX | (ep->epnum << in qe_ep_cmd_restarttx()
|