Searched refs:be16toh (Results 1 – 9 of 9) sorted by relevance
36 #define be16toh(x) __bswap16(x) macro49 #define be16toh(x) (uint16_t)(x) macro
40 #define be16toh(x) __bswap16(x) macro53 #define be16toh(x) (uint16_t)(x) macro
189 state->format = be16toh(subchunk->format); in parse_wave_fmt_subchunk()190 state->samples_per_frame = be16toh(subchunk->samples_per_frame); in parse_wave_fmt_subchunk()194 state->bytes_per_frame = be16toh(subchunk->bytes_per_frame); in parse_wave_fmt_subchunk()196 be16toh(subchunk->bits_per_sample); in parse_wave_fmt_subchunk()
416 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? be16toh(v) : le16toh(v); in hc16toh()
70 #define be16toh(x) __be16_to_cpu(x) macro1832 sval = be16toh(*valp); in compute_max_peak()