Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h807 #define LINK_TOGGLE (0x1 << 1) macro
/rk3399_rockchip-uboot/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()