REGNUM             93 drivers/tty/serial/ip22zilog.c #define IP22ZILOG_GET_CURR_REG(PORT, REGNUM)		\
REGNUM             94 drivers/tty/serial/ip22zilog.c 	(UART_ZILOG(PORT)->curregs[REGNUM])
REGNUM             95 drivers/tty/serial/ip22zilog.c #define IP22ZILOG_SET_CURR_REG(PORT, REGNUM, REGVAL)	\
REGNUM             96 drivers/tty/serial/ip22zilog.c 	((UART_ZILOG(PORT)->curregs[REGNUM]) = (REGVAL))