Home
last modified time | relevance | path

Searched refs:pic32_uart_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/serial/
H A Dserial_pic32.c161 static const struct dm_serial_ops pic32_uart_ops = { variable
178 .ops = &pic32_uart_ops,
/openbmc/linux/drivers/tty/serial/
H A Dpic32_uart.c745 static const struct uart_ops pic32_uart_ops = { variable
907 port->ops = &pic32_uart_ops; in pic32_uart_probe()