Lines Matching refs:temp_register
1427 u32 temp_register = 0xFFFFFFFF; in board_added() local
1516 temp_register = 0xFFFFFFFF; in board_added()
1517 dbg("%s: temp register set to %x by power fault\n", __func__, temp_register); in board_added()
1523 …nfig_dword (ctrl->pci_bus, PCI_DEVFN(func->device, func->function), PCI_VENDOR_ID, &temp_register); in board_added()
1525 dbg("%s: temp_register is %x\n", __func__, temp_register); in board_added()
1529 temp_register = 0xFFFFFFFF; in board_added()
1530 dbg("%s: temp register set to %x by error\n", __func__, temp_register); in board_added()
1537 if (temp_register != 0xFFFFFFFF) { in board_added()
2377 u32 temp_register; in configure_new_function() local
2810 temp_register = 0xFFFFFFFF; in configure_new_function()
2813 rc = pci_bus_write_config_dword (pci_bus, devfn, cloop, temp_register); in configure_new_function()
2815 rc = pci_bus_read_config_dword (pci_bus, devfn, cloop, &temp_register); in configure_new_function()
2816 dbg("CND: base = 0x%x\n", temp_register); in configure_new_function()
2818 if (temp_register) { /* If this register is implemented */ in configure_new_function()
2819 if ((temp_register & 0x03L) == 0x01) { in configure_new_function()
2823 base = temp_register & 0xFFFFFFFC; in configure_new_function()
2840 } else if ((temp_register & 0x0BL) == 0x08) { in configure_new_function()
2842 base = temp_register & 0xFFFFFFF0; in configure_new_function()
2856 } else if ((temp_register & 0x0BL) == 0x00) { in configure_new_function()
2858 base = temp_register & 0xFFFFFFF0; in configure_new_function()
2880 if ((temp_register & 0x07L) == 0x04) { in configure_new_function()