Lines Matching refs:command

119 	void		(*command)(struct uart_port *port, u8 cmd);  member
150 out_8(&PSC(port)->command, cmd); in mpc52xx_psc_command()
155 out_8(&PSC(port)->command, MPC52xx_PSC_SEL_MODE_REG_1); in mpc52xx_psc_set_mode()
193 out_8(&PSC(port)->command, MPC52xx_PSC_SEL_MODE_REG_1); in mpc52xx_psc_get_mr1()
369 .command = mpc52xx_psc_command,
399 .command = mpc52xx_psc_command,
926 out_8(&PSC_5125(port)->command, cmd); in mpc5125_psc_command()
997 .command = mpc5125_psc_command,
1032 .command = mpc52xx_psc_command,
1109 psc_ops->command(port, MPC52xx_PSC_START_BRK); in mpc52xx_uart_break_ctl()
1111 psc_ops->command(port, MPC52xx_PSC_STOP_BRK); in mpc52xx_uart_break_ctl()
1134 psc_ops->command(port, MPC52xx_PSC_RST_RX); in mpc52xx_uart_startup()
1135 psc_ops->command(port, MPC52xx_PSC_RST_TX); in mpc52xx_uart_startup()
1141 psc_ops->command(port, MPC52xx_PSC_TX_ENABLE); in mpc52xx_uart_startup()
1142 psc_ops->command(port, MPC52xx_PSC_RX_ENABLE); in mpc52xx_uart_startup()
1151 psc_ops->command(port, MPC52xx_PSC_RST_RX); in mpc52xx_uart_shutdown()
1153 psc_ops->command(port, MPC52xx_PSC_RST_TX); in mpc52xx_uart_shutdown()
1235 psc_ops->command(port, MPC52xx_PSC_RST_RX); in mpc52xx_uart_set_termios()
1236 psc_ops->command(port, MPC52xx_PSC_RST_TX); in mpc52xx_uart_set_termios()
1249 psc_ops->command(port, MPC52xx_PSC_TX_ENABLE); in mpc52xx_uart_set_termios()
1250 psc_ops->command(port, MPC52xx_PSC_RX_ENABLE); in mpc52xx_uart_set_termios()
1412 psc_ops->command(port, MPC52xx_PSC_RST_ERR_STAT); in mpc52xx_uart_int_rx_chars()