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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Dtiomap3430.c1360 u32 rem_bytes_l2; local
1372 rem_bytes_l2 = 0;
1408 rem_bytes_l2 = pte_count * PG_SIZE4K;
1418 while (rem_bytes_l2 && !status) {
1422 if (pte_size == 0 || rem_bytes_l2 < pte_size ||
1458 rem_bytes_l2 -= pte_size;
1463 if (rem_bytes_l2 == 0) {
1532 " rem_bytes_l2 %x status %x\n", __func__, va_curr, pte_addr_l1,
1533 pte_addr_l2, rem_bytes, rem_bytes_l2, status);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/core/
H A Dtiomap3430.c1360 u32 rem_bytes_l2; local
1372 rem_bytes_l2 = 0;
1408 rem_bytes_l2 = pte_count * PG_SIZE4K;
1418 while (rem_bytes_l2 && !status) {
1422 if (pte_size == 0 || rem_bytes_l2 < pte_size ||
1458 rem_bytes_l2 -= pte_size;
1463 if (rem_bytes_l2 == 0) {
1532 " rem_bytes_l2 %x status %x\n", __func__, va_curr, pte_addr_l1,
1533 pte_addr_l2, rem_bytes, rem_bytes_l2, status);

Completed in 122 milliseconds