Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/sja1000/
H A Dpeak_pci.c54 #define PEAK_PCI_CHAN_SIZE 0x0400 /* Size used by the channel */ macro
405 int c = (priv->reg_base - card->reg_base) / PEAK_PCI_CHAN_SIZE; in peak_pciec_write_reg()
596 reg_base = pci_iomap(pdev, 1, PEAK_PCI_CHAN_SIZE * channels); in peak_pci_probe()
641 priv->reg_base = reg_base + i * PEAK_PCI_CHAN_SIZE; in peak_pci_probe()