Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h384 #define HC_TD_IN 0x00100000 /* In direction */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1921 td_control = HC_TD_IN|HC_TD_1I|HC_TD_R; in ohci_polled_insert_td()
1923 td_control = HC_TD_IN|HC_TD_1I; in ohci_polled_insert_td()
2221 tw->tw_direction = (pipe_dir == USB_EP_DIR_IN) ? HC_TD_IN : HC_TD_OUT; in ohci_polled_create_tw()
H A Dohci.c4866 tw->tw_direction = HC_TD_IN; in ohci_insert_ctrl_req()
4884 if (tw->tw_direction == HC_TD_IN) { in ohci_insert_ctrl_req()
4885 ctrl = ctrl|HC_TD_IN|HC_TD_MS_DT|HC_TD_DT_1|HC_TD_6I; in ohci_insert_ctrl_req()
4901 if (tw->tw_direction == HC_TD_IN) { in ohci_insert_ctrl_req()
4904 ctrl = HC_TD_IN|HC_TD_MS_DT|HC_TD_DT_1|HC_TD_1I; in ohci_insert_ctrl_req()
4907 ctrl = HC_TD_IN|HC_TD_MS_DT|HC_TD_DT_1|HC_TD_1I; in ohci_insert_ctrl_req()
5421 tw->tw_direction = HC_TD_IN; in ohci_allocate_intr_resources()
5677 tw->tw_direction = HC_TD_IN; in ohci_allocate_isoc_resources()
8738 if (tw->tw_direction == HC_TD_IN) { in ohci_handle_error()
9017 (tw->tw_direction == HC_TD_IN)) { in ohci_handle_ctrl_td()
[all …]