Searched refs:TD_CTRL_ACTIVE (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dusb-uhci.h89 #define TD_CTRL_ACTIVE (1 << 23) /* TD Active */ macro
242 #define is_td_active(desc) (desc->hw.td.status & cpu_to_le32(TD_CTRL_ACTIVE))
H A Duhci.c815 if (status & TD_CTRL_ACTIVE) /* Active */
839 status = (urb->pipe & TD_CTRL_LS) | TD_CTRL_ACTIVE | (3 << 27);
956 if (status & TD_CTRL_ACTIVE)
972 if (status & TD_CTRL_ACTIVE)
1005 status & TD_CTRL_ACTIVE &&
1010 if (status & TD_CTRL_ACTIVE)
1101 status = (urb->pipe & TD_CTRL_LS) | TD_CTRL_ACTIVE | TD_CTRL_IOC;
1138 if (status & TD_CTRL_ACTIVE)
1199 td->status = (td->status & 0x2F000000) | TD_CTRL_ACTIVE | TD_CTRL_IOC;
1235 status = TD_CTRL_ACTIVE | (
[all...]
H A Duhci-debug.h73 (td->status & TD_CTRL_ACTIVE) ? "Active " : "",
248 active = ntd->status & TD_CTRL_ACTIVE;
261 prevactive = td->status & TD_CTRL_ACTIVE;
H A Duhci.h104 #define TD_CTRL_ACTIVE (1 << 23) /* TD Active */ macro
H A Dusb-uhci-debug.h61 (td->hw.td.status & TD_CTRL_ACTIVE) ? "Active " : "",
H A Dusb-uhci.c770 status = (urb->pipe & TD_CTRL_LS) | TD_CTRL_ACTIVE |
923 status = (pipe & TD_CTRL_LS) | TD_CTRL_ACTIVE |
1519 status = (pipe & TD_CTRL_LS) | TD_CTRL_ACTIVE | TD_CTRL_IOC |
1600 status = TD_CTRL_ACTIVE | TD_CTRL_IOS;
2248 if (status & TD_CTRL_ACTIVE) /* Active */
2554 desc->hw.td.status= cpu_to_le32((urb->pipe & TD_CTRL_LS) | TD_CTRL_ACTIVE | TD_CTRL_IOC |
2598 desc->hw.td.status &= cpu_to_le32(~TD_CTRL_ACTIVE);

Completed in 52 milliseconds