Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h372 #define HC_TD_1I 0x00200000 /* 1 frame for interrupt */ macro
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c522 ctrl = tw->tw_direction | HC_TD_DT_0|HC_TD_1I | HC_TD_R; in ohci_hcdi_polled_write()
1918 td_control = HC_TD_IN|HC_TD_1I|HC_TD_R; in ohci_polled_insert_td()
1920 td_control = HC_TD_IN|HC_TD_1I; in ohci_polled_insert_td()
1924 td_control = tw->tw_direction|HC_TD_DT_0|HC_TD_1I|HC_TD_R; in ohci_polled_insert_td()
2096 ctrl = tw->tw_direction | HC_TD_DT_0 | HC_TD_1I | HC_TD_R; in ohci_polled_insert_bulk_td()
H A Dohci.c4920 ctrl = HC_TD_OUT|HC_TD_MS_DT|HC_TD_DT_1|HC_TD_1I; in ohci_insert_ctrl_req()
4922 ctrl = HC_TD_IN|HC_TD_MS_DT|HC_TD_DT_1|HC_TD_1I; in ohci_insert_ctrl_req()
4925 ctrl = HC_TD_IN|HC_TD_MS_DT|HC_TD_DT_1|HC_TD_1I; in ohci_insert_ctrl_req()
5055 ctrl = ((ctrl & ~HC_TD_DI) | HC_TD_1I); in ohci_insert_bulk_req()
5491 ctrl = tw->tw_direction | HC_TD_DT_0 | HC_TD_1I; in ohci_insert_intr_req()