Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dzs.c142 static u8 read_zsreg(struct zs_port *zport, int reg) in read_zsreg() argument
144 void __iomem *control = zport->port.membase + ZS_CHAN_IO_OFFSET; in read_zsreg()
157 static void write_zsreg(struct zs_port *zport, int reg, u8 value) in write_zsreg() argument
159 void __iomem *control = zport->port.membase + ZS_CHAN_IO_OFFSET; in write_zsreg()
171 static u8 read_zsdata(struct zs_port *zport) in read_zsdata() argument
173 void __iomem *data = zport->port.membase + in read_zsdata()
182 static void write_zsdata(struct zs_port *zport, u8 value) in write_zsdata() argument
184 void __iomem *data = zport->port.membase + in write_zsdata()
196 struct zs_port *zport; in zs_dump() local
200 zport = &zs_sccs[i / ZS_NUM_CHAN].zport[i % ZS_NUM_CHAN]; in zs_dump()
[all …]
Dzs.h41 struct zs_port zport[2]; member