Home
last modified time | relevance | path

Searched refs:le16toh (Results 1 - 15 of 15) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axe.c250 val = le16toh(val); in axe_miibus_readreg()
359 eeprom = le16toh(eeprom); in axe_ax88178_init()
544 sc->sc_pwrcfg = le16toh(eeprom) & 0xFF00; in axe_ax88772b_init()
556 eeprom = le16toh(eeprom); in axe_ax88772b_init()
807 len = le16toh(hdr.len); in axe_rx_frame()
825 csum_hdr.len = le16toh(csum_hdr.len); in axe_rx_frame()
826 csum_hdr.ilen = le16toh(csum_hdr.ilen); in axe_rx_frame()
827 csum_hdr.cstatus = le16toh(csum_hdr.cstatus); in axe_rx_frame()
1101 rxmode = le16toh(rxmode); in axe_setpromisc()
/third_party/eudev/src/shared/
H A Dsparse-endian.h46 #undef le16toh macro
80 static inline uint16_t le16toh(le16_t value) { return bswap_16_on_be((uint16_t __force)value); } in le16toh() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h46 #define le16toh(x) (uint16_t)(x) macro
59 #define le16toh(x) __bswap16(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/musl/include/
H A Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/third_party/alsa-utils/axfer/
H A 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()
H A 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/backends/backend/
H A Dpieusb_buffer.c326 *buffer->p_write[c]++ = le16toh (*p_packet++); in sanei_pieusb_buffer_put_single_color_line()
418 *buffer->p_write[c]++ = le16toh (*p_packet++); in sanei_pieusb_buffer_put_full_color_line()
H A Dhp5590_low.c480 verify_cmd = le16toh (verify_cmd); /* Response is LSB first */ in hp5590_verify_last_cmd()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.h417 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? be16toh(v) : le16toh(v); in hc16toh()
444 return le16toh(v); in hc16toh()
/third_party/eudev/src/ata_id/
H A Data_id.c312 p[offset_words] = le16toh (p[offset_words]); in disk_identify_fixup_uint16()
/third_party/alsa-utils/aplay/
H A Daplay.c70 #ifndef le16toh
72 #define le16toh(x) __le16_to_cpu(x) macro
1881 sval = le16toh(*valp);
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_ep0.c83 return le16toh(ptr->val_); in get_unaligned_le16()

Completed in 15 milliseconds