Home
last modified time | relevance | path

Searched refs:PEAK_PCI_CHAN_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/can/sja1000/
Dpeak_pci.c62 #define PEAK_PCI_CHAN_SIZE 0x0400 /* Size used by the channel */ macro
406 int c = (priv->reg_base - card->reg_base) / PEAK_PCI_CHAN_SIZE; in peak_pciec_write_reg()
598 reg_base = pci_iomap(pdev, 1, PEAK_PCI_CHAN_SIZE * channels); in peak_pci_probe()
628 priv->reg_base = reg_base + i * PEAK_PCI_CHAN_SIZE; in peak_pci_probe()