Home
last modified time | relevance | path

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

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