Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c84 uint_t hctd_ctrl,
105 uint_t hctd_ctrl,
1737 ctrl = (uint_t)Get_TD(td->hctd_ctrl) & (uint32_t)HC_TD_CC; in ohci_polled_process_input_list()
1964 uint_t hctd_ctrl, in ohci_polled_fill_in_td() argument
1976 Set_TD(td->hctd_ctrl, (hctd_ctrl | HC_TD_CC_NA)); in ohci_polled_fill_in_td()
2239 uint_t hctd_ctrl, in ohci_polled_insert_hc_td() argument
2267 hctd_ctrl, hctd_dma_offs, hctd_length, tw); in ohci_polled_insert_hc_td()
H A Dohci.c279 uint_t hctd_ctrl,
290 uint_t hctd_ctrl,
299 uint_t hctd_ctrl,
5852 uint_t hctd_ctrl, in ohci_insert_hc_td() argument
5884 hctd_ctrl, hctd_dma_offs, hctd_length, hctd_ctrl_phase, pp, tw); in ohci_insert_hc_td()
5996 uint_t hctd_ctrl, in ohci_fill_in_td() argument
6016 ohci_init_itd(ohcip, tw, hctd_ctrl, hctd_dma_offs, td); in ohci_fill_in_td()
6019 Set_TD(td->hctd_ctrl, (hctd_ctrl | HC_TD_CC_NA)); in ohci_fill_in_td()
6143 uint_t hctd_ctrl, in ohci_init_itd() argument
6157 "ohci_init_itd: ctrl = 0x%x", hctd_ctrl); in ohci_init_itd()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h351 uint32_t hctd_ctrl; /* See below */ member