Lines Matching refs:curr
1487 hscb->scsioffset = tinfo->curr.offset; in ahc_linux_run_command()
1631 if (tinfo->curr.period != tinfo->goal.period in ahc_send_async()
1632 || tinfo->curr.width != tinfo->goal.width in ahc_send_async()
1633 || tinfo->curr.offset != tinfo->goal.offset in ahc_send_async()
1634 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahc_send_async()
1655 if (tinfo->curr.period == spi_period(starget) in ahc_send_async()
1656 && tinfo->curr.width == spi_width(starget) in ahc_send_async()
1657 && tinfo->curr.offset == spi_offset(starget) in ahc_send_async()
1658 && tinfo->curr.ppr_options == target_ppr_options) in ahc_send_async()
1662 spi_period(starget) = tinfo->curr.period; in ahc_send_async()
1663 spi_width(starget) = tinfo->curr.width; in ahc_send_async()
1664 spi_offset(starget) = tinfo->curr.offset; in ahc_send_async()
1665 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahc_send_async()
1666 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahc_send_async()
1667 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahc_send_async()