Home
last modified time | relevance | path

Searched refs:CD180_GSCR_CHANNEL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/sbus/
H A Dspif.c739 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()
H A Dspifreg.h158 #define CD180_GSCR_CHANNEL(gscr) (((gscr) >> 2) & 7) macro