Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dip22zilog.c91 #define ZILOG_CHANNEL_FROM_PORT(PORT) ((struct zilog_channel *)((PORT)->membase)) macro
436 = ZILOG_CHANNEL_FROM_PORT(&up->port); in ip22zilog_interrupt()
463 channel = ZILOG_CHANNEL_FROM_PORT(&up->port); in ip22zilog_interrupt()
498 channel = ZILOG_CHANNEL_FROM_PORT(port); in ip22zilog_read_channel_status()
550 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); in ip22zilog_set_mctrl()
584 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); in ip22zilog_start_tx()
633 channel = ZILOG_CHANNEL_FROM_PORT(port); in ip22zilog_stop_rx()
645 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); in ip22zilog_enable_ms()
662 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); in ip22zilog_break_ctl()
695 channel = ZILOG_CHANNEL_FROM_PORT(&up->port); in __ip22zilog_reset()
[all …]
Dsunzilog.c109 #define ZILOG_CHANNEL_FROM_PORT(PORT) ((struct zilog_channel __iomem *)((PORT)->membase)) macro
295 sunzilog_maybe_update_regs(up, ZILOG_CHANNEL_FROM_PORT(&up->port)); in sunzilog_change_mouse_baud()
535 = ZILOG_CHANNEL_FROM_PORT(&up->port); in sunzilog_interrupt()
563 channel = ZILOG_CHANNEL_FROM_PORT(&up->port); in sunzilog_interrupt()
598 channel = ZILOG_CHANNEL_FROM_PORT(port); in sunzilog_read_channel_status()
650 struct zilog_channel __iomem *channel = ZILOG_CHANNEL_FROM_PORT(port); in sunzilog_set_mctrl()
684 struct zilog_channel __iomem *channel = ZILOG_CHANNEL_FROM_PORT(port); in sunzilog_start_tx()
733 channel = ZILOG_CHANNEL_FROM_PORT(port); in sunzilog_stop_rx()
745 struct zilog_channel __iomem *channel = ZILOG_CHANNEL_FROM_PORT(port); in sunzilog_enable_ms()
762 struct zilog_channel __iomem *channel = ZILOG_CHANNEL_FROM_PORT(port); in sunzilog_break_ctl()
[all …]