Lines Matching refs:dw0
54 __dw dw0;
294 mem_writes8(base, ptd_offset + slot*sizeof(*ptd) + sizeof(ptd->dw0),
296 /* Make sure dw0 gets written last (after other dw's and after payload)
299 mem_writes8(base, ptd_offset + slot*sizeof(*ptd), &ptd->dw0,
300 sizeof(ptd->dw0));
550 ptd->dw0 = DW0_VALID_BIT;
551 ptd->dw0 |= TO_DW0_LENGTH(qtd->length);
552 ptd->dw0 |= TO_DW0_MAXPACKET(maxpacket);
553 ptd->dw0 |= TO_DW0_ENDPOINT(usb_pipeendpoint(qtd->urb->pipe));
583 ptd->dw0 |= TO_DW0_MULTI(multi);
1037 " dw0: %08x dw1: %08x dw2: %08x dw3: %08x\n"
1040 ptd->dw0, ptd->dw1, ptd->dw2, ptd->dw3,
1149 ptd.dw0 |= DW0_VALID_BIT;
1275 if (!FROM_DW0_VALID(ptd.dw0) &&