#include <linux/bits.h>
#include <linux/module.h>
#include <linux/overflow.h>
#include <linux/pci.h>
#include "8250.h"
#define PCI_DEVICE_ID_ACCESSIO_PCIE_COM_2SDB …
#define PCI_DEVICE_ID_ACCESSIO_MPCIE_COM_2S …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_COM422_4 …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_COM485_4 …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_COM_4SDB …
#define PCI_DEVICE_ID_ACCESSIO_MPCIE_COM_4S …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_COM422_8 …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_COM485_8 …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_COM232_2DB …
#define PCI_DEVICE_ID_ACCESSIO_MPCIE_COM232_2 …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_COM232_4 …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_COM232_4DB …
#define PCI_DEVICE_ID_ACCESSIO_MPCIE_COM232_4 …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_COM232_8 …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_COM_2SMDB …
#define PCI_DEVICE_ID_ACCESSIO_MPCIE_COM_2SM …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_COM_4SM …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_COM_4SMDB …
#define PCI_DEVICE_ID_ACCESSIO_MPCIE_COM_4SM …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_COM_8SM …
#define PCI_DEVICE_ID_ACCESSIO_MPCIE_ICM485_1 …
#define PCI_DEVICE_ID_ACCESSIO_MPCIE_ICM422_2 …
#define PCI_DEVICE_ID_ACCESSIO_MPCIE_ICM485_2 …
#define PCI_DEVICE_ID_ACCESSIO_MPCIE_ICM422_4 …
#define PCI_DEVICE_ID_ACCESSIO_MPCIE_ICM485_4 …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_ICM_2S …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_ICM_4S …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_ICM232_2 …
#define PCI_DEVICE_ID_ACCESSIO_MPCIE_ICM232_2 …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_ICM232_4 …
#define PCI_DEVICE_ID_ACCESSIO_MPCIE_ICM232_4 …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_ICM_2SM …
#define PCI_DEVICE_ID_ACCESSIO_PCIE_ICM_4SM …
struct pericom8250 { … };
static void pericom_do_set_divisor(struct uart_port *port, unsigned int baud,
unsigned int quot, unsigned int quot_frac)
{ … }
static int pericom8250_probe(struct pci_dev *pdev, const struct pci_device_id *id)
{ … }
static void pericom8250_remove(struct pci_dev *pdev)
{ … }
static const struct pci_device_id pericom8250_pci_ids[] = …;
MODULE_DEVICE_TABLE(pci, pericom8250_pci_ids);
static struct pci_driver pericom8250_pci_driver = …;
module_pci_driver(…) …;
MODULE_LICENSE(…) …;
MODULE_DESCRIPTION(…) …;