Lines Matching refs:tmp32
34 unsigned int i, tmp32, bar_no, iovsmem = 1; in setup_pci_bar() local
55 PCI_BASE_ADDRESS_0 + i * 4, &tmp32); in setup_pci_bar()
57 if (tmp32 == 0x0) in setup_pci_bar()
61 if (tmp32 & 0x1) { in setup_pci_bar()
63 unsigned int size_mask = ~(tmp32 & 0xfffffffc); in setup_pci_bar()
84 unsigned int is_64bit = ((tmp32 & 0x6) == 0x4); in setup_pci_bar()
85 unsigned int is_pref = tmp32 & 0x8; in setup_pci_bar()
86 unsigned int size_mask = ~(tmp32 & 0xfffffff0); in setup_pci_bar()
129 pci_hose_read_config_dword(hose, dev_nu, PCI_CACHE_LINE_SIZE, &tmp32); in setup_pci_bar()
131 pci_hose_read_config_dword(hose, dev_nu, PCI_CACHE_LINE_SIZE, &tmp32); in setup_pci_bar()
133 pci_hose_read_config_dword(hose, dev_nu, PCI_COMMAND, &tmp32); in setup_pci_bar()
135 tmp32 &= 0xffff; in setup_pci_bar()
138 tmp32 |= 0x5; in setup_pci_bar()
140 tmp32 |= 0x6; in setup_pci_bar()
142 pci_hose_write_config_dword(hose, dev_nu, PCI_COMMAND, tmp32); in setup_pci_bar()