Searched refs:VME_CONTROL (Results 1 – 2 of 2) sorted by relevance
70 iowrite32(0, vmic_base + VME_CONTROL); in vmic_probe()73 data = ioread32(vmic_base + VME_CONTROL) & 0x00000FFF; in vmic_probe()75 iowrite32(data, vmic_base + VME_CONTROL); in vmic_probe()78 data = ioread32(vmic_base + VME_CONTROL) & 0x00000FFF; in vmic_probe()85 iowrite32(data, vmic_base + VME_CONTROL); in vmic_probe()
27 #define VME_CONTROL 0x0000 macro