Lines Matching defs:enable
107 int (*clock)(struct uart_port *port, int enable);
169 /* enable CTS and DCD as IPC interrupts */
301 /* enable the /32 prescaler and set the divisor */
560 /* enable the /16 prescaler and set the divisor */
593 pr_err("%s: Can't enable FIFO clock\n", __func__);
675 dev_err(port->dev, "Failed to enable MCLK!\n");
688 dev_err(port->dev, "Failed to enable IPG clock!\n");
725 /* implementation of the .clock() callback (enable/disable) */
726 static int mpc512x_psc_endis_clock(struct uart_port *port, int enable)
742 dev_dbg(port->dev, "mclk %sable\n", enable ? "en" : "dis");
743 if (enable) {
746 dev_err(port->dev, "Failed to enable MCLK!\n");
898 /* enable the /16 prescaler and set the divisor */
942 /* enable CTS and DCD as IPC interrupts */
1126 /* Reset/activate the port, clear and enable interrupts */