Searched refs:VME_CONTROL (Results 1 – 2 of 2) sorted by relevance
66 iowrite32(0, vmic_base + VME_CONTROL); in vmic_probe()69 data = ioread32(vmic_base + VME_CONTROL) & 0x00000FFF; in vmic_probe()71 iowrite32(data, vmic_base + VME_CONTROL); in vmic_probe()74 data = ioread32(vmic_base + VME_CONTROL) & 0x00000FFF; in vmic_probe()81 iowrite32(data, vmic_base + VME_CONTROL); in vmic_probe()
23 #define VME_CONTROL 0x0000 macro