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

/drivers/pci/hotplug/
H A Dcpqphp_nvram.c204 u32 temp_dword; local
215 temp_dword = available;
217 rc = access_EV(READ_EV, "CQTHPS", evbuffer, &temp_dword);
219 evbuffer_length = temp_dword;
224 temp_dword = 1;
226 rc = access_EV(WRITE_EV, "CQTHPS", &temp_byte, &temp_dword);
243 u32 temp_dword; local
412 temp_dword = usedbytes;
414 rc = access_EV(WRITE_EV, "CQTHPS", (u8*) buffer, &temp_dword);
416 dbg("usedbytes = 0x%x, length = 0x%x\n", usedbytes, temp_dword);
[all...]
H A Dcpqphp_ctrl.c417 u32 temp_dword; local
450 temp_dword = (node->length | (alignment-1)) + 1 - alignment;
453 split_node->length = temp_dword;
455 node->length -= temp_dword;
492 u32 temp_dword; local
512 temp_dword = (node->base | (alignment-1)) + 1;
513 if ((node->length - (temp_dword - node->base)) < alignment)
516 node->length -= (temp_dword - node->base);
517 node->base = temp_dword;
545 u32 temp_dword; local
642 u32 temp_dword; local
739 u32 temp_dword; local
898 u32 temp_dword; local
2380 u32 temp_dword; local
[all...]
H A Dcpqphp_pci.c1175 u32 temp_dword, rc; local
1265 pci_bus_read_config_dword (ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword);
1266 dbg("temp_D_word = %x\n", temp_dword);
1268 if (temp_dword != 0xFFFFFFFF) {
1298 temp_dword = io_base + io_length;
1300 if ((io_base) && (temp_dword < 0x10000)) {
1321 temp_dword = mem_base + mem_length;
1322 if ((mem_base) && (temp_dword < 0x10000)) {
1346 temp_dword = pre_mem_base + pre_mem_length;
1347 if ((pre_mem_base) && (temp_dword <
[all...]
H A Dcpqphp.h633 u32 temp_dword = readl(ctrl->hpc_reg + NON_INT_INPUT); local
634 dbg("slot: %d, PCIXCAP: %8x\n", hp_slot, temp_dword);
636 if (temp_dword & (0x10000 << hp_slot))
638 if (temp_dword & (0x100 << hp_slot))
642 if (temp_dword & (0x01 << hp_slot))

Completed in 63 milliseconds