Searched defs:edgeport_port (Results 1 – 2 of 2) sorted by relevance
161 struct edgeport_port { struct162 __u16 txCredits; /* our current credits for this port */163 __u16 maxTxCredits; /* the max size of the port */165 struct TxFifo txfifo; /* transmit fifo -- size will be maxTxCredits */166 struct urb *write_urb; /* write URB for this port */167 bool write_in_progress; /* 'true' while a write URB is outstanding */168 spinlock_t ep_lock;170 __u8 shadowLCR; /* last LCR value received */171 __u8 shadowMCR; /* last MCR value received */172 __u8 shadowMSR; /* last MSR value received */[all …]
89 struct edgeport_port { struct90 u16 uart_base;91 u16 dma_address;92 u8 shadow_msr;93 u8 shadow_mcr;94 u8 shadow_lsr;95 u8 lsr_mask;96 u32 ump_read_timeout; /*101 int baud_rate;102 int close_pending;[all …]