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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dohci.c646 #define cond_le32_to_cpu(v) \ macro
649 #define cond_le32_to_cpu(v) le32_to_cpu(v) macro
659 p.header[0] = cond_le32_to_cpu(buffer[0]);
660 p.header[1] = cond_le32_to_cpu(buffer[1]);
661 p.header[2] = cond_le32_to_cpu(buffer[2]);
673 p.header[3] = cond_le32_to_cpu(buffer[3]);
682 p.header[3] = cond_le32_to_cpu(buffer[3]);
702 status = cond_le32_to_cpu(buffer[length]);
1530 generation = (cond_le32_to_cpu(ohci->self_id_cpu[0]) >> 16) & 0xff;
1539 cond_le32_to_cpu(ohc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dohci1394.c2430 #define cond_le32_to_cpu(data, noswap) \ macro
2450 length = (cond_le32_to_cpu(d->buf_cpu[(idx + 1) % d->num_desc]
2453 length = (cond_le32_to_cpu(buf_ptr[3], noswap) >> 16);
2459 length = (cond_le32_to_cpu(buf_ptr[0], noswap) >> 16) + 8;
2491 tcode = (cond_le32_to_cpu(buf_ptr[0], ohci->no_swap_incoming) >> 4) & 0xf;
2498 tcode, cond_le32_to_cpu(buf_ptr[0], ohci->no_swap_incoming),
2578 (cond_le32_to_cpu(d->spb[length/4-1], ohci->no_swap_incoming)>>16)&0x1f,
2579 (cond_le32_to_cpu(d->spb[length/4-1], ohci->no_swap_incoming)>>21)&0x3,
2583 ack = (((cond_le32_to_cpu(d->spb[length/4-1], ohci->no_swap_incoming)>>16)&0x1f)

Completed in 345 milliseconds