Searched refs:MAX_BURST (Results 1 – 8 of 8) sorted by relevance
71 #define MAX_BURST(x) ((x) << 24) macro
202 MAX_BURST(3) | (7 << 28) | BIG_ENDIAN(0), in ddr2_ctrl_init()
170 cpu_to_le32(EP_TYPE(t) | MAX_PACKET(p) | MAX_BURST(b))
1279 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()
769 #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()
651 #define MAX_BURST(p) (((p)&0xff) << 8) macro
596 cpu_to_le32(MAX_BURST(max_burst) | in xhci_set_configuration()