• Home
  • Raw
  • Download

Lines Matching refs:htole32

199 	*ptr = htole32(val);  in xhci_ctx_set_le32()
405 phwr->hwr_ring_seg[0].dwEvrsTableSize = htole32(XHCI_MAX_EVENTS); in xhci_start_controller()
818 if (!(td->td_trb[0].dwTrb3 & htole32(XHCI_TRB_3_CYCLE_BIT))) { in xhci_activate_transfer()
820 td->td_trb[0].dwTrb3 |= htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_activate_transfer()
840 if (!(td->td_trb[0].dwTrb3 & htole32(XHCI_TRB_3_CYCLE_BIT))) { in xhci_skip_transfer()
1171 temp |= htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_do_command()
1173 temp &= ~htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_do_command()
1175 temp &= ~htole32(XHCI_TRB_3_TC_BIT); in xhci_do_command()
1191 temp = htole32(XHCI_TRB_3_TC_BIT | in xhci_do_command()
1195 temp = htole32(XHCI_TRB_3_TC_BIT | in xhci_do_command()
1285 trb.dwTrb3 = htole32(XHCI_TRB_3_TYPE_SET(XHCI_TRB_TYPE_ENABLE_SLOT)); in xhci_cmd_enable_slot()
1312 trb.dwTrb3 = htole32(temp); in xhci_cmd_disable_slot()
1334 trb.dwTrb3 = htole32(temp); in xhci_cmd_set_address()
1483 trb.dwTrb3 = htole32(temp); in xhci_cmd_configure_ep()
1501 trb.dwTrb3 = htole32(temp); in xhci_cmd_evaluate_ctx()
1524 trb.dwTrb3 = htole32(temp); in xhci_cmd_reset_ep()
1541 trb.dwTrb2 = htole32(temp); in xhci_cmd_set_tr_dequeue_ptr()
1546 trb.dwTrb3 = htole32(temp); in xhci_cmd_set_tr_dequeue_ptr()
1569 trb.dwTrb3 = htole32(temp); in xhci_cmd_stop_ep()
1587 trb.dwTrb3 = htole32(temp); in xhci_cmd_reset_dev()
1772 td->td_trb[0].dwTrb2 = htole32(dword); in xhci_setup_generic_chain_sub()
1787 td->td_trb[0].dwTrb3 = htole32(dword); in xhci_setup_generic_chain_sub()
1834 td->td_trb[x].dwTrb2 = htole32(dword); in xhci_setup_generic_chain_sub()
1884 td->td_trb[x].dwTrb3 = htole32(dword); in xhci_setup_generic_chain_sub()
1895 td->td_trb[x-1].dwTrb3 |= htole32(XHCI_TRB_3_IOC_BIT); in xhci_setup_generic_chain_sub()
1916 td->td_trb[x].dwTrb2 = htole32(dword); in xhci_setup_generic_chain_sub()
1930 td->td_trb[x].dwTrb3 = htole32(dword); in xhci_setup_generic_chain_sub()
1961 td_first->td_trb[0].dwTrb3 &= ~htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_setup_generic_chain_sub()
1967 td->td_trb[td->ntrb - 1].dwTrb2 &= ~htole32(XHCI_TRB_2_TDSZ_SET(15)); in xhci_setup_generic_chain_sub()
1968 td->td_trb[td->ntrb - 1].dwTrb3 &= ~htole32(XHCI_TRB_3_CHAIN_BIT); in xhci_setup_generic_chain_sub()
1970 td->td_trb[td->ntrb].dwTrb3 &= ~htole32(XHCI_TRB_3_CHAIN_BIT); in xhci_setup_generic_chain_sub()
2751 trb->dwTrb2 = htole32(XHCI_TRB_2_IRQ_SET(0)); in xhci_alloc_device_ext()
2752 trb->dwTrb3 = htole32(XHCI_TRB_3_CYCLE_BIT | in xhci_alloc_device_ext()
2953 trb_link->dwTrb2 = htole32(XHCI_TRB_2_IRQ_SET(0)); in xhci_transfer_insert()
2954 trb_link->dwTrb3 = htole32(XHCI_TRB_3_IOC_BIT | in xhci_transfer_insert()
2972 pepext->trb[i].dwTrb2 = htole32(XHCI_TRB_2_IRQ_SET(0)); in xhci_transfer_insert()
2981 pepext->trb[i].dwTrb3 = htole32(XHCI_TRB_3_CYCLE_BIT | in xhci_transfer_insert()