Home
last modified time | relevance | path

Searched defs:FIFOSIZE_DEPTH_GET (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h414 #define FIFOSIZE_DEPTH_GET(_x) (((_x) >> 16) & 0xffff) macro
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h438 #define FIFOSIZE_DEPTH_GET(_x) (((_x) >> 16) & 0xffff) macro