Searched refs:CD180_GSCR_CHANNEL (Results 1 – 2 of 2) sorted by relevance
739 channel = CD180_GSCR_CHANNEL(STC_READ(sc, STC_GSCR1)); in spif_stcintr_rxexception()765 channel = CD180_GSCR_CHANNEL(STC_READ(sc, STC_GSCR1)); in spif_stcintr_rx()798 channel = CD180_GSCR_CHANNEL(STC_READ(sc, STC_GSCR1)); in spif_stcintr_tx()848 channel = CD180_GSCR_CHANNEL(STC_READ(sc, STC_GSCR1)); in spif_stcintr_mx()
158 #define CD180_GSCR_CHANNEL(gscr) (((gscr) >> 2) & 7) macro