Home
last modified time | relevance | path

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

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