Home
last modified time | relevance | path

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

/linux/include/linux/byteorder/
A Dgeneric.h97 #define be16_to_cpu __be16_to_cpu
137 #define ___ntohs(x) __be16_to_cpu(x)
/linux/drivers/media/radio/si470x/
A Dradio-si470x-i2c.c99 radio->registers[regnr] = __be16_to_cpu(buf[READ_INDEX(regnr)]); in si470x_get_register()
155 radio->registers[i] = __be16_to_cpu(buf[READ_INDEX(i)]); in si470x_get_all_registers()
/linux/include/uapi/linux/
A Dmap_to_14segment.h90 return __be16_to_cpu(map->table[c]); in map_to_seg14()
/linux/drivers/iio/proximity/
A Dmb1232.c98 distance = __be16_to_cpu(buf); in mb1232_read_distance()
/linux/include/uapi/linux/byteorder/
A Dbig_endian.h43 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x)) macro
A Dlittle_endian.h43 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x)) macro
/linux/fs/nls/
A Dnls_base.c182 return __be16_to_cpu(c); in get_utf16()
/linux/drivers/net/wireless/intersil/hostap/
A Dhostap_main.c545 __be16_to_cpu(rx->len)); in hostap_dump_rx_header()
573 __be16_to_cpu(tx->len)); in hostap_dump_tx_header()
/linux/drivers/media/radio/
A Dradio-tea5764.c155 p[i] = __be16_to_cpu((__force __be16)p[i]); in tea5764_i2c_read()
/linux/drivers/net/wireless/ath/ath10k/
A Dspectral.c19 length = __be16_to_cpu(fft_sample_tlv->length) + in send_fft_sample()
/linux/tools/testing/selftests/net/
A Dioam6_parser.c132 if (__be16_to_cpu(ioam6h->namespace_id) != ioam_ns || in check_ioam_header()
/linux/drivers/net/wireless/ath/ath9k/
A Dcommon-spectral.c35 length = __be16_to_cpu(fft_sample_tlv->length) + in ath_debug_send_fft_sample()

Completed in 27 milliseconds