Home
last modified time | relevance | path

Searched refs:LINK_TOGGLE (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-mem.c155 ~cpu_to_le32(LINK_TOGGLE); in cdnsp_link_rings()
157 cpu_to_le32(LINK_TOGGLE); in cdnsp_link_rings()
400 cpu_to_le32(LINK_TOGGLE); in cdnsp_ring_alloc()
H A Dcdnsp-gadget.h926 #define LINK_TOGGLE BIT(1) macro
H A Dcdnsp-ring.c106 return le32_to_cpu(trb->link.control) & LINK_TOGGLE; in cdnsp_link_trb_toggles_cycle()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c149 &= ~cpu_to_le32(LINK_TOGGLE); in xhci_link_rings()
151 |= cpu_to_le32(LINK_TOGGLE); in xhci_link_rings()
400 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.h1224 #define LINK_TOGGLE (0x1<<1) macro
H A Dxhci-ring.c103 return le32_to_cpu(trb->link.control) & LINK_TOGGLE; in link_trb_toggles_cycle()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mem.c149 &= ~cpu_to_le32(LINK_TOGGLE); in xhci_link_rings()
151 |= cpu_to_le32(LINK_TOGGLE); in xhci_link_rings()
400 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.h1225 #define LINK_TOGGLE (0x1<<1) macro
H A Dxhci-ring.c106 return le32_to_cpu(trb->link.control) & LINK_TOGGLE; in link_trb_toggles_cycle()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 39 milliseconds