Searched refs:htobe16 (Results 1 – 8 of 8) sorted by relevance
35 #define htobe16(x) __bswap16(x) macro48 #define htobe16(x) (uint16_t)(x) macro
39 #define htobe16(x) __bswap16(x) macro52 #define htobe16(x) (uint16_t)(x) macro
440 subchunk->format = htobe16(state->format); in build_wave_format_subchunk()441 subchunk->samples_per_frame = htobe16(state->samples_per_frame); in build_wave_format_subchunk()445 subchunk->bytes_per_frame = htobe16(bytes_per_frame); in build_wave_format_subchunk()447 htobe16(state->avail_bits_in_sample); in build_wave_format_subchunk()
404 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? htobe16(v) : htole16(v); in htohc16()