Searched refs:temp_dword (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/pci/hotplug/ |
H A 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...] |
H A 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 628 u32 temp_dword; get_max_resource() local 725 u32 temp_dword; get_resource() local 2317 u32 temp_dword; configure_new_function() local [all...] |
H A D | cpqphp.h | 618 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()
|