Searched refs:MAX_BURST (Results 1 – 10 of 10) sorted by relevance
70 #define MAX_BURST(x) ((x) << 24) macro
201 MAX_BURST(3) | (7 << 28) | BIG_ENDIAN(0), in ddr2_ctrl_init()
175 cpu_to_le32(EP_TYPE(t) | MAX_PACKET(p) | MAX_BURST(b))
1174 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in xhci_setup_addressable_virt_dev() 1482 MAX_BURST(max_burst) | in xhci_endpoint_init()
516 #define MAX_BURST(p) (((p)&0xff) << 8) macro
325 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()
766 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in cdnsp_setup_addressable_priv_dev()999 MAX_PACKET(max_packet) | MAX_BURST(max_burst) | in cdnsp_endpoint_init()
694 #define MAX_BURST(p) (((p) << 8) & GENMASK(15, 8)) macro
650 #define MAX_BURST(p) (((p)&0xff) << 8) macro
595 cpu_to_le32(MAX_BURST(max_burst) | in xhci_set_configuration()