Home
last modified time | relevance | path

Searched defs:MAX_BURST (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/ddr/microchip/
H A Dddr2_regs.h70 #define MAX_BURST(x) ((x) << 24) macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h650 #define MAX_BURST(p) (((p)&0xff) << 8) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h694 #define MAX_BURST(p) (((p) << 8) & GENMASK(15, 8)) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h516 #define MAX_BURST(p) (((p)&0xff) << 8) macro