Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ddr/microchip/
H A Dddr2_regs.h71 #define MAX_BURST(x) ((x) << 24) macro
H A Dddr2.c202 MAX_BURST(3) | (7 << 28) | BIG_ENDIAN(0), in ddr2_ctrl_init()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-dbgcap.h170 cpu_to_le32(EP_TYPE(t) | MAX_PACKET(p) | MAX_BURST(b))
H A Dxhci-mem.c1279 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in xhci_setup_addressable_virt_dev()
1594 MAX_BURST(max_burst) | in xhci_endpoint_init()
H A Dxhci.h769 #define MAX_BURST(p) (((p)&0xff) << 8) macro
/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dxhci-dbc.c325 ep_out->ep_info2 = cpu_to_le32(EP_TYPE(BULK_OUT_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); in xdbc_mem_init()
332 ep_in->ep_info2 = cpu_to_le32(EP_TYPE(BULK_IN_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); in xdbc_mem_init()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h651 #define MAX_BURST(p) (((p)&0xff) << 8) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c596 cpu_to_le32(MAX_BURST(max_burst) | in xhci_set_configuration()