Searched refs:AC_COMPCTRL_SWAP_Pos (Results 1 – 12 of 12) sorted by relevance
492 #define AC_COMPCTRL_SWAP_Pos 15 /**< \brief (AC_COMPCTRL) Swap Inputs and Invert */ macro493 #define AC_COMPCTRL_SWAP (0x1ul << AC_COMPCTRL_SWAP_Pos)
495 #define AC_COMPCTRL_SWAP_Pos 15 /**< \brief (AC_COMPCTRL) Swap Inputs and Invert */ macro496 #define AC_COMPCTRL_SWAP (0x1ul << AC_COMPCTRL_SWAP_Pos)
478 #define AC_COMPCTRL_SWAP_Pos 15 /**< \brief (AC_COMPCTRL) Swap Inputs and Invert */ macro479 #define AC_COMPCTRL_SWAP (_U_(0x1) << AC_COMPCTRL_SWAP_Pos)
541 #define AC_COMPCTRL_SWAP_Pos 15 /**< (AC… macro542 #define AC_COMPCTRL_SWAP_Msk (_U_(0x1) << AC_COMPCTRL_SWAP_Pos) /**< (AC…
555 #define AC_COMPCTRL_SWAP_Pos 15 /**< \brief (AC_COMPCTRL) Swap Inputs and Invert */ macro556 #define AC_COMPCTRL_SWAP (_U_(0x1) << AC_COMPCTRL_SWAP_Pos)
1239 tmp = (tmp & AC_COMPCTRL_SWAP_Msk) >> AC_COMPCTRL_SWAP_Pos; in hri_ac_get_COMPCTRL_SWAP_bit()1249 tmp |= value << AC_COMPCTRL_SWAP_Pos; in hri_ac_write_COMPCTRL_SWAP_bit()
1240 tmp = (tmp & AC_COMPCTRL_SWAP) >> AC_COMPCTRL_SWAP_Pos; in hri_ac_get_COMPCTRL_SWAP_bit()1250 tmp |= value << AC_COMPCTRL_SWAP_Pos; in hri_ac_write_COMPCTRL_SWAP_bit()
1787 tmp = (tmp & AC_COMPCTRL_SWAP) >> AC_COMPCTRL_SWAP_Pos; in hri_ac_get_COMPCTRL_SWAP_bit()1797 tmp |= value << AC_COMPCTRL_SWAP_Pos; in hri_ac_write_COMPCTRL_SWAP_bit()
Completed in 63 milliseconds