Lines Matching defs:command
114 void (*command)(struct uart_port *port, u8 cmd);
145 out_8(&PSC(port)->command, cmd);
150 out_8(&PSC(port)->command, MPC52xx_PSC_SEL_MODE_REG_1);
188 out_8(&PSC(port)->command, MPC52xx_PSC_SEL_MODE_REG_1);
365 .command = mpc52xx_psc_command,
395 .command = mpc52xx_psc_command,
919 out_8(&PSC_5125(port)->command, cmd);
990 .command = mpc5125_psc_command,
1025 .command = mpc52xx_psc_command,
1102 psc_ops->command(port, MPC52xx_PSC_START_BRK);
1104 psc_ops->command(port, MPC52xx_PSC_STOP_BRK);
1127 psc_ops->command(port, MPC52xx_PSC_RST_RX);
1128 psc_ops->command(port, MPC52xx_PSC_RST_TX);
1131 * According to Freescale's support the RST_TX command can produce a
1141 psc_ops->command(port, MPC52xx_PSC_TX_ENABLE);
1142 psc_ops->command(port, MPC52xx_PSC_RX_ENABLE);
1151 psc_ops->command(port, MPC52xx_PSC_RST_RX);
1153 psc_ops->command(port, MPC52xx_PSC_RST_TX);
1235 psc_ops->command(port, MPC52xx_PSC_RST_RX);
1236 psc_ops->command(port, MPC52xx_PSC_RST_TX);
1249 psc_ops->command(port, MPC52xx_PSC_TX_ENABLE);
1250 psc_ops->command(port, MPC52xx_PSC_RX_ENABLE);
1408 psc_ops->command(port, MPC52xx_PSC_RST_ERR_STAT);