Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dzs.c138 static u8 read_zsreg(struct zs_port *zport, int reg) in read_zsreg() argument
140 void __iomem *control = zport->port.membase + ZS_CHAN_IO_OFFSET; in read_zsreg()
153 static void write_zsreg(struct zs_port *zport, int reg, u8 value) in write_zsreg() argument
155 void __iomem *control = zport->port.membase + ZS_CHAN_IO_OFFSET; in write_zsreg()
167 static u8 read_zsdata(struct zs_port *zport) in read_zsdata() argument
169 void __iomem *data = zport->port.membase + in read_zsdata()
178 static void write_zsdata(struct zs_port *zport, u8 value) in write_zsdata() argument
180 void __iomem *data = zport->port.membase + in write_zsdata()
192 struct zs_port *zport; in zs_dump() local
196 zport = &zs_sccs[i / ZS_NUM_CHAN].zport[i % ZS_NUM_CHAN]; in zs_dump()
[all …]
Dzs.h41 struct zs_port zport[2]; member