Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/renesas_usbhs/
Dpipe.c602 usbhsp_pipe_cfg_set(pipe, BFRE, bfre_enable ? BFRE : 0); in usbhs_pipe_clear_without_sequence()
614 if (!(enable ^ !!(usbhsp_pipe_cfg_get(pipe) & BFRE))) in usbhs_pipe_config_change_bfre()
Dcommon.h190 #define BFRE (1 << 10) /* BRDY Interrupt Operation Spec. */ macro