Home
last modified time | relevance | path

Searched refs:le16toh (Results 1 – 12 of 12) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
Dif_axe.c252 val = le16toh(val); in axe_miibus_readreg()
361 eeprom = le16toh(eeprom); in axe_ax88178_init()
546 sc->sc_pwrcfg = le16toh(eeprom) & 0xFF00; in axe_ax88772b_init()
558 eeprom = le16toh(eeprom); in axe_ax88772b_init()
809 len = le16toh(hdr.len); in axe_rx_frame()
827 csum_hdr.len = le16toh(csum_hdr.len); in axe_rx_frame()
828 csum_hdr.ilen = le16toh(csum_hdr.ilen); in axe_rx_frame()
829 csum_hdr.cstatus = le16toh(csum_hdr.cstatus); in axe_rx_frame()
1103 rxmode = le16toh(rxmode); in axe_setpromisc()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/include/
Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h46 #define le16toh(x) (uint16_t)(x) macro
59 #define le16toh(x) __bswap16(x) macro
/third_party/alsa-utils/axfer/
Dcontainer-voc.c324 hdr_size = le16toh(header->hdr_size); in parse_container_header()
325 version = le16toh(header->version); in parse_container_header()
326 version_compr = le16toh(header->version_compr); in parse_container_header()
365 state->code_id = le16toh(block->code_id); in parse_v120_format_block()
392 time_const = le16toh(block->time_const); in parse_extended_v110_format()
Dcontainer-riff-wave.c198 state->format = le16toh(subchunk->format); in parse_wave_fmt_subchunk()
199 state->samples_per_frame = le16toh(subchunk->samples_per_frame); in parse_wave_fmt_subchunk()
203 state->bytes_per_frame = le16toh(subchunk->bytes_per_frame); in parse_wave_fmt_subchunk()
205 le16toh(subchunk->bits_per_sample); in parse_wave_fmt_subchunk()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h416 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? be16toh(v) : le16toh(v); in hc16toh()
443 return le16toh(v); in hc16toh()
/third_party/alsa-utils/aplay/
Daplay.c67 #ifndef le16toh
69 #define le16toh(x) __le16_to_cpu(x) macro
1830 sval = le16toh(*valp); in compute_max_peak()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Dusbd_generic_ep0.c83 return le16toh(ptr->val_); in get_unaligned_le16()