Lines Matching defs:command
112 void (*command)(struct uart_port *port, u8 cmd);
143 out_8(&PSC(port)->command, cmd);
148 out_8(&PSC(port)->command, MPC52xx_PSC_SEL_MODE_REG_1);
186 out_8(&PSC(port)->command, MPC52xx_PSC_SEL_MODE_REG_1);
363 .command = mpc52xx_psc_command,
393 .command = mpc52xx_psc_command,
920 out_8(&PSC_5125(port)->command, cmd);
991 .command = mpc5125_psc_command,
1026 .command = mpc52xx_psc_command,
1103 psc_ops->command(port, MPC52xx_PSC_START_BRK);
1105 psc_ops->command(port, MPC52xx_PSC_STOP_BRK);
1128 psc_ops->command(port, MPC52xx_PSC_RST_RX);
1129 psc_ops->command(port, MPC52xx_PSC_RST_TX);
1132 * According to Freescale's support the RST_TX command can produce a
1142 psc_ops->command(port, MPC52xx_PSC_TX_ENABLE);
1143 psc_ops->command(port, MPC52xx_PSC_RX_ENABLE);
1152 psc_ops->command(port, MPC52xx_PSC_RST_RX);
1154 psc_ops->command(port, MPC52xx_PSC_RST_TX);
1236 psc_ops->command(port, MPC52xx_PSC_RST_RX);
1237 psc_ops->command(port, MPC52xx_PSC_RST_TX);
1250 psc_ops->command(port, MPC52xx_PSC_TX_ENABLE);
1251 psc_ops->command(port, MPC52xx_PSC_RX_ENABLE);
1409 psc_ops->command(port, MPC52xx_PSC_RST_ERR_STAT);