Home
last modified time | relevance | path

Searched refs:BFRE (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/renesas_usbhs/
Dpipe.c674 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()
Dcommon.h197 #define BFRE (1 << 10) /* BRDY Interrupt Operation Spec. */ macro