Lines Matching refs:Get_TD

2173 			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_td->hctd_ctrl) & (~(HC_ITD_SF));
6417 ASSERT(Get_TD(td->hctd_state) != HC_TD_DUMMY);
6425 ASSERT(Get_TD(td->hctd_tw_next_td) == NULL);
6488 (Get_TD(headp->hctd_next_td) & HC_EPT_TD_TAIL)));
6491 (uint32_t)Get_TD(headp->hctd_trans_wrapper));
6565 Get_TD(next_td->hctd_tw_next_td));
6612 Get_TD(head->hctd_tw_next_td));
6619 next = ohci_td_iommu_to_cpu(ohcip, Get_TD(head->hctd_tw_next_td));
6623 Get_TD(next->hctd_tw_next_td));
6628 Set_TD(head->hctd_tw_next_td, Get_TD(next->hctd_tw_next_td));
6658 if ((Get_TD(old_td->hctd_state) == HC_TD_DUMMY) ||
6659 (Get_TD(old_td->hctd_state) == HC_TD_RECLAIM)) {
6661 Get_TD(old_td->hctd_trans_wrapper));
6666 Get_TD(old_td->hctd_trans_wrapper));
6674 if ((Get_TD(old_td->hctd_state) != HC_TD_RECLAIM) && tw) {
6845 Get_TD(td->hctd_tw_next_td));
7444 Get_TD(td->hctd_tw_next_td));
8287 state = Get_TD(td->hctd_state);
8304 (uint32_t)Get_TD(td->hctd_trans_wrapper));
8344 td = ohci_td_iommu_to_cpu(ohcip, Get_TD(td->hctd_next_td));
8393 if (Get_TD(cpu_new_head->hctd_next_td) == NULL) {
8400 ohci_td_iommu_to_cpu(ohcip, Get_TD(cpu_new_head->hctd_next_td));
8406 ohci_td_iommu_to_cpu(ohcip, Get_TD(cpu_new_head->hctd_next_td));
8418 Get_TD(cpu_new_head->hctd_next_td));
8454 OHCI_LOOKUP_ID((uint32_t)Get_TD(td->hctd_trans_wrapper));
8466 ctrl = (uint_t)Get_TD(td->hctd_ctrl) & (uint32_t)HC_TD_CC;
8523 fc = ((uint_t)Get_TD(td->hctd_ctrl) &
8539 psw = Get_TD(td->hctd_offsets[i / 2]);
8745 OHCI_LOOKUP_ID((uint32_t)Get_TD(td->hctd_trans_wrapper));
8765 (Get_TD(td->hctd_ctrl_phase) ==
8808 if (Get_TD(td->hctd_cbp)) {
8813 length = Get_TD(td->hctd_xfer_offs) +
8814 Get_TD(td->hctd_xfer_len) - residue;
8906 last_td_addr = Get_TD(last_td->hctd_next_td);
8923 Get_TD(td->hctd_tw_next_td));
8938 Get_TD(next_td->hctd_tw_next_td));
8994 (void *)pp, (void *)tw, (void *)td, Get_TD(td->hctd_ctrl_phase));
9002 switch (Get_TD(td->hctd_ctrl_phase)) {
9015 if (Get_TD(td->hctd_cbp)) {
9019 length = Get_TD(td->hctd_xfer_offs) +
9020 Get_TD(td->hctd_xfer_len) - residue;
9533 if (Get_TD(td->hctd_ctrl_phase) != OHCI_CTRL_DATA_PHASE) {
9554 if (Get_TD(td->hctd_cbp)) {
9556 length = Get_TD(td->hctd_xfer_offs) +
9557 Get_TD(td->hctd_xfer_len) - residue - skip_len;
9660 buf_addr = Get_TD(td->hctd_cbp);
9661 end_addr = Get_TD(td->hctd_buf_end);
10465 (Get_TD(nextp->hctd_next_td) &
10474 Get_TD(next_td->hctd_tw_next_td));
10610 if (Get_TD(headp->hctd_ctrl) & HC_TD_MS_DT) {
10612 data_toggle = (Get_TD(headp->hctd_ctrl) &
11241 uint_t ctrl = Get_TD(td->hctd_ctrl);
11256 "\tctrl: 0x%x ", Get_TD(td->hctd_ctrl));
11258 "\tcbp: 0x%x ", Get_TD(td->hctd_cbp));
11260 "\tnext_td: 0x%x ", Get_TD(td->hctd_next_td));
11262 "\tbuf_end: 0x%x ", Get_TD(td->hctd_buf_end));
11266 "\toffset[%d]: 0x%x ", i, Get_TD(td->hctd_offsets[i]));
11270 "\ttrans_wrapper: 0x%x ", Get_TD(td->hctd_trans_wrapper));
11272 "\tstate: 0x%x ", Get_TD(td->hctd_state));
11274 "\ttw_next_td: 0x%x ", Get_TD(td->hctd_tw_next_td));
11276 "\tctrl_phase: 0x%x ", Get_TD(td->hctd_ctrl_phase));