Searched refs:MSG_EXT_PPR_IU_REQ (Results 1 – 5 of 5) sorted by relevance
40 #define MSG_EXT_PPR_IU_REQ 0x01 macro
830 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_dev_reset()1562 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_run_command()1592 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) in ahd_linux_run_command()1708 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0) in ahd_send_async()1727 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahd_send_async()2399 ppr_options |= MSG_EXT_PPR_IU_REQ; in ahd_linux_set_period()2488 ppr_options &= ~MSG_EXT_PPR_IU_REQ; in ahd_linux_set_dt()2551 & ~MSG_EXT_PPR_IU_REQ; in ahd_linux_set_iu()2563 ppr_options |= MSG_EXT_PPR_IU_REQ; in ahd_linux_set_iu()
129 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_format_transinfo()
1631 + (spi_iu(starget) ? MSG_EXT_PPR_IU_REQ : 0); in ahc_send_async()1645 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahc_send_async()2478 & ~MSG_EXT_PPR_IU_REQ;2484 ppr_options |= MSG_EXT_PPR_IU_REQ;
3729 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0) in ahd_find_syncrate()3736 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0 in ahd_find_syncrate()3924 if ((ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_set_syncrate()3964 if ((old_ppr & MSG_EXT_PPR_IU_REQ) in ahd_set_syncrate()3965 != (ppr_options & MSG_EXT_PPR_IU_REQ)) { in ahd_set_syncrate()3975 if ((old_ppr & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_set_syncrate()4086 |MSG_EXT_PPR_IU_REQ|MSG_EXT_PPR_RTI); in ahd_update_neg_table()4126 && (ppr_opts & MSG_EXT_PPR_IU_REQ) == 0) { in ahd_update_neg_table()5522 tinfo->goal.ppr_options &= MSG_EXT_PPR_IU_REQ in ahd_handle_msg_reject()7584 | MSG_EXT_PPR_IU_REQ in ahd_default_config()[all …]
Completed in 33 milliseconds