Searched refs:no_swap_incoming (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/ieee1394/
H A Dohci1394.h211 unsigned int no_swap_incoming:1; member in struct:ti_ohci
H A Dohci1394.c2491 tcode = (cond_le32_to_cpu(buf_ptr[0], ohci->no_swap_incoming) >> 4) & 0xf;
2494 length = packet_length(d, idx, buf_ptr, offset, tcode, ohci->no_swap_incoming);
2498 tcode, cond_le32_to_cpu(buf_ptr[0], ohci->no_swap_incoming),
2572 if (!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)
3056 ohci->no_swap_incoming = 1;

Completed in 38 milliseconds