Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/ddr/microchip/
Dddr2_regs.h70 #define MAX_BURST(x) ((x) << 24) macro
Dddr2.c201 MAX_BURST(3) | (7 << 28) | BIG_ENDIAN(0), in ddr2_ctrl_init()
/third_party/uboot/u-boot-2020.01/include/usb/
Dxhci.h650 #define MAX_BURST(p) (((p)&0xff) << 8) macro
/third_party/uboot/u-boot-2020.01/drivers/usb/host/
Dxhci.c597 cpu_to_le32(MAX_BURST(max_burst) | in xhci_set_configuration()