Lines Matching +full:per +full:- +full:board

1 /* SPDX-License-Identifier: GPL-2.0+ */
49 dev_dbg(pdev->dev, fmt, ##__VA_ARGS__); \
56 /* Board ids */
70 /* Board type definitions */
76 /* Board State Definitions */
94 #define JSM_VERSION "jsm: 1.2-1-INKERNEL"
95 #define JSM_PARTNUM "40002438_A-INKERNEL"
101 * Per board operations structure *
124 * Per-board information
128 int boardnum; /* Board number: 0-32 */
130 int type; /* Type of board */
133 u32 maxports; /* MAX ports this board can handle */
155 u32 bd_dividend; /* Board/UARTs specific dividend */
183 #define RQUEUEMASK 0x1FFF /* 8 K - 1 */
184 #define EQUEUEMASK 0x1FFF /* 8 K - 1 */
194 struct jsm_board *ch_bd; /* Board structure pointer */
221 u8 *ch_rqueue; /* Our read queue buffer - malloc'ed */
225 u8 *ch_equeue; /* Our error queue buffer - malloc'ed */
251 * Per channel/port Classic UART structures *
260 u8 txrx; /* WR RHR/THR - Holding Reg */
261 u8 ier; /* WR IER - Interrupt Enable Reg */
262 u8 isr_fcr; /* WR ISR/FCR - Interrupt Status Reg/Fifo Control Reg*/
263 u8 lcr; /* WR LCR - Line Control Reg */
264 u8 mcr; /* WR MCR - Modem Control Reg */
265 u8 lsr; /* WR LSR - Line Status Reg */
266 u8 msr; /* WR MSR - Modem Status Reg */
267 u8 spr; /* WR SPR - Scratch Pad Reg */
306 * Per channel/port NEO UART structure *
315 u8 txrx; /* WR RHR/THR - Holding Reg */
316 u8 ier; /* WR IER - Interrupt Enable Reg */
317 u8 isr_fcr; /* WR ISR/FCR - Interrupt Status Reg/Fifo Control Reg */
318 u8 lcr; /* WR LCR - Line Control Reg */
319 u8 mcr; /* WR MCR - Modem Control Reg */
320 u8 lsr; /* WR LSR - Line Status Reg */
321 u8 msr; /* WR MSR - Modem Status Reg */
322 u8 spr; /* WR SPR - Scratch Pad Reg */
323 u8 fctr; /* WR FCTR - Feature Control Reg */
324 u8 efr; /* WR EFR - Enhanced Function Reg */
325 u8 tfifo; /* WR TXCNT/TXTRG - Transmit FIFO Reg */
326 u8 rfifo; /* WR RXCNT/RXTRG - Receive FIFO Reg */
327 u8 xoffchar1; /* WR XOFF 1 - XOff Character 1 Reg */
328 u8 xoffchar2; /* WR XOFF 2 - XOff Character 2 Reg */
329 u8 xonchar1; /* WR XON 1 - Xon Character 1 Reg */
330 u8 xonchar2; /* WR XON 2 - XOn Character 2 Reg */
332 u8 reserved1[0x2ff - 0x200]; /* U Reserved by Exar */
334 u8 reserved2[0x37f - 0x340]; /* U Reserved by Exar */
413 #define PCI_DEVICE_NEO_2DB9_PCI_NAME "Neo 2 - DB9 Universal PCI"
414 #define PCI_DEVICE_NEO_2DB9PRI_PCI_NAME "Neo 2 - DB9 Universal PCI - Powered Ring Indicator"
415 #define PCI_DEVICE_NEO_2RJ45_PCI_NAME "Neo 2 - RJ45 Universal PCI"
416 #define PCI_DEVICE_NEO_2RJ45PRI_PCI_NAME "Neo 2 - RJ45 Universal PCI - Powered Ring Indicator"
417 #define PCIE_DEVICE_NEO_IBM_PCI_NAME "Neo 4 - PCI Express - IBM"
429 * Prototypes for non-static functions used in more than one module