Searched refs:sbd_port (Results 1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/tty/serial/ |
| D | sb1250-duart.c | 92 struct sbd_port { struct 104 struct sbd_port sport[2]; argument 109 #define to_sport(uport) container_of(uport, struct sbd_port, port) 125 static u64 __read_sbdchn(struct sbd_port *sport, int reg) in __read_sbdchn() 132 static u64 __read_sbdshr(struct sbd_port *sport, int reg) in __read_sbdshr() 139 static void __write_sbdchn(struct sbd_port *sport, int reg, u64 value) in __write_sbdchn() 146 static void __write_sbdshr(struct sbd_port *sport, int reg, u64 value) in __write_sbdshr() 157 static void __war_sbd1956(struct sbd_port *sport) in __war_sbd1956() 163 static unsigned char read_sbdchn(struct sbd_port *sport, int reg) in read_sbdchn() 173 static unsigned char read_sbdshr(struct sbd_port *sport, int reg) in read_sbdshr() [all …]
|