Lines Matching refs:dw3
56 __dw dw3; member
588 ptd->dw3 |= TO_DW3_PING(qh->ping); in create_ptd_atl()
596 ptd->dw3 |= TO_DW3_NAKCOUNT(nak); in create_ptd_atl()
597 ptd->dw3 |= TO_DW3_DATA_TOGGLE(qh->toggle); in create_ptd_atl()
600 ptd->dw3 &= ~TO_DW3_DATA_TOGGLE(1); in create_ptd_atl()
602 ptd->dw3 |= TO_DW3_DATA_TOGGLE(1); in create_ptd_atl()
605 ptd->dw3 |= DW3_ACTIVE_BIT; in create_ptd_atl()
607 ptd->dw3 |= TO_DW3_CERR(ERR_COUNTER); in create_ptd_atl()
991 if (ptd->dw3 & DW3_HALT_BIT) { in check_int_transfer()
1030 if (ptd->dw3 & DW3_HALT_BIT) { in check_atl_transfer()
1031 if (ptd->dw3 & DW3_BABBLE_BIT) in check_atl_transfer()
1033 else if (FROM_DW3_CERR(ptd->dw3)) in check_atl_transfer()
1035 else if (ptd->dw3 & DW3_ERROR_BIT) in check_atl_transfer()
1050 if ((ptd->dw3 & DW3_ERROR_BIT) && (ptd->dw3 & DW3_ACTIVE_BIT)) { in check_atl_transfer()
1056 if (!FROM_DW3_NAKCOUNT(ptd->dw3) && (ptd->dw3 & DW3_ACTIVE_BIT)) { in check_atl_transfer()
1134 FROM_DW3_SCS_NRBYTESTRANSFERRED(ptd.dw3); in handle_done_ptds()
1137 FROM_DW3_NRBYTESTRANSFERRED(ptd.dw3); in handle_done_ptds()
1147 qh->toggle = FROM_DW3_DATA_TOGGLE(ptd.dw3); in handle_done_ptds()
1148 qh->ping = FROM_DW3_PING(ptd.dw3); in handle_done_ptds()
1155 ptd.dw3 &= ~TO_DW3_NAKCOUNT(0xf); in handle_done_ptds()
1156 ptd.dw3 |= TO_DW3_NAKCOUNT(FROM_DW2_RL(ptd.dw2)); in handle_done_ptds()
1157 ptd.dw3 &= ~TO_DW3_CERR(3); in handle_done_ptds()
1158 ptd.dw3 |= TO_DW3_CERR(ERR_COUNTER); in handle_done_ptds()
1159 qh->toggle = FROM_DW3_DATA_TOGGLE(ptd.dw3); in handle_done_ptds()
1160 qh->ping = FROM_DW3_PING(ptd.dw3); in handle_done_ptds()
1280 !FROM_DW3_ACTIVE(ptd.dw3)) in errata2_function()