Searched refs:pci_base_high (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/vme/bridges/ |
H A D | vme_tsi148.c | 814 unsigned int pci_base_low, pci_base_high; in tsi148_master_set() local 876 reg_split(pci_base, &pci_base_high, &pci_base_low); in tsi148_master_set() 1008 iowrite32be(pci_base_high, bridge->base + TSI148_LCSR_OT[i] + in tsi148_master_set() 1054 unsigned int pci_base_low, pci_base_high; in __tsi148_master_get() local 1068 pci_base_high = ioread32be(bridge->base + TSI148_LCSR_OT[i] + in __tsi148_master_get() 1082 reg_join(pci_base_high, pci_base_low, &pci_base); in __tsi148_master_get()
|
/kernel/linux/linux-6.6/drivers/staging/vme_user/ |
H A D | vme_tsi148.c | 805 unsigned int pci_base_low, pci_base_high; in tsi148_master_set() local 864 reg_split(pci_base, &pci_base_high, &pci_base_low); in tsi148_master_set() 993 iowrite32be(pci_base_high, bridge->base + TSI148_LCSR_OT[i] + in tsi148_master_set() 1038 unsigned int pci_base_low, pci_base_high; in __tsi148_master_get() local 1052 pci_base_high = ioread32be(bridge->base + TSI148_LCSR_OT[i] + in __tsi148_master_get() 1066 reg_join(pci_base_high, pci_base_low, &pci_base); in __tsi148_master_get()
|
Completed in 6 milliseconds