Lines Matching refs:BIT
43 #define MSGDMA_DESC_CTL_GEN_SOP BIT(8)
44 #define MSGDMA_DESC_CTL_GEN_EOP BIT(9)
45 #define MSGDMA_DESC_CTL_PARK_READS BIT(10)
46 #define MSGDMA_DESC_CTL_PARK_WRITES BIT(11)
47 #define MSGDMA_DESC_CTL_END_ON_EOP BIT(12)
48 #define MSGDMA_DESC_CTL_END_ON_LEN BIT(13)
49 #define MSGDMA_DESC_CTL_TR_COMP_IRQ BIT(14)
50 #define MSGDMA_DESC_CTL_EARLY_IRQ BIT(15)
52 #define MSGDMA_DESC_CTL_EARLY_DONE BIT(24)
56 #define MSGDMA_DESC_CTL_GO BIT(31)
103 #define MSGDMA_CSR_STAT_BUSY BIT(0)
104 #define MSGDMA_CSR_STAT_DESC_BUF_EMPTY BIT(1)
105 #define MSGDMA_CSR_STAT_DESC_BUF_FULL BIT(2)
106 #define MSGDMA_CSR_STAT_RESP_BUF_EMPTY BIT(3)
107 #define MSGDMA_CSR_STAT_RESP_BUF_FULL BIT(4)
108 #define MSGDMA_CSR_STAT_STOPPED BIT(5)
109 #define MSGDMA_CSR_STAT_RESETTING BIT(6)
110 #define MSGDMA_CSR_STAT_STOPPED_ON_ERR BIT(7)
111 #define MSGDMA_CSR_STAT_STOPPED_ON_EARLY BIT(8)
112 #define MSGDMA_CSR_STAT_IRQ BIT(9)
129 #define MSGDMA_CSR_CTL_STOP BIT(0)
130 #define MSGDMA_CSR_CTL_RESET BIT(1)
131 #define MSGDMA_CSR_CTL_STOP_ON_ERR BIT(2)
132 #define MSGDMA_CSR_CTL_STOP_ON_EARLY BIT(3)
133 #define MSGDMA_CSR_CTL_GLOBAL_INTR BIT(4)
134 #define MSGDMA_CSR_CTL_STOP_DESCS BIT(5)
155 #define MSGDMA_RESP_EARLY_TERM BIT(8)