Home
last modified time | relevance | path

Searched refs:TD_CTRL_LS (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Duhci.h101 #define TD_CTRL_LS (1 << 26) /* Low Speed Device */ macro
Dusb-uhci-debug.h59 (td->hw.td.status & TD_CTRL_LS) ? "LS " : "",
Dusb-uhci.h86 #define TD_CTRL_LS (1 << 26) /* Low Speed Device */ macro
Duhci.c839 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()
Dusb-uhci.c728 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()
Duhci-debug.h71 (td->status & TD_CTRL_LS) ? "LS " : "", in uhci_show_td()