• 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()
815 if (!(td->td_trb[0].dwTrb3 & htole32(XHCI_TRB_3_CYCLE_BIT))) { in xhci_activate_transfer()
817 td->td_trb[0].dwTrb3 |= htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_activate_transfer()
837 if (!(td->td_trb[0].dwTrb3 & htole32(XHCI_TRB_3_CYCLE_BIT))) { in xhci_skip_transfer()
1166 temp |= htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_do_command()
1168 temp &= ~htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_do_command()
1170 temp &= ~htole32(XHCI_TRB_3_TC_BIT); in xhci_do_command()
1185 temp = htole32(XHCI_TRB_3_TC_BIT | in xhci_do_command()
1189 temp = htole32(XHCI_TRB_3_TC_BIT | in xhci_do_command()
1279 trb.dwTrb3 = htole32(XHCI_TRB_3_TYPE_SET(XHCI_TRB_TYPE_ENABLE_SLOT)); in xhci_cmd_enable_slot()
1306 trb.dwTrb3 = htole32(temp); in xhci_cmd_disable_slot()
1328 trb.dwTrb3 = htole32(temp); in xhci_cmd_set_address()
1477 trb.dwTrb3 = htole32(temp); in xhci_cmd_configure_ep()
1495 trb.dwTrb3 = htole32(temp); in xhci_cmd_evaluate_ctx()
1518 trb.dwTrb3 = htole32(temp); in xhci_cmd_reset_ep()
1535 trb.dwTrb2 = htole32(temp); in xhci_cmd_set_tr_dequeue_ptr()
1540 trb.dwTrb3 = htole32(temp); in xhci_cmd_set_tr_dequeue_ptr()
1563 trb.dwTrb3 = htole32(temp); in xhci_cmd_stop_ep()
1581 trb.dwTrb3 = htole32(temp); in xhci_cmd_reset_dev()
1761 td->td_trb[0].dwTrb2 = htole32(dword); in xhci_setup_generic_chain_sub()
1776 td->td_trb[0].dwTrb3 = htole32(dword); in xhci_setup_generic_chain_sub()
1822 td->td_trb[x].dwTrb2 = htole32(dword); in xhci_setup_generic_chain_sub()
1872 td->td_trb[x].dwTrb3 = htole32(dword); in xhci_setup_generic_chain_sub()
1883 td->td_trb[x-1].dwTrb3 |= htole32(XHCI_TRB_3_IOC_BIT); in xhci_setup_generic_chain_sub()
1904 td->td_trb[x].dwTrb2 = htole32(dword); in xhci_setup_generic_chain_sub()
1918 td->td_trb[x].dwTrb3 = htole32(dword); in xhci_setup_generic_chain_sub()
1949 td_first->td_trb[0].dwTrb3 &= ~htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_setup_generic_chain_sub()
1955 td->td_trb[td->ntrb - 1].dwTrb2 &= ~htole32(XHCI_TRB_2_TDSZ_SET(15)); in xhci_setup_generic_chain_sub()
1956 td->td_trb[td->ntrb - 1].dwTrb3 &= ~htole32(XHCI_TRB_3_CHAIN_BIT); in xhci_setup_generic_chain_sub()
1958 td->td_trb[td->ntrb].dwTrb3 &= ~htole32(XHCI_TRB_3_CHAIN_BIT); in xhci_setup_generic_chain_sub()
2730 trb->dwTrb2 = htole32(XHCI_TRB_2_IRQ_SET(0)); in xhci_alloc_device_ext()
2731 trb->dwTrb3 = htole32(XHCI_TRB_3_CYCLE_BIT | in xhci_alloc_device_ext()
2931 trb_link->dwTrb2 = htole32(XHCI_TRB_2_IRQ_SET(0)); in xhci_transfer_insert()
2932 trb_link->dwTrb3 = htole32(XHCI_TRB_3_IOC_BIT | in xhci_transfer_insert()
2950 pepext->trb[i].dwTrb2 = htole32(XHCI_TRB_2_IRQ_SET(0)); in xhci_transfer_insert()
2959 pepext->trb[i].dwTrb3 = htole32(XHCI_TRB_3_CYCLE_BIT | in xhci_transfer_insert()