Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h807 #define LINK_TOGGLE (0x1 << 1) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c335 cpu_to_le32(LINK_TOGGLE); in xhci_ring_alloc()
H A Dxhci-ring.c64 return le32_to_cpu(trb->link.control) & LINK_TOGGLE; in last_trb_on_last_seg()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c151 &= ~cpu_to_le32(LINK_TOGGLE); in xhci_link_rings()
153 |= cpu_to_le32(LINK_TOGGLE); in xhci_link_rings()
452 cpu_to_le32(LINK_TOGGLE); in xhci_ring_alloc()
H A Dxhci-dbgcap.c455 trb->link.control = cpu_to_le32(LINK_TOGGLE | TRB_TYPE(TRB_LINK)); in xhci_dbc_ring_alloc()
H A Dxhci.h1227 #define LINK_TOGGLE (0x1<<1) macro
H A Dxhci-ring.c107 return le32_to_cpu(trb->link.control) & LINK_TOGGLE; in link_trb_toggles_cycle()
/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dxhci-dbc.c214 link_trb->field[3] = cpu_to_le32(TRB_TYPE(TRB_LINK)) | cpu_to_le32(LINK_TOGGLE); in xdbc_reset_ring()