Searched refs:rem_bytes (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.c1359 u32 rem_bytes; local
1371 rem_bytes = ul_num_bytes;
1379 while (rem_bytes && !status) {
1406 if (rem_bytes < (pte_count * PG_SIZE4K))
1407 pte_count = rem_bytes / PG_SIZE4K;
1478 rem_bytes -= pte_count * PG_SIZE4K;
1487 if (pte_size == 0 || rem_bytes < pte_size ||
1517 rem_bytes -= pte_size;
1531 "%s: va_curr %x, pte_addr_l1 %x pte_addr_l2 %x rem_bytes %x,"
1533 pte_addr_l2, rem_bytes, rem_bytes_l
[all...]
/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.c1359 u32 rem_bytes; local
1371 rem_bytes = ul_num_bytes;
1379 while (rem_bytes && !status) {
1406 if (rem_bytes < (pte_count * PG_SIZE4K))
1407 pte_count = rem_bytes / PG_SIZE4K;
1478 rem_bytes -= pte_count * PG_SIZE4K;
1487 if (pte_size == 0 || rem_bytes < pte_size ||
1517 rem_bytes -= pte_size;
1531 "%s: va_curr %x, pte_addr_l1 %x pte_addr_l2 %x rem_bytes %x,"
1533 pte_addr_l2, rem_bytes, rem_bytes_l
[all...]

Completed in 163 milliseconds