Lines Matching refs:tmp32
33 unsigned int i, tmp32, bar_no, iovsmem = 1; in setup_pci_bar() local
54 PCI_BASE_ADDRESS_0 + i * 4, &tmp32); in setup_pci_bar()
56 if (tmp32 == 0x0) in setup_pci_bar()
60 if (tmp32 & 0x1) { in setup_pci_bar()
62 unsigned int size_mask = ~(tmp32 & 0xfffffffc); in setup_pci_bar()
83 unsigned int is_64bit = ((tmp32 & 0x6) == 0x4); in setup_pci_bar()
84 unsigned int is_pref = tmp32 & 0x8; in setup_pci_bar()
85 unsigned int size_mask = ~(tmp32 & 0xfffffff0); in setup_pci_bar()
128 pci_hose_read_config_dword(hose, dev_nu, PCI_CACHE_LINE_SIZE, &tmp32); 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_COMMAND, &tmp32); in setup_pci_bar()
134 tmp32 &= 0xffff; in setup_pci_bar()
137 tmp32 |= 0x5; in setup_pci_bar()
139 tmp32 |= 0x6; in setup_pci_bar()
141 pci_hose_write_config_dword(hose, dev_nu, PCI_COMMAND, tmp32); in setup_pci_bar()