Lines Matching refs:tmpword
2632 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()
2731 pci_read_config_word(dev, PCI_DMA_C, &tmpword); in preconfigure_through_82801()
2734 tmpword |= 0xc000; in preconfigure_through_82801()
2737 tmpword |= 0x3000; in preconfigure_through_82801()
2740 tmpword |= 0x0c00; in preconfigure_through_82801()
2743 tmpword |= 0x00c0; in preconfigure_through_82801()
2746 tmpword |= 0x0030; in preconfigure_through_82801()
2749 tmpword |= 0x000c; in preconfigure_through_82801()
2752 tmpword |= 0x0003; in preconfigure_through_82801()
2757 pr_debug("PCI_DMA_C (write): 0x%04x\n", tmpword); in preconfigure_through_82801()
2758 pci_write_config_word(dev, PCI_DMA_C, tmpword); in preconfigure_through_82801()
2766 tmpword = conf->fir_io & 0xfff8; in preconfigure_through_82801()
2767 tmpword |= 0x0001; in preconfigure_through_82801()
2768 pr_debug("GEN2_DEC (write): 0x%04x\n", tmpword); in preconfigure_through_82801()
2769 pci_write_config_word(dev, GEN2_DEC, tmpword); in preconfigure_through_82801()