Searched refs:BDC_SRR_RST (Results 1 – 3 of 3) sorted by relevance
199 bdc_writel(bdc->regs, BDC_SRRINT(0), BDC_SRR_RWS | BDC_SRR_RST); in setup_srr()230 temp = BDC_SRR_RWS | BDC_SRR_RST; in bdc_mem_init()251 temp &= ~(BDC_SRR_RST | BDC_SRR_RWS); in bdc_mem_init()
213 #define BDC_SRR_RST BIT(3) macro
346 srr_int &= ~(BDC_SRR_RWS|BDC_SRR_RST|BDC_SRR_ISR); in bdc_udc_interrupt()