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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dpdc202xx_old.c88 unsigned long high_16 = pci_resource_start(dev, 4); local
89 u8 sc1d = inb(high_16 + 0x1d);
144 unsigned long high_16 = hwif->extra_base - 16; local
145 unsigned long atapi_reg = high_16 + (hwif->channel ? 0x24 : 0x20);
147 u8 clock = inb(high_16 + 0x11);
149 outb(clock | (hwif->channel ? 0x08 : 0x02), high_16 + 0x11);
163 unsigned long high_16 = hwif->extra_base - 16; local
164 unsigned long atapi_reg = high_16 + (hwif->channel ? 0x24 : 0x20);
168 clock = inb(high_16 + 0x11);
169 outb(clock & ~(hwif->channel ? 0x08:0x02), high_16
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dsmsc95xx.c1167 u16 high_16 = (u16)(skb->csum_offset + skb->csum_start - len); local
1169 return (high_16 << 16) | low_16;

Completed in 115 milliseconds