Searched refs:sifive_serial_port (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/serial/
H A Dsifive.c137 * struct sifive_serial_port - driver-specific data extension to struct uart_port
147 struct sifive_serial_port { struct
161 struct sifive_serial_port, \
165 struct sifive_serial_port, \
218 * @ssp: pointer to a struct sifive_serial_port record
221 * IP block base, given a pointer @ssp to a struct sifive_serial_port record.
225 static void __ssp_writel(u32 v, u16 offs, struct sifive_serial_port *ssp)
232 * @ssp: pointer to a struct sifive_serial_port record
236 * IP block base, given a pointer @ssp to a struct sifive_serial_port record.
242 static u32 __ssp_readl(struct sifive_serial_port *ss
[all...]

Completed in 110 milliseconds