Home
last modified time | relevance | path

Searched defs:edgeport_port (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/serial/
H A Dio_edgeport.c161 struct edgeport_port { struct
168 spinlock_t ep_lock;
170 __u8 shadowLCR; /* last LCR value received */
171 __u8 shadowMCR; /* last MCR value received */
176 __u8 validDataMask;
177 __u32 baudRate;
179 bool open;
180 bool openPending;
181 bool commandPending;
182 bool closePending;
[all …]
H A Dio_ti.c89 struct edgeport_port { struct
90 u16 uart_base;
91 u16 dma_address;
92 u8 shadow_msr;
93 u8 shadow_mcr;
94 u8 shadow_lsr;
95 u8 lsr_mask;
101 int baud_rate;
102 int close_pending;
103 int lsr_event;
[all …]