Home
last modified time | relevance | path

Searched refs:htole64 (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h45 #define htole64(x) (uint64_t)(x) macro
58 #define htole64(x) __bswap64(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h45 #define htole64(x) (uint64_t)(x) macro
58 #define htole64(x) __bswap64(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h45 #define htole64(x) (uint64_t)(x) macro
58 #define htole64(x) __bswap64(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h45 #define htole64(x) (uint64_t)(x) macro
58 #define htole64(x) __bswap64(x) macro
/third_party/musl/include/
Dendian.h45 #define htole64(x) (uint64_t)(x) macro
58 #define htole64(x) __bswap64(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h49 #define htole64(x) (uint64_t)(x) macro
62 #define htole64(x) __bswap64(x) macro
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c225 *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 …]