Lines Matching refs:curr

845 	if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {  in ahd_linux_dev_reset()
1579 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_run_command()
1609 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) in ahd_linux_run_command()
1707 if (tinfo->curr.period != tinfo->goal.period in ahd_send_async()
1708 || tinfo->curr.width != tinfo->goal.width in ahd_send_async()
1709 || tinfo->curr.offset != tinfo->goal.offset in ahd_send_async()
1710 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahd_send_async()
1732 if (tinfo->curr.period == spi_period(starget) in ahd_send_async()
1733 && tinfo->curr.width == spi_width(starget) in ahd_send_async()
1734 && tinfo->curr.offset == spi_offset(starget) in ahd_send_async()
1735 && tinfo->curr.ppr_options == target_ppr_options) in ahd_send_async()
1739 spi_period(starget) = tinfo->curr.period; in ahd_send_async()
1740 spi_width(starget) = tinfo->curr.width; in ahd_send_async()
1741 spi_offset(starget) = tinfo->curr.offset; in ahd_send_async()
1742 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahd_send_async()
1743 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahd_send_async()
1744 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahd_send_async()
1745 spi_rd_strm(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RD_STRM ? 1 : 0; in ahd_send_async()
1746 spi_pcomp_en(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_PCOMP_EN ? 1 : 0; in ahd_send_async()
1747 spi_rti(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RTI ? 1 : 0; in ahd_send_async()
1748 spi_wr_flow(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_WR_FLOW ? 1 : 0; in ahd_send_async()
1749 spi_hold_mcs(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_HOLD_MCS ? 1 : 0; in ahd_send_async()