Searched refs:le32_to_dw (Results 1 – 1 of 1) sorted by relevance
50 #define le32_to_dw(x) ((__force __dw)(le32_to_cpu(x))) macro514 ptd->dw0 = le32_to_dw(le32_ptd.dw0); in isp1763_ptd_read()515 ptd->dw1 = le32_to_dw(le32_ptd.dw1); in isp1763_ptd_read()516 ptd->dw2 = le32_to_dw(le32_ptd.dw2); in isp1763_ptd_read()517 ptd->dw3 = le32_to_dw(le32_ptd.dw3); in isp1763_ptd_read()518 ptd->dw4 = le32_to_dw(le32_ptd.dw4); in isp1763_ptd_read()519 ptd->dw5 = le32_to_dw(le32_ptd.dw5); in isp1763_ptd_read()520 ptd->dw6 = le32_to_dw(le32_ptd.dw6); in isp1763_ptd_read()521 ptd->dw7 = le32_to_dw(le32_ptd.dw7); in isp1763_ptd_read()