Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c524 ctrl = tw->tw_direction | HC_TD_DT_0|HC_TD_1I | HC_TD_R; in ohci_hcdi_polled_write()
1921 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()
1927 td_control = tw->tw_direction|HC_TD_DT_0|HC_TD_1I|HC_TD_R; in ohci_polled_insert_td()
2099 ctrl = tw->tw_direction | HC_TD_DT_0 | HC_TD_1I | HC_TD_R; in ohci_polled_insert_bulk_td()
H A Dohci.c4902 ctrl = HC_TD_OUT|HC_TD_MS_DT|HC_TD_DT_1|HC_TD_1I; 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()
5037 ctrl = ((ctrl & ~HC_TD_DI) | HC_TD_1I); in ohci_insert_bulk_req()
5473 ctrl = tw->tw_direction | HC_TD_DT_0 | HC_TD_1I; in ohci_insert_intr_req()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h372 #define HC_TD_1I 0x00200000 /* 1 frame for interrupt */ macro