Home
last modified time | relevance | path

Searched refs:INBUFM (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dr8a66597.h386 #define INBUFM 0x4000 /* b14: IN buffer monitor (Only for PIPE1 to 5) */ macro
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dcommon.h215 #define INBUFM (1 << 14) /* (PIPEnCTR) Transfer Buffer Monitor */ macro
H A Dpipe.c289 if (val & INBUFM) in usbhs_pipe_contains_transmittable_data()
/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597.h371 #define INBUFM 0x4000 /* b14: IN buffer monitor (Only for PIPE1 to 5) */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c1145 if ((tmp & INBUFM) == 0) { in irq_pipe_empty()
/openbmc/linux/drivers/usb/host/
H A Dr8a66597-hcd.c1557 if ((tmp & INBUFM) == 0) { in irq_pipe_empty()