Searched refs:TD_CTRL_LS (Results 1 – 6 of 6) sorted by relevance
101 #define TD_CTRL_LS (1 << 26) /* Low Speed Device */ macro
59 (td->hw.td.status & TD_CTRL_LS) ? "LS " : "",
86 #define TD_CTRL_LS (1 << 26) /* Low Speed Device */ macro
839 status = (urb->pipe & TD_CTRL_LS) | TD_CTRL_ACTIVE | (3 << 27); in uhci_submit_control()918 if (urb->pipe & TD_CTRL_LS) { in uhci_submit_control()1077 if (urb->pipe & TD_CTRL_LS) in usb_control_retrigger_status()1101 status = (urb->pipe & TD_CTRL_LS) | TD_CTRL_ACTIVE | TD_CTRL_IOC; in uhci_submit_interrupt()1228 if (urb->pipe & TD_CTRL_LS) in uhci_submit_bulk()
728 status = (urb->pipe & TD_CTRL_LS) | TD_CTRL_ACTIVE | in uhci_submit_control_urb()804 if (urb->pipe & TD_CTRL_LS) in uhci_submit_control_urb()881 status = (pipe & TD_CTRL_LS) | TD_CTRL_ACTIVE | in uhci_submit_bulk_urb()1477 status = (pipe & TD_CTRL_LS) | TD_CTRL_ACTIVE | TD_CTRL_IOC | in uhci_submit_int_urb()2512 desc->hw.td.status= cpu_to_le32((urb->pipe & TD_CTRL_LS) | TD_CTRL_ACTIVE | TD_CTRL_IOC | in process_interrupt()
71 (td->status & TD_CTRL_LS) ? "LS " : "", in uhci_show_td()