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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Dohci1394.c2557 #define cond_le32_to_cpu(data, noswap) \ macro
2577 length = (cond_le32_to_cpu(d->buf_cpu[(idx + 1) % d->num_desc]
2580 length = (cond_le32_to_cpu(buf_ptr[3], noswap) >> 16);
2586 length = (cond_le32_to_cpu(buf_ptr[0], noswap) >> 16) + 8;
2618 tcode = (cond_le32_to_cpu(buf_ptr[0], ohci->no_swap_incoming) >> 4) & 0xf;
2625 tcode, cond_le32_to_cpu(buf_ptr[0], ohci->no_swap_incoming),
2705 (cond_le32_to_cpu(d->spb[length/4-1], ohci->no_swap_incoming)>>16)&0x1f,
2706 (cond_le32_to_cpu(d->spb[length/4-1], ohci->no_swap_incoming)>>21)&0x3,
2710 ack = (((cond_le32_to_cpu(d->spb[length/4-1], ohci->no_swap_incoming)>>16)&0x1f)

Completed in 79 milliseconds