Searched refs:temp_dword (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/pci/hotplug/ |
D | cpqphp_nvram.c | 189 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 …]
|
D | cpqphp_ctrl.c | 403 u32 temp_dword; in do_pre_bridge_resource_split() local 436 temp_dword = (node->length | (alignment-1)) + 1 - alignment; in do_pre_bridge_resource_split() 439 split_node->length = temp_dword; in do_pre_bridge_resource_split() 441 node->length -= temp_dword; in do_pre_bridge_resource_split() 478 u32 temp_dword; in do_bridge_resource_split() local 498 temp_dword = (node->base | (alignment-1)) + 1; in do_bridge_resource_split() 499 if ((node->length - (temp_dword - node->base)) < alignment) in do_bridge_resource_split() 502 node->length -= (temp_dword - node->base); in do_bridge_resource_split() 503 node->base = temp_dword; in do_bridge_resource_split() 531 u32 temp_dword; in get_io_resource() local [all …]
|
D | cpqphp_pci.c | 1177 u32 temp_dword, rc; in cpqhp_find_available_resources() local 1267 pci_bus_read_config_dword(ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword); in cpqhp_find_available_resources() 1268 dbg("temp_D_word = %x\n", temp_dword); in cpqhp_find_available_resources() 1270 if (temp_dword != 0xFFFFFFFF) { in cpqhp_find_available_resources() 1300 temp_dword = io_base + io_length; in cpqhp_find_available_resources() 1302 if ((io_base) && (temp_dword < 0x10000)) { in cpqhp_find_available_resources() 1323 temp_dword = mem_base + mem_length; in cpqhp_find_available_resources() 1324 if ((mem_base) && (temp_dword < 0x10000)) { in cpqhp_find_available_resources() 1348 temp_dword = pre_mem_base + pre_mem_length; in cpqhp_find_available_resources() 1349 if ((pre_mem_base) && (temp_dword < 0x10000)) { in cpqhp_find_available_resources()
|
D | cpqphp.h | 613 u32 temp_dword = readl(ctrl->hpc_reg + NON_INT_INPUT); in get_adapter_speed() local 614 dbg("slot: %d, PCIXCAP: %8x\n", hp_slot, temp_dword); in get_adapter_speed() 616 if (temp_dword & (0x10000 << hp_slot)) in get_adapter_speed() 618 if (temp_dword & (0x100 << hp_slot)) in get_adapter_speed() 622 if (temp_dword & (0x01 << hp_slot)) in get_adapter_speed()
|