Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vme_user/
H A Dvme_tsi148.c806 unsigned int pci_bound_low, pci_bound_high; in tsi148_master_set() local
865 reg_split(pci_bound, &pci_bound_high, &pci_bound_low); in tsi148_master_set()
997 iowrite32be(pci_bound_high, bridge->base + TSI148_LCSR_OT[i] + in tsi148_master_set()
1039 unsigned int pci_bound_low, pci_bound_high; in __tsi148_master_get() local
1056 pci_bound_high = ioread32be(bridge->base + TSI148_LCSR_OT[i] + in __tsi148_master_get()
1067 reg_join(pci_bound_high, pci_bound_low, &pci_bound); in __tsi148_master_get()