Home
last modified time | relevance | path

Searched refs:__be16 (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/include/drm/
H A Ddrm_dsc.h342 __be16 pic_height;
348 __be16 pic_width;
353 __be16 slice_height;
358 __be16 slice_width;
364 __be16 chunk_size;
385 __be16 initial_dec_delay;
404 __be16 scale_increment_interval;
434 __be16 nfl_bpg_offset;
440 __be16 slice_bpg_offset;
445 __be16 initial_offset;
[all …]
/rk3399_rockchip-uboot/include/linux/byteorder/
H A Dbig_endian.h18 #define __constant_htons(x) ((__force __be16)(__u16)(x))
19 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
30 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
31 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
42 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
43 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
85 static inline __be16 __cpu_to_be16p(const __u16 *p) in __cpu_to_be16p()
87 return (__force __be16)*p; in __cpu_to_be16p()
89 static inline __u16 __be16_to_cpup(const __be16 *p) in __be16_to_cpup()
H A Dlittle_endian.h18 #define __constant_htons(x) ((__force __be16)___constant_swab16((x)))
19 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x))
30 #define __constant_cpu_to_be16(x) ((__force __be16)___constant_swab16((x)))
31 #define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(__be16)(x))
42 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
43 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x))
85 static inline __be16 __cpu_to_be16p(const __u16 *p) in __cpu_to_be16p()
87 return (__force __be16)__swab16p(p); in __cpu_to_be16p()
89 static inline __u16 __be16_to_cpup(const __be16 *p) in __be16_to_cpup()
/rk3399_rockchip-uboot/include/linux/unaligned/
H A Daccess_ok.h23 return be16_to_cpup((__be16 *)p); in get_unaligned_be16()
53 *((__be16 *)p) = cpu_to_be16(val); in put_unaligned_be16()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dubi-media.h359 __be16 name_len;
453 __be16 size;
454 __be16 max_size;
/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm_tis.h49 __be16 tag;
55 __be16 tag;
/rk3399_rockchip-uboot/include/
H A Dqfw.h74 __be16 select;
75 __be16 reserved;
H A Dtpm.h210 __be16 tag;
/rk3399_rockchip-uboot/include/linux/
H A Dlibfdt_env.h16 typedef __be16 fdt16_t;
H A Dtypes.h149 typedef __u16 __bitwise __be16; typedef
H A Dethtool.h338 __be16 psrc;
339 __be16 pdst;
/rk3399_rockchip-uboot/net/
H A Dtftp.c463 __be16 proto; in tftp_handler()
464 __be16 *s; in tftp_handler()
482 s = (__be16 *)pkt; in tftp_handler()
571 tftp_cur_block = ntohs(*(__be16 *)pkt); in tftp_handler()
659 pkt + 2, ntohs(*(__be16 *)pkt)); in tftp_handler()
661 switch (ntohs(*(__be16 *)pkt)) { in tftp_handler()
/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs.h433 __be16 reserved_osf;
434 __be16 length;
497 __be16 sense_data_len;