Searched refs:high_16 (Results 1 – 2 of 2) sorted by relevance
88 unsigned long high_16 = pci_resource_start(dev, 4); in pdc202xx_test_irq() local89 u8 sc1d = inb(high_16 + 0x1d); in pdc202xx_test_irq()153 unsigned long high_16 = hwif->extra_base - 16; in pdc202xx_dma_start() local154 unsigned long atapi_reg = high_16 + (hwif->channel ? 0x24 : 0x20); in pdc202xx_dma_start()156 u8 clock = inb(high_16 + 0x11); in pdc202xx_dma_start()158 outb(clock | (hwif->channel ? 0x08 : 0x02), high_16 + 0x11); in pdc202xx_dma_start()172 unsigned long high_16 = hwif->extra_base - 16; in pdc202xx_dma_end() local173 unsigned long atapi_reg = high_16 + (hwif->channel ? 0x24 : 0x20); in pdc202xx_dma_end()177 clock = inb(high_16 + 0x11); in pdc202xx_dma_end()178 outb(clock & ~(hwif->channel ? 0x08:0x02), high_16 + 0x11); in pdc202xx_dma_end()
2001 u16 high_16 = low_16 + skb->csum_offset; in smsc95xx_calc_csum_preamble() local2002 return (high_16 << 16) | low_16; in smsc95xx_calc_csum_preamble()