Searched refs:hctd_ctrl (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_polled.c | 82 uint_t hctd_ctrl, 103 uint_t hctd_ctrl, 1734 ctrl = (uint_t)Get_TD(td->hctd_ctrl) & (uint32_t)HC_TD_CC; 1961 uint_t hctd_ctrl, 1973 Set_TD(td->hctd_ctrl, (hctd_ctrl | HC_TD_CC_NA)); 2236 uint_t hctd_ctrl, 2264 hctd_ctrl, hctd_dma_offs, hctd_length, tw); 1957 ohci_polled_fill_in_td( ohci_state_t *ohcip, ohci_td_t *td, ohci_td_t *new_dummy, uint_t hctd_ctrl, uint32_t hctd_dma_offs, size_t hctd_length, ohci_trans_wrapper_t *tw) argument 2234 ohci_polled_insert_hc_td( ohci_state_t *ohcip, uint_t hctd_ctrl, uint32_t hctd_dma_offs, size_t hctd_length, ohci_pipe_private_t *pp, ohci_trans_wrapper_t *tw) argument
|
H A D | ohci.c | 279 uint_t hctd_ctrl, 290 uint_t hctd_ctrl, 299 uint_t hctd_ctrl, 5870 uint_t hctd_ctrl, 5902 hctd_ctrl, hctd_dma_offs, hctd_length, hctd_ctrl_phase, pp, tw); 6014 uint_t hctd_ctrl, 6034 ohci_init_itd(ohcip, tw, hctd_ctrl, hctd_dma_offs, td); 6037 Set_TD(td->hctd_ctrl, (hctd_ctrl | HC_TD_CC_NA)); 6161 uint_t hctd_ctrl, 5868 ohci_insert_hc_td( ohci_state_t *ohcip, uint_t hctd_ctrl, uint32_t hctd_dma_offs, size_t hctd_length, uint32_t hctd_ctrl_phase, ohci_pipe_private_t *pp, ohci_trans_wrapper_t *tw) argument 6010 ohci_fill_in_td( ohci_state_t *ohcip, ohci_td_t *td, ohci_td_t *new_dummy, uint_t hctd_ctrl, uint32_t hctd_dma_offs, size_t hctd_length, uint32_t hctd_ctrl_phase, ohci_pipe_private_t *pp, ohci_trans_wrapper_t *tw) argument 6158 ohci_init_itd( ohci_state_t *ohcip, ohci_trans_wrapper_t *tw, uint_t hctd_ctrl, uint32_t index, ohci_td_t *td) argument [all...] |
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohci.h | 351 uint32_t hctd_ctrl; /* See below */ member in struct:ohci_td
|
Completed in 81 milliseconds