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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_nvram.c203 u32 temp_dword; local
214 temp_dword = available;
216 rc = access_EV(READ_EV, "CQTHPS", evbuffer, &temp_dword);
218 evbuffer_length = temp_dword;
221 temp_dword = 1;
223 rc = access_EV(WRITE_EV, "CQTHPS", &temp_byte, &temp_dword);
240 u32 temp_dword; local
409 temp_dword = usedbytes;
411 rc = access_EV(WRITE_EV, "CQTHPS", (u8*) buffer, &temp_dword);
413 dbg("usedbytes = 0x%x, length = 0x%x\n", usedbytes, temp_dword);
[all...]
H A Dcpqphp_ctrl.c424 u32 temp_dword; local
455 temp_dword = (node->length | (alignment-1)) + 1 - alignment;
458 split_node->length = temp_dword;
460 node->length -= temp_dword;
496 u32 temp_dword; local
516 temp_dword = (node->base | (alignment-1)) + 1;
517 if ((node->length - (temp_dword - node->base)) < alignment)
520 node->length -= (temp_dword - node->base);
521 node->base = temp_dword;
550 u32 temp_dword; local
644 u32 temp_dword; local
738 u32 temp_dword; local
895 u32 temp_dword; local
2392 u32 temp_dword; local
[all...]
H A Dcpqphp_pci.c1180 u32 temp_dword, rc; local
1272 pci_bus_read_config_dword (ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword);
1273 dbg("temp_D_word = %x\n", temp_dword);
1275 if (temp_dword != 0xFFFFFFFF) {
1305 temp_dword = io_base + io_length;
1307 if ((io_base) && (temp_dword < 0x10000)) {
1328 temp_dword = mem_base + mem_length;
1329 if ((mem_base) && (temp_dword < 0x10000)) {
1352 temp_dword = pre_mem_base + pre_mem_length;
1353 if ((pre_mem_base) && (temp_dword <
[all...]
H A Dcpqphp.h616 u32 temp_dword = readl(ctrl->hpc_reg + NON_INT_INPUT); local
617 dbg("slot: %d, PCIXCAP: %8x\n", hp_slot, temp_dword);
619 if (temp_dword & (0x10000 << hp_slot))
621 if (temp_dword & (0x100 << hp_slot))
625 if (temp_dword & (0x01 << hp_slot))

Completed in 91 milliseconds