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