Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h352 uint32_t hctd_cbp; /* Next buffer addr */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6129 Set_TD(td->hctd_cbp, start_addr); in ohci_init_td()
6183 Set_TD(td->hctd_cbp, ((uint32_t)start_addr & HC_ITD_PAGE_MASK)); in ohci_init_itd()
8788 if (Get_TD(td->hctd_cbp)) { in ohci_handle_error()
8995 if (Get_TD(td->hctd_cbp)) { in ohci_handle_ctrl_td()
9534 if (Get_TD(td->hctd_cbp)) { in ohci_sendup_td_message()
9640 buf_addr = Get_TD(td->hctd_cbp); in ohci_get_td_residue()
11234 "\tcbp: 0x%x ", Get_TD(td->hctd_cbp)); in ohci_print_td()
H A Dohci_polled.c1837 if (Get_TD(td->hctd_cbp)) { in ohci_polled_handle_normal_td()