Lines Matching refs:dw3
62 __dw dw3; member
73 __le32 dw3; member
517 ptd->dw3 = le32_to_dw(le32_ptd.dw3); in isp1763_ptd_read()
544 ptd.dw3 = dw_to_le32(cpu_ptd->dw3); in isp1763_ptd_write()
869 ptd->dw3 |= TO_DW3_PING(qh->ping); in create_ptd_atl()
877 ptd->dw3 |= TO_DW3_NAKCOUNT(nak); in create_ptd_atl()
878 ptd->dw3 |= TO_DW3_DATA_TOGGLE(qh->toggle); in create_ptd_atl()
881 ptd->dw3 &= ~TO_DW3_DATA_TOGGLE(1); in create_ptd_atl()
883 ptd->dw3 |= TO_DW3_DATA_TOGGLE(1); in create_ptd_atl()
886 ptd->dw3 |= DW3_ACTIVE_BIT; in create_ptd_atl()
888 ptd->dw3 |= TO_DW3_CERR(ERR_COUNTER); in create_ptd_atl()
1277 if (ptd->dw3 & DW3_HALT_BIT) { in check_int_transfer()
1316 if (ptd->dw3 & DW3_HALT_BIT) { in check_atl_transfer()
1317 if (ptd->dw3 & DW3_BABBLE_BIT) in check_atl_transfer()
1319 else if (FROM_DW3_CERR(ptd->dw3)) in check_atl_transfer()
1334 if ((ptd->dw3 & DW3_ERROR_BIT) && (ptd->dw3 & DW3_ACTIVE_BIT)) { in check_atl_transfer()
1340 if (!FROM_DW3_NAKCOUNT(ptd->dw3) && (ptd->dw3 & DW3_ACTIVE_BIT)) { in check_atl_transfer()
1418 FROM_DW3_SCS_NRBYTESTRANSFERRED(ptd.dw3); in handle_done_ptds()
1421 FROM_DW3_NRBYTESTRANSFERRED(ptd.dw3); in handle_done_ptds()
1431 qh->toggle = FROM_DW3_DATA_TOGGLE(ptd.dw3); in handle_done_ptds()
1432 qh->ping = FROM_DW3_PING(ptd.dw3); in handle_done_ptds()
1439 ptd.dw3 &= ~TO_DW3_NAKCOUNT(0xf); in handle_done_ptds()
1440 ptd.dw3 |= TO_DW3_NAKCOUNT(FROM_DW2_RL(ptd.dw2)); in handle_done_ptds()
1441 ptd.dw3 &= ~TO_DW3_CERR(3); in handle_done_ptds()
1442 ptd.dw3 |= TO_DW3_CERR(ERR_COUNTER); in handle_done_ptds()
1443 qh->toggle = FROM_DW3_DATA_TOGGLE(ptd.dw3); in handle_done_ptds()
1444 qh->ping = FROM_DW3_PING(ptd.dw3); in handle_done_ptds()
1570 !FROM_DW3_ACTIVE(ptd.dw3)) in errata2_function()