Searched defs:edgeport_port (Results 1 – 2 of 2) sorted by relevance
90 struct edgeport_port { struct91 __u16 txCredits; /* our current credits for this port */92 __u16 maxTxCredits; /* the max size of the port */94 struct TxFifo txfifo; /* transmit fifo -- size will be maxTxCredits */95 struct urb *write_urb; /* write URB for this port */96 bool write_in_progress; /* 'true' while a write URB is outstanding */97 spinlock_t ep_lock;99 __u8 shadowLCR; /* last LCR value received */100 __u8 shadowMCR; /* last MCR value received */101 __u8 shadowMSR; /* last MSR value received */[all …]
80 struct edgeport_port { struct81 __u16 uart_base;82 __u16 dma_address;83 __u8 shadow_msr;84 __u8 shadow_mcr;85 __u8 shadow_lsr;86 __u8 lsr_mask;87 __u32 ump_read_timeout; /* Number of milliseconds the UMP will90 int baud_rate;91 int close_pending;[all …]