Searched refs:AC_COMPCTRL_SWAP (Results 1 – 11 of 11) sorted by relevance
1231 ((Ac *)hw)->COMPCTRL[index].reg |= AC_COMPCTRL_SWAP; in hri_ac_set_COMPCTRL_SWAP_bit()1240 tmp = (tmp & AC_COMPCTRL_SWAP) >> AC_COMPCTRL_SWAP_Pos; in hri_ac_get_COMPCTRL_SWAP_bit()1249 tmp &= ~AC_COMPCTRL_SWAP; in hri_ac_write_COMPCTRL_SWAP_bit()1259 ((Ac *)hw)->COMPCTRL[index].reg &= ~AC_COMPCTRL_SWAP; in hri_ac_clear_COMPCTRL_SWAP_bit()1267 ((Ac *)hw)->COMPCTRL[index].reg ^= AC_COMPCTRL_SWAP; in hri_ac_toggle_COMPCTRL_SWAP_bit()
1778 ((Ac *)hw)->COMPCTRL[index].reg |= AC_COMPCTRL_SWAP; in hri_ac_set_COMPCTRL_SWAP_bit()1787 tmp = (tmp & AC_COMPCTRL_SWAP) >> AC_COMPCTRL_SWAP_Pos; in hri_ac_get_COMPCTRL_SWAP_bit()1796 tmp &= ~AC_COMPCTRL_SWAP; in hri_ac_write_COMPCTRL_SWAP_bit()1806 ((Ac *)hw)->COMPCTRL[index].reg &= ~AC_COMPCTRL_SWAP; in hri_ac_clear_COMPCTRL_SWAP_bit()1814 ((Ac *)hw)->COMPCTRL[index].reg ^= AC_COMPCTRL_SWAP; in hri_ac_toggle_COMPCTRL_SWAP_bit()
493 #define AC_COMPCTRL_SWAP (0x1ul << AC_COMPCTRL_SWAP_Pos) macro
496 #define AC_COMPCTRL_SWAP (0x1ul << AC_COMPCTRL_SWAP_Pos) macro
479 #define AC_COMPCTRL_SWAP (_U_(0x1) << AC_COMPCTRL_SWAP_Pos) macro
543 #define AC_COMPCTRL_SWAP AC_COMPCTRL_SWAP_Msk /**< \de… macro
556 #define AC_COMPCTRL_SWAP (_U_(0x1) << AC_COMPCTRL_SWAP_Pos) macro
Completed in 65 milliseconds