Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vme/bridges/
H A Dvme_tsi148.c479 unsigned int pci_offset_low, pci_offset_high; in tsi148_slave_set() local
522 reg_split(pci_offset, &pci_offset_high, &pci_offset_low); in tsi148_slave_set()
554 iowrite32be(pci_offset_high, bridge->base + TSI148_LCSR_IT[i] + in tsi148_slave_set()
623 unsigned int pci_offset_low, pci_offset_high; in tsi148_slave_get() local
643 pci_offset_high = ioread32be(bridge->base + TSI148_LCSR_IT[i] + in tsi148_slave_get()
651 reg_join(pci_offset_high, pci_offset_low, &pci_offset); in tsi148_slave_get()