Lines Matching defs:high_16
89 unsigned long high_16 = pci_resource_start(dev, 4);
90 u8 sc1d = inb(high_16 + 0x1d);
154 unsigned long high_16 = hwif->extra_base - 16;
155 unsigned long atapi_reg = high_16 + (hwif->channel ? 0x24 : 0x20);
157 u8 clock = inb(high_16 + 0x11);
159 outb(clock | (hwif->channel ? 0x08 : 0x02), high_16 + 0x11);
173 unsigned long high_16 = hwif->extra_base - 16;
174 unsigned long atapi_reg = high_16 + (hwif->channel ? 0x24 : 0x20);
178 clock = inb(high_16 + 0x11);
179 outb(clock & ~(hwif->channel ? 0x08:0x02), high_16 + 0x11);