Lines Matching refs:temp_dword
1179 u32 temp_dword, rc;
1269 pci_bus_read_config_dword(ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword);
1270 dbg("temp_D_word = %x\n", temp_dword);
1272 if (temp_dword != 0xFFFFFFFF) {
1302 temp_dword = io_base + io_length;
1304 if ((io_base) && (temp_dword < 0x10000)) {
1325 temp_dword = mem_base + mem_length;
1326 if ((mem_base) && (temp_dword < 0x10000)) {
1350 temp_dword = pre_mem_base + pre_mem_length;
1351 if ((pre_mem_base) && (temp_dword < 0x10000)) {