Home
last modified time | relevance | path

Searched refs:high_16 (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/ide/
H A Dpdc202xx_old.c89 unsigned long high_16 = pci_resource_start(dev, 4); in pdc202xx_test_irq() local
90 u8 sc1d = inb(high_16 + 0x1d); in pdc202xx_test_irq()
154 unsigned long high_16 = hwif->extra_base - 16; in pdc202xx_dma_start() local
155 unsigned long atapi_reg = high_16 + (hwif->channel ? 0x24 : 0x20); in pdc202xx_dma_start()
157 u8 clock = inb(high_16 + 0x11); in pdc202xx_dma_start()
159 outb(clock | (hwif->channel ? 0x08 : 0x02), high_16 + 0x11); in pdc202xx_dma_start()
173 unsigned long high_16 = hwif->extra_base - 16; in pdc202xx_dma_end() local
174 unsigned long atapi_reg = high_16 + (hwif->channel ? 0x24 : 0x20); in pdc202xx_dma_end()
178 clock = inb(high_16 + 0x11); in pdc202xx_dma_end()
179 outb(clock & ~(hwif->channel ? 0x08:0x02), high_16 in pdc202xx_dma_end()
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dsmsc95xx.c1900 u16 high_16 = low_16 + skb->csum_offset; in smsc95xx_calc_csum_preamble() local
1901 return (high_16 << 16) | low_16; in smsc95xx_calc_csum_preamble()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dsmsc95xx.c1909 u16 high_16 = low_16 + skb->csum_offset; in smsc95xx_calc_csum_preamble() local
1910 return (high_16 << 16) | low_16; in smsc95xx_calc_csum_preamble()

Completed in 9 milliseconds