Searched refs:TCE_TABLE_SIZE_8M (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dcalgary.h60 #define TCE_TABLE_SIZE_8M 7 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dpci-calgary_64.c793 BUG_ON(specified_table_size > TCE_TABLE_SIZE_8M);
1220 * TCE_TABLE_SIZE_8M). Table size 0 has 8K entries and each
1226 if (ret > TCE_TABLE_SIZE_8M)
1227 ret = TCE_TABLE_SIZE_8M;
1496 specified_table_size = TCE_TABLE_SIZE_8M;

Completed in 176 milliseconds