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

/linux-4.1.27/arch/arm/common/
H A Dit8152.c200 u32 v, vtemp, mask = 0; it8152_pci_write_config() local
211 vtemp = __raw_readl(IT8152_PCI_CFG_DATA); it8152_pci_write_config()
214 vtemp &= ~(mask << (8 * shift)); it8152_pci_write_config()
216 vtemp = 0; it8152_pci_write_config()
220 __raw_writel((v | vtemp), IT8152_PCI_CFG_DATA); it8152_pci_write_config()

Completed in 45 milliseconds