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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dsmsc-ircc2.c2561 unsigned short tmpword; local
2617 pci_read_config_word(dev, LPC_EN, &tmpword);
2623 tmpword |= 0x2000;
2626 tmpword |= 0x1000;
2629 tmpword |= 0x0800;
2632 tmpword |= 0x0400;
2639 tmpword &= 0xfffd; /* disable LPC COMB */
2640 tmpword |= 0x0001; /* set bit 0 : enable LPC COMA addr range (GEN2) */
2641 IRDA_DEBUG(1, "LPC_EN (write): 0x%04x\n", tmpword);
2642 pci_write_config_word(dev, LPC_EN, tmpword);
[all...]

Completed in 113 milliseconds