Searched refs:alignto (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dbios32.c113 unsigned int alignto; local
167 alignto = max_t(unsigned int, 0x040, size);
168 base = ALIGN(io_base, alignto);
210 alignto = max_t(unsigned int, 0x1000, size);
211 base = ALIGN(mem_base, alignto);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dpci.c130 unsigned long alignto; local
166 alignto = max(0x1000UL, align);
167 start = ALIGN(start, alignto);
172 start = ALIGN(start, alignto);
177 start = ALIGN(start, alignto);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpci_64.c155 unsigned long alignto; local
176 alignto = max(0x1000UL, align);
177 start = ALIGN(start, alignto);

Completed in 101 milliseconds