Home
last modified time | relevance | path

Searched refs:TO_DW3_CERR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/isp1760/
H A Disp1760-hcd.c96 #define TO_DW3_CERR(x) ((x) << 23) macro
605 ptd->dw3 |= TO_DW3_CERR(ERR_COUNTER); in create_ptd_atl()
1153 ptd.dw3 &= ~TO_DW3_CERR(3); in handle_done_ptds()
1154 ptd.dw3 |= TO_DW3_CERR(ERR_COUNTER); in handle_done_ptds()
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H A Disp1760-hcd.c120 #define TO_DW3_CERR(x) TO_DW(((x) << 23)) macro
888 ptd->dw3 |= TO_DW3_CERR(ERR_COUNTER); in create_ptd_atl()
1441 ptd.dw3 &= ~TO_DW3_CERR(3); in handle_done_ptds()
1442 ptd.dw3 |= TO_DW3_CERR(ERR_COUNTER); in handle_done_ptds()

Completed in 7 milliseconds