Lines Matching refs:temp_register
1413 u32 temp_register = 0xFFFFFFFF; in board_added() local
1502 temp_register = 0xFFFFFFFF; in board_added()
1503 dbg("%s: temp register set to %x by power fault\n", __func__, temp_register); in board_added()
1509 …onfig_dword(ctrl->pci_bus, PCI_DEVFN(func->device, func->function), PCI_VENDOR_ID, &temp_register); in board_added()
1511 dbg("%s: temp_register is %x\n", __func__, temp_register); in board_added()
1515 temp_register = 0xFFFFFFFF; in board_added()
1516 dbg("%s: temp register set to %x by error\n", __func__, temp_register); in board_added()
1523 if (temp_register != 0xFFFFFFFF) { in board_added()
2364 u32 temp_register; in configure_new_function() local
2797 temp_register = 0xFFFFFFFF; in configure_new_function()
2800 rc = pci_bus_write_config_dword(pci_bus, devfn, cloop, temp_register); in configure_new_function()
2802 rc = pci_bus_read_config_dword(pci_bus, devfn, cloop, &temp_register); in configure_new_function()
2803 dbg("CND: base = 0x%x\n", temp_register); in configure_new_function()
2805 if (temp_register) { /* If this register is implemented */ in configure_new_function()
2806 if ((temp_register & 0x03L) == 0x01) { in configure_new_function()
2810 base = temp_register & 0xFFFFFFFC; in configure_new_function()
2825 } else if ((temp_register & 0x0BL) == 0x08) { in configure_new_function()
2827 base = temp_register & 0xFFFFFFF0; in configure_new_function()
2841 } else if ((temp_register & 0x0BL) == 0x00) { in configure_new_function()
2843 base = temp_register & 0xFFFFFFF0; in configure_new_function()
2865 if ((temp_register & 0x07L) == 0x04) { in configure_new_function()