Home
last modified time | relevance | path

Searched refs:temp_dword (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pci/hotplug/
A Dcpqphp_nvram.c189 u32 temp_dword; in load_HRT() local
199 temp_dword = available; in load_HRT()
201 rc = access_EV(READ_EV, "CQTHPS", evbuffer, &temp_dword); in load_HRT()
203 evbuffer_length = temp_dword; in load_HRT()
208 temp_dword = 1; in load_HRT()
210 rc = access_EV(WRITE_EV, "CQTHPS", &temp_byte, &temp_dword); in load_HRT()
227 u32 temp_dword; in store_HRT() local
395 temp_dword = usedbytes; in store_HRT()
397 rc = access_EV(WRITE_EV, "CQTHPS", (u8 *) buffer, &temp_dword); in store_HRT()
399 dbg("usedbytes = 0x%x, length = 0x%x\n", usedbytes, temp_dword); in store_HRT()
[all …]
A Dcpqphp_ctrl.c403 u32 temp_dword; in do_pre_bridge_resource_split() local
478 u32 temp_dword; in do_bridge_resource_split() local
503 node->base = temp_dword; in do_bridge_resource_split()
531 u32 temp_dword; in get_io_resource() local
563 node->base = temp_dword; in get_io_resource()
628 u32 temp_dword; in get_max_resource() local
660 max->base = temp_dword; in get_max_resource()
725 u32 temp_dword; in get_resource() local
884 u32 temp_dword; in cpqhp_ctrl_intr() local
2329 u32 temp_dword; in configure_new_function() local
[all …]
A Dcpqphp_pci.c1179 u32 temp_dword, rc; in cpqhp_find_available_resources() local
1269 pci_bus_read_config_dword(ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword); in cpqhp_find_available_resources()
1270 dbg("temp_D_word = %x\n", temp_dword); in cpqhp_find_available_resources()
1272 if (temp_dword != 0xFFFFFFFF) { in cpqhp_find_available_resources()
1302 temp_dword = io_base + io_length; in cpqhp_find_available_resources()
1304 if ((io_base) && (temp_dword < 0x10000)) { in cpqhp_find_available_resources()
1325 temp_dword = mem_base + mem_length; in cpqhp_find_available_resources()
1326 if ((mem_base) && (temp_dword < 0x10000)) { in cpqhp_find_available_resources()
1350 temp_dword = pre_mem_base + pre_mem_length; in cpqhp_find_available_resources()
1351 if ((pre_mem_base) && (temp_dword < 0x10000)) { in cpqhp_find_available_resources()
A Dcpqphp.h618 u32 temp_dword = readl(ctrl->hpc_reg + NON_INT_INPUT); in get_adapter_speed() local
619 dbg("slot: %d, PCIXCAP: %8x\n", hp_slot, temp_dword); in get_adapter_speed()
621 if (temp_dword & (0x10000 << hp_slot)) in get_adapter_speed()
623 if (temp_dword & (0x100 << hp_slot)) in get_adapter_speed()
627 if (temp_dword & (0x01 << hp_slot)) in get_adapter_speed()

Completed in 15 milliseconds