Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/irda/
Dsmsc-ircc2.c2632 unsigned short tmpword; in preconfigure_through_82801() local
2688 pci_read_config_word(dev, LPC_EN, &tmpword); in preconfigure_through_82801()
2694 tmpword |= 0x2000; in preconfigure_through_82801()
2697 tmpword |= 0x1000; in preconfigure_through_82801()
2700 tmpword |= 0x0800; in preconfigure_through_82801()
2703 tmpword |= 0x0400; in preconfigure_through_82801()
2710 tmpword &= 0xfffd; /* disable LPC COMB */ in preconfigure_through_82801()
2711 tmpword |= 0x0001; /* set bit 0 : enable LPC COMA addr range (GEN2) */ in preconfigure_through_82801()
2712 pr_debug("LPC_EN (write): 0x%04x\n", tmpword); in preconfigure_through_82801()
2713 pci_write_config_word(dev, LPC_EN, tmpword); in preconfigure_through_82801()
[all …]