Searched defs:MAX_BURST (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/ddr/microchip/ | ||
H A D | ddr2_regs.h | 70 #define MAX_BURST(x) ((x) << 24) macro |
/openbmc/u-boot/drivers/usb/host/ | ||
H A D | xhci.h | 650 #define MAX_BURST(p) (((p)&0xff) << 8) macro |