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()
370 .command = mpc52xx_psc_command,
400 .command = mpc52xx_psc_command,
927 out_8(&PSC_5125(port)->command, cmd); in mpc5125_psc_command()
998 .command = mpc5125_psc_command,
1033 .command = mpc52xx_psc_command,
1110 psc_ops->command(port, MPC52xx_PSC_START_BRK); in mpc52xx_uart_break_ctl()
1112 psc_ops->command(port, MPC52xx_PSC_STOP_BRK); in mpc52xx_uart_break_ctl()
1135 psc_ops->command(port, MPC52xx_PSC_RST_RX); in mpc52xx_uart_startup()
1136 psc_ops->command(port, MPC52xx_PSC_RST_TX); in mpc52xx_uart_startup()
1149 psc_ops->command(port, MPC52xx_PSC_TX_ENABLE); in mpc52xx_uart_startup()
1150 psc_ops->command(port, MPC52xx_PSC_RX_ENABLE); in mpc52xx_uart_startup()
1159 psc_ops->command(port, MPC52xx_PSC_RST_RX); in mpc52xx_uart_shutdown()
1161 psc_ops->command(port, MPC52xx_PSC_RST_TX); in mpc52xx_uart_shutdown()
1243 psc_ops->command(port, MPC52xx_PSC_RST_RX); in mpc52xx_uart_set_termios()
1244 psc_ops->command(port, MPC52xx_PSC_RST_TX); in mpc52xx_uart_set_termios()
1257 psc_ops->command(port, MPC52xx_PSC_TX_ENABLE); in mpc52xx_uart_set_termios()
1258 psc_ops->command(port, MPC52xx_PSC_RX_ENABLE); in mpc52xx_uart_set_termios()
1420 psc_ops->command(port, MPC52xx_PSC_RST_ERR_STAT); in mpc52xx_uart_int_rx_chars()