Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/vme/bridges/
Dvme_tsi148.c900 unsigned int pci_base_low, pci_base_high; in tsi148_master_set() local
962 reg_split(pci_base, &pci_base_high, &pci_base_low); in tsi148_master_set()
1094 iowrite32be(pci_base_high, bridge->base + TSI148_LCSR_OT[i] + in tsi148_master_set()
1140 unsigned int pci_base_low, pci_base_high; in __tsi148_master_get() local
1154 pci_base_high = ioread32be(bridge->base + TSI148_LCSR_OT[i] + in __tsi148_master_get()
1168 reg_join(pci_base_high, pci_base_low, &pci_base); in __tsi148_master_get()