Lines Matching refs:Get_ED

1901 		ASSERT(Get_ED(list_array[half_list - 1 +
2814 Get_ED(pp->pp_ept->hced_headp) & (~HC_EPT_Carry));
3786 state = Get_ED(ohcip->ohci_ed_pool_addr[i].hced_state);
4075 if (Get_ED(next_lattice_ept->hced_state) != HC_EPT_STATIC) {
4085 ohcip, Get_ED(lattice_ept->hced_next));
4091 Set_ED(ept->hced_next, Get_ED(lattice_ept->hced_next));
4103 (Get_ED(next_lattice_ept->hced_state) != HC_EPT_STATIC)) {
4159 ohcip, Get_ED(lattice_ept->hced_next));
4166 ohcip, Get_ED(lattice_ept->hced_next));
4221 Set_ED(ept->hced_ctrl, (Get_ED(ept->hced_ctrl) & ~HC_EPT_sKip));
4229 if ((Get_ED(ept->hced_headp) & HC_EPT_Halt) ||
4230 (Get_ED(ept->hced_ctrl) & HC_EPT_sKip)) {
4242 (Get_ED(ept->hced_ctrl) | HC_EPT_sKip));
4325 if (Get_ED(ept->hced_next)) {
4326 Set_OpReg(hcr_ctrl_curr, Get_ED(ept->hced_next));
4375 if (Get_ED(ept->hced_next)) {
4376 Set_OpReg(hcr_bulk_curr, Get_ED(ept->hced_next));
4413 ASSERT((Get_ED(ept->hced_tailp) & HC_EPT_TD_TAIL) ==
4414 (Get_ED(ept->hced_headp) & HC_EPT_TD_HEAD));
4476 prev_ept = ohci_ed_iommu_to_cpu(ohcip, Get_ED(ept->hced_prev));
4477 next_ept = ohci_ed_iommu_to_cpu(ohcip, Get_ED(ept->hced_next));
4495 Get_ED(ept->hced_next));
4503 Get_ED(ept->hced_next));
4513 ASSERT(Get_ED(ept->hced_node) >=
4518 Get_ED(ept->hced_node));
4525 HccaIntTble[node], Get_ED(ept->hced_next));
4531 if (Get_ED(next_ept->hced_state) !=
4565 Set_ED(prev_ept->hced_next, Get_ED(ept->hced_next));
4572 (Get_ED(next_ept->hced_state) != HC_EPT_STATIC)) {
4575 Set_ED(next_ept->hced_prev, Get_ED(ept->hced_prev));
4615 Get_ED(next_ept->hced_reclaim_next));
4624 ASSERT(Get_ED(ept->hced_reclaim_next) == NULL);
4649 dummy_td = ohci_td_iommu_to_cpu(ohcip, Get_ED(old_ed->hced_headp));
5895 (ohci_td_iommu_to_cpu(ohcip, Get_ED(ept->hced_tailp)));
6458 addr = Get_ED(ept->hced_headp) & (uint32_t)HC_EPT_TD_HEAD;
6465 addr = Get_ED(ept->hced_tailp) & (uint32_t)HC_EPT_TD_TAIL;
6514 (Get_ED(ept->hced_tailp) & HC_EPT_TD_TAIL),
6515 (Get_ED(ept->hced_headp) & HC_EPT_TD_HEAD));
6517 ASSERT((Get_ED(ept->hced_tailp) & HC_EPT_TD_TAIL) ==
6518 (Get_ED(ept->hced_headp) & HC_EPT_TD_HEAD));
8225 (OHCI_LOOKUP_ID(Get_ED(reclaim_ed->hced_reclaim_frame)));
8248 Get_ED(reclaim_ed->hced_reclaim_next));
8251 OHCI_FREE_ID((uint32_t)Get_ED(reclaim_ed->hced_reclaim_frame));
8668 (Get_ED(pp->pp_ept->hced_headp) &
8701 uint_t hced_ctrl = Get_ED(pp->pp_ept->hced_ctrl);
8885 hced_head = Get_ED(pp->pp_ept->hced_headp);
8887 uint_t hced_ctrl = Get_ED(pp->pp_ept->hced_ctrl);
10383 ASSERT((Get_ED(pp->pp_ept->hced_tailp) & HC_EPT_TD_TAIL) ==
10384 (Get_ED(pp->pp_ept->hced_headp) & HC_EPT_TD_HEAD));
10426 Get_ED(ept->hced_headp) & (uint32_t)HC_EPT_TD_HEAD));
10429 Get_ED(ept->hced_tailp) & (uint32_t)HC_EPT_TD_TAIL));
10587 Get_ED(ed->hced_headp) & (uint32_t)HC_EPT_TD_HEAD));
10590 Get_ED(ed->hced_tailp) & (uint32_t)HC_EPT_TD_TAIL));
10597 if ((Get_ED(ed->hced_headp) & HC_EPT_Halt) || (headp == tailp)) {
10600 data_toggle = (Get_ED(ed->hced_headp) &
10616 data_toggle = (Get_ED(ed->hced_headp) &
10684 Get_ED(pp->pp_ept->hced_headp) | HC_EPT_Carry);
10687 Get_ED(pp->pp_ept->hced_headp) & (~HC_EPT_Carry));
11200 uint_t ctrl = Get_ED(ed->hced_ctrl);
11207 ((Get_ED(ed->hced_headp) & HC_EPT_Halt) ? "halted": ""));
11209 "\ttoggle carry: 0x%x", Get_ED(ed->hced_headp) & HC_EPT_Carry);
11212 "\tctrl: 0x%x", Get_ED(ed->hced_ctrl));
11214 "\ttailp: 0x%x", Get_ED(ed->hced_tailp));
11216 "\theadp: 0x%x", Get_ED(ed->hced_headp));
11218 "\tnext: 0x%x", Get_ED(ed->hced_next));
11220 "\tprev: 0x%x", Get_ED(ed->hced_prev));
11222 "\tnode: 0x%x", Get_ED(ed->hced_node));
11224 "\treclaim_next: 0x%x", Get_ED(ed->hced_reclaim_next));
11226 "\treclaim_frame: 0x%x", Get_ED(ed->hced_reclaim_frame));
11228 "\tstate: 0x%x", Get_ED(ed->hced_state));