Searched refs:htole64 (Results 1 – 7 of 7) sorted by relevance
45 #define htole64(x) (uint64_t)(x) macro58 #define htole64(x) __bswap64(x) macro
49 #define htole64(x) (uint64_t)(x) macro62 #define htole64(x) __bswap64(x) macro
225 *ptr = htole64(val); in xhci_ctx_set_le64()296 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr); in xhci_reset_command_queue_locked()367 pdctxa->qwBaaDevCtxAddr[0] = htole64(addr); in xhci_start_controller()372 pdctxa->qwSpBufPtr[i] = htole64((uint64_t)buf_scp.physaddr); in xhci_start_controller()404 phwr->hwr_ring_seg[0].qwEvrsTablePtr = htole64(addr); in xhci_start_controller()433 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr); in xhci_start_controller()1179 sc->sc_cmd_addr = htole64(addr); in xhci_do_command()1320 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_set_address()1469 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_configure_ep()1491 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_evaluate_ctx()[all …]