Lines Matching refs:channel
33 # define SSI_DATAACCEPT(channel) (1 << (channel))
34 # define SSI_DATAAVAILABLE(channel) (1 << ((channel) + 8))
35 # define SSI_DATAOVERRUN(channel) (1 << ((channel) + 16))
40 # define SSI_GDD_LCH(channel) (1 << (channel))
44 # define SSI_WAKE(channel) (1 << (channel))
62 # define SSI_FULL(channel) (1 << (channel))
71 #define SSI_SST_BUFFER_CH_REG(channel) (0x80 + ((channel) * 4))
72 #define SSI_SST_SWAPBUF_CH_REG(channel) (0xc0 + ((channel) * 4))
82 # define SSI_NOTEMPTY(channel) (1 << (channel))
91 #define SSI_SSR_BUFFER_CH_REG(channel) (0x80 + ((channel) * 4))
92 #define SSI_SSR_SWAPBUF_CH_REG(channel) (0xc0 + ((channel) * 4))
111 #define SSI_GDD_CSDP_REG(channel) (0x800 + ((channel) * 0x40))
130 #define SSI_GDD_CCR_REG(channel) (0x802 + ((channel) * 0x40))
139 #define SSI_GDD_CICR_REG(channel) (0x804 + ((channel) * 0x40))
143 #define SSI_GDD_CSR_REG(channel) (0x806 + ((channel) * 0x40))
148 #define SSI_GDD_CSSA_REG(channel) (0x808 + ((channel) * 0x40))
149 #define SSI_GDD_CDSA_REG(channel) (0x80c + ((channel) * 0x40))
150 #define SSI_GDD_CEN_REG(channel) (0x810 + ((channel) * 0x40))
151 #define SSI_GDD_CSAC_REG(channel) (0x818 + ((channel) * 0x40))
152 #define SSI_GDD_CDAC_REG(channel) (0x81a + ((channel) * 0x40))
153 #define SSI_GDD_CLNK_CTRL_REG(channel) (0x828 + ((channel) * 0x40))