Searched refs:BFRE (Results 1 – 2 of 2) sorted by relevance
617 usbhsp_pipe_cfg_set(pipe, BFRE, bfre_enable ? BFRE : 0); in usbhs_pipe_clear_without_sequence()629 if (!(enable ^ !!(usbhsp_pipe_cfg_get(pipe) & BFRE))) in usbhs_pipe_config_change_bfre()
195 #define BFRE (1 << 10) /* BRDY Interrupt Operation Spec. */ macro