Searched refs:le32_ptd (Results 1 – 1 of 1) sorted by relevance
510 struct ptd_le32 le32_ptd; in isp1763_ptd_read() local512 isp1763_mem_read(hcd, src_offset, (u16 *)&le32_ptd, sizeof(le32_ptd)); in isp1763_ptd_read()514 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()