Lines Matching refs:tmp32
35 unsigned int i, tmp32, bar_no, iovsmem = 1; in setup_pci_bar() local
56 PCI_BASE_ADDRESS_0 + i * 4, &tmp32); in setup_pci_bar()
58 if (tmp32 == 0x0) in setup_pci_bar()
62 if (tmp32 & 0x1) { in setup_pci_bar()
64 unsigned int size_mask = ~(tmp32 & 0xfffffffc); in setup_pci_bar()
85 unsigned int is_64bit = ((tmp32 & 0x6) == 0x4); in setup_pci_bar()
86 unsigned int is_pref = tmp32 & 0x8; in setup_pci_bar()
87 unsigned int size_mask = ~(tmp32 & 0xfffffff0); in setup_pci_bar()
130 pci_hose_read_config_dword(hose, dev_nu, PCI_CACHE_LINE_SIZE, &tmp32); in setup_pci_bar()
132 pci_hose_read_config_dword(hose, dev_nu, PCI_CACHE_LINE_SIZE, &tmp32); in setup_pci_bar()
134 pci_hose_read_config_dword(hose, dev_nu, PCI_COMMAND, &tmp32); in setup_pci_bar()
136 tmp32 &= 0xffff; in setup_pci_bar()
139 tmp32 |= 0x5; in setup_pci_bar()
141 tmp32 |= 0x6; in setup_pci_bar()
143 pci_hose_write_config_dword(hose, dev_nu, PCI_COMMAND, tmp32); in setup_pci_bar()