Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/sja1000/
H A Dems_pci.c253 int max_chan, conf_size, base_bar, conf_bar; in ems_pci_add_card() local
278 base_bar = EMS_PCI_V3_BASE_BAR; in ems_pci_add_card()
284 base_bar = EMS_PCI_V2_BASE_BAR; in ems_pci_add_card()
290 base_bar = EMS_PCI_V1_BASE_BAR; in ems_pci_add_card()
302 card->base_addr = pci_iomap(pdev, base_bar, EMS_PCI_BASE_SIZE); in ems_pci_add_card()