• Home
  • Raw
  • Download

Lines Matching refs:curr

845 	if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {  in ahd_linux_dev_reset()
1583 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_run_command()
1613 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) in ahd_linux_run_command()
1720 if (tinfo->curr.period != tinfo->goal.period in ahd_send_async()
1721 || tinfo->curr.width != tinfo->goal.width in ahd_send_async()
1722 || tinfo->curr.offset != tinfo->goal.offset in ahd_send_async()
1723 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahd_send_async()
1745 if (tinfo->curr.period == spi_period(starget) in ahd_send_async()
1746 && tinfo->curr.width == spi_width(starget) in ahd_send_async()
1747 && tinfo->curr.offset == spi_offset(starget) in ahd_send_async()
1748 && tinfo->curr.ppr_options == target_ppr_options) in ahd_send_async()
1752 spi_period(starget) = tinfo->curr.period; in ahd_send_async()
1753 spi_width(starget) = tinfo->curr.width; in ahd_send_async()
1754 spi_offset(starget) = tinfo->curr.offset; in ahd_send_async()
1755 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahd_send_async()
1756 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahd_send_async()
1757 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahd_send_async()
1758 spi_rd_strm(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RD_STRM ? 1 : 0; in ahd_send_async()
1759 spi_pcomp_en(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_PCOMP_EN ? 1 : 0; in ahd_send_async()
1760 spi_rti(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RTI ? 1 : 0; in ahd_send_async()
1761 spi_wr_flow(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_WR_FLOW ? 1 : 0; in ahd_send_async()
1762 spi_hold_mcs(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_HOLD_MCS ? 1 : 0; in ahd_send_async()