Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dcpqphp_nvram.c203 u32 temp_dword; in load_HRT() local
213 temp_dword = available; in load_HRT()
215 rc = access_EV(READ_EV, "CQTHPS", evbuffer, &temp_dword); in load_HRT()
217 evbuffer_length = temp_dword; in load_HRT()
222 temp_dword = 1; in load_HRT()
224 rc = access_EV(WRITE_EV, "CQTHPS", &temp_byte, &temp_dword); in load_HRT()
241 u32 temp_dword; in store_HRT() local
409 temp_dword = usedbytes; in store_HRT()
411 rc = access_EV(WRITE_EV, "CQTHPS", (u8*) buffer, &temp_dword); in store_HRT()
413 dbg("usedbytes = 0x%x, length = 0x%x\n", usedbytes, temp_dword); in store_HRT()
[all …]
Dcpqphp_ctrl.c417 u32 temp_dword; in do_pre_bridge_resource_split() local
450 temp_dword = (node->length | (alignment-1)) + 1 - alignment; in do_pre_bridge_resource_split()
453 split_node->length = temp_dword; in do_pre_bridge_resource_split()
455 node->length -= temp_dword; in do_pre_bridge_resource_split()
492 u32 temp_dword; in do_bridge_resource_split() local
512 temp_dword = (node->base | (alignment-1)) + 1; in do_bridge_resource_split()
513 if ((node->length - (temp_dword - node->base)) < alignment) in do_bridge_resource_split()
516 node->length -= (temp_dword - node->base); in do_bridge_resource_split()
517 node->base = temp_dword; in do_bridge_resource_split()
545 u32 temp_dword; in get_io_resource() local
[all …]
Dcpqphp_pci.c1181 u32 temp_dword, rc; in cpqhp_find_available_resources() local
1271 pci_bus_read_config_dword (ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword); in cpqhp_find_available_resources()
1272 dbg("temp_D_word = %x\n", temp_dword); in cpqhp_find_available_resources()
1274 if (temp_dword != 0xFFFFFFFF) { in cpqhp_find_available_resources()
1304 temp_dword = io_base + io_length; in cpqhp_find_available_resources()
1306 if ((io_base) && (temp_dword < 0x10000)) { in cpqhp_find_available_resources()
1327 temp_dword = mem_base + mem_length; in cpqhp_find_available_resources()
1328 if ((mem_base) && (temp_dword < 0x10000)) { in cpqhp_find_available_resources()
1352 temp_dword = pre_mem_base + pre_mem_length; in cpqhp_find_available_resources()
1353 if ((pre_mem_base) && (temp_dword < 0x10000)) { in cpqhp_find_available_resources()
Dcpqphp.h627 u32 temp_dword = readl(ctrl->hpc_reg + NON_INT_INPUT); in get_adapter_speed() local
628 dbg("slot: %d, PCIXCAP: %8x\n", hp_slot, temp_dword); in get_adapter_speed()
630 if (temp_dword & (0x10000 << hp_slot)) in get_adapter_speed()
632 if (temp_dword & (0x100 << hp_slot)) in get_adapter_speed()
636 if (temp_dword & (0x01 << hp_slot)) in get_adapter_speed()