Lines Matching refs:dw0
59 __dw dw0;
70 __le32 dw0;
514 ptd->dw0 = le32_to_dw(le32_ptd.dw0);
541 ptd.dw0 = dw_to_le32(cpu_ptd->dw0);
550 isp1763_mem_write(hcd, dst_offset, (u16 *)&ptd.dw0,
551 8 * sizeof(ptd.dw0));
560 * Make sure dw0 gets written last (after other dw's and after payload)
563 isp1760_mem_write(base, dst_offset + sizeof(ptd->dw0),
566 isp1760_mem_write(base, dst_offset, (__force u32 *)&ptd->dw0,
567 sizeof(ptd->dw0));
833 ptd->dw0 = DW0_VALID_BIT;
834 ptd->dw0 |= TO_DW0_LENGTH(qtd->length);
835 ptd->dw0 |= TO_DW0_MAXPACKET(maxpacket);
836 ptd->dw0 |= TO_DW0_ENDPOINT(usb_pipeendpoint(qtd->urb->pipe));
866 ptd->dw0 |= TO_DW0_MULTI(multi);
1325 " dw0: %08x dw1: %08x dw2: %08x dw3: %08x\n"
1328 ptd->dw0, ptd->dw1, ptd->dw2, ptd->dw3,
1437 ptd.dw0 |= DW0_VALID_BIT;
1569 if (!FROM_DW0_VALID(ptd.dw0) &&