Lines Matching refs:temp_dword
403 u32 temp_dword;
436 temp_dword = (node->length | (alignment-1)) + 1 - alignment;
439 split_node->length = temp_dword;
441 node->length -= temp_dword;
478 u32 temp_dword;
498 temp_dword = (node->base | (alignment-1)) + 1;
499 if ((node->length - (temp_dword - node->base)) < alignment)
502 node->length -= (temp_dword - node->base);
503 node->base = temp_dword;
531 u32 temp_dword;
550 temp_dword = (node->base | (size-1)) + 1;
553 if ((node->length - (temp_dword - node->base)) < size)
562 split_node->length = temp_dword - node->base;
563 node->base = temp_dword;
628 u32 temp_dword;
647 temp_dword = (max->base | (size-1)) + 1;
650 if ((max->length - (temp_dword - max->base)) < size)
659 split_node->length = temp_dword - max->base;
660 max->base = temp_dword;
675 temp_dword = ((max->base + max->length) & ~(size - 1));
676 split_node->base = temp_dword;
725 u32 temp_dword;
744 temp_dword = (node->base | (size-1)) + 1;
747 if ((node->length - (temp_dword - node->base)) < size)
756 split_node->length = temp_dword - node->base;
757 node->base = temp_dword;
2317 u32 temp_dword;
2882 temp_dword = 0x00L;
2884 PCI_ROM_ADDRESS, temp_dword);