Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-mem.c225 prev->trbs[TRBS_PER_SEGMENT-1].link.segment_ptr = val_64; in xhci_link_segments()
231 val = le32_to_cpu(prev->trbs[TRBS_PER_SEGMENT-1].link.control); in xhci_link_segments()
235 prev->trbs[TRBS_PER_SEGMENT-1].link.control = cpu_to_le32(val); in xhci_link_segments()
333 prev->trbs[TRBS_PER_SEGMENT-1].link.control |= in xhci_ring_alloc()
559 entry->seg_size = cpu_to_le32(TRBS_PER_SEGMENT); in xhci_mem_init()
Dxhci.h991 #define TRBS_PER_SEGMENT 64 macro
993 #define MAX_RSVD_CMD_TRBS (TRBS_PER_SEGMENT - 3)
994 #define SEGMENT_SIZE (TRBS_PER_SEGMENT*16)
Dxhci-ring.c39 return trb == &seg->trbs[TRBS_PER_SEGMENT]; in last_trb()
60 return ((trb == &seg->trbs[TRBS_PER_SEGMENT]) && in last_trb_on_last_seg()
Dxhci.c1476 *size = (TRBS_PER_SEGMENT - 2) * TRB_MAX_BUFF_SIZE; in xhci_get_max_xfer_size()