Searched refs:SetTD_endpt (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcipolled.c | 430 SetTD_endpt(uhcip, td, ph->p_ep.bEndpointAddress & in uhci_hcdi_polled_write() 827 SetTD_endpt(uhcip, td, eptd->bEndpointAddress & END_POINT_ADDRESS_MASK); in uhci_polled_insert_td_on_qh()
|
H A D | uhciutil.c | 1990 SetTD_endpt(uhcip, current_dummy, in uhci_fill_in_td() 3002 SetTD_endpt(uhcip, current_td, ph->p_ep.bEndpointAddress & in uhci_fill_in_bulk_isoc_td()
|
/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhci.h | 202 #define SetTD_endpt(u, td, v) SetField((u), (td), dw3, 15, 4, (v)) macro
|