Searched refs:Get_TD (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c813 Get_TD(next_td->hctd_tw_next_td));
1063 Get_TD(td->hctd_next_td));
1353 next_td = ohci_td_iommu_to_cpu(ohcip, Get_TD(td->hctd_next_td));
1375 Get_TD(td->hctd_next_td));
1589 Get_TD(current_td->hctd_next_td));
1595 (uint32_t)Get_TD(current_td->hctd_trans_wrapper));
1666 Get_TD(td->hctd_next_td));
1731 ohci_td_iommu_to_cpu(ohcip, Get_TD(td->hctd_next_td));
1734 ctrl = (uint_t)Get_TD(td->hctd_ctrl) & (uint32_t)HC_TD_CC;
1744 (uint32_t)Get_TD(t
[all...]
H A Dohci.c2173 state = Get_TD(ohcip->ohci_td_pool_addr[i].hctd_state);
2182 Get_TD(td->hctd_trans_wrapper));
4653 ASSERT(Get_TD(dummy_td->hctd_state) == HC_TD_DUMMY);
5890 Get_TD(new_dummy->hctd_tw_next_td));
5969 state = Get_TD(ohcip->ohci_td_pool_addr[i].hctd_state);
6026 ASSERT(Get_TD(td->hctd_state) == HC_TD_DUMMY);
6231 Get_TD(td->hctd_offsets[i / 2]) | offset);
6237 Get_TD(td->hctd_offsets[i / 2]) | offset);
6272 isoc_pkts = ((Get_TD(current_td->hctd_ctrl) &
6351 ctrl = Get_TD(current_t
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h771 #define Get_TD(addr) ddi_get32(ohcip->ohci_td_pool_mem_handle, \ macro

Completed in 78 milliseconds