Lines Matching refs:temp_dword
1177 u32 temp_dword, rc;
1267 pci_bus_read_config_dword(ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword);
1268 dbg("temp_D_word = %x\n", temp_dword);
1270 if (temp_dword != 0xFFFFFFFF) {
1300 temp_dword = io_base + io_length;
1302 if ((io_base) && (temp_dword < 0x10000)) {
1323 temp_dword = mem_base + mem_length;
1324 if ((mem_base) && (temp_dword < 0x10000)) {
1348 temp_dword = pre_mem_base + pre_mem_length;
1349 if ((pre_mem_base) && (temp_dword < 0x10000)) {