| /rk3399_rockchip-uboot/include/linux/ |
| H A D | screen_info.h | 13 __u16 ext_mem_k; /* 0x02 */ 14 __u16 orig_video_page; /* 0x04 */ 19 __u16 orig_video_ega_bx;/* 0x0a */ 20 __u16 unused3; /* 0x0c */ 23 __u16 orig_video_points;/* 0x10 */ 26 __u16 lfb_width; /* 0x12 */ 27 __u16 lfb_height; /* 0x14 */ 28 __u16 lfb_depth; /* 0x16 */ 31 __u16 cl_magic, cl_offset; /* 0x20 */ 32 __u16 lfb_linelength; /* 0x24 */ [all …]
|
| H A D | edd.h | 64 __u16 length; 65 __u16 info_flags; 70 __u16 bytes_per_sector; 72 __u16 key; /* = 0xBEDD */ 75 __u16 reserved3; 80 __u16 base_address; 81 __u16 reserved1; 109 __u16 reserved2; 122 __u16 id; 124 __u16 reserved1; [all …]
|
| H A D | fb.h | 30 __u16 xpanstep; /* zero if no hardware panning */ 31 __u16 ypanstep; /* zero if no hardware panning */ 32 __u16 ywrapstep; /* zero if no hardware ywrap */ 39 __u16 reserved[3]; /* Reserved for future compatibility */ 146 __u16 *red; /* Red values */ 147 __u16 *green; 148 __u16 *blue; 149 __u16 *transp; /* transparency, can be NULL */ 246 __u16 x, y; 250 __u16 set; /* what to set */ [all …]
|
| H A D | apm_bios.h | 17 __u16 version; 18 __u16 cseg; 20 __u16 cseg_16; 21 __u16 dseg; 22 __u16 flags; 23 __u16 cseg_len; 24 __u16 cseg_16_len; 25 __u16 dseg_len;
|
| H A D | types.h | 98 typedef __u16 u_int16_t; 106 typedef __u16 uint16_t; 148 typedef __u16 __bitwise __le16; 149 typedef __u16 __bitwise __be16; 156 typedef __u16 __bitwise __sum16;
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_mac.h | 27 __u16 signature; /* expected to be MAC_DRIVER_MAGIC */ 28 __u16 blk_size; /* block size of device */ 30 __u16 dev_type; /* device type */ 31 __u16 dev_id; /* device id */ 33 __u16 drvr_cnt; /* number of driver descriptor entries */ 34 __u16 drvr_map[247]; /* driver descriptor map */ 43 __u16 size; /* size of driver, in 512 byte blocks */ 44 __u16 type; /* OS Type */ 57 __u16 signature; /* expected to be MAC_PARTITION_MAGIC */ 58 __u16 sig_pad; /* reserved */ [all …]
|
| /rk3399_rockchip-uboot/fs/reiserfs/ |
| H A D | reiserfs_private.h | 46 __u16 s_blocksize; /* block size */ 47 __u16 s_oid_maxsize; /* max size of object id array */ 48 __u16 s_oid_cursize; /* current size of object id array */ 49 __u16 s_state; /* valid or error */ 51 __u16 s_tree_height; /* height of disk tree */ 52 __u16 s_bmap_nr; /* amount of bitmap blocks needed to address each block of file system */ 53 __u16 s_version; 169 static inline __u16 offset_v2_k_type( const struct offset_v2 *v2 ) in offset_v2_k_type() 210 __u16 blk_level; /* Level of a block in the tree. */ 211 __u16 blk_nr_item; /* Number of keys/items in a block. */ [all …]
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fat.h | 98 __u16 reserved; /* Number of reserved sectors */ 103 __u16 fat_length; /* Sectors/FAT */ 104 __u16 secs_track; /* Sectors/track */ 105 __u16 heads; /* Number of heads */ 111 __u16 flags; /* Bit 8: fat mirroring, low 4: active fat */ 114 __u16 info_sector; /* Filesystem info sector */ 115 __u16 backup_boot; /* Backup boot sector */ 116 __u16 reserved2[6]; /* Unused */ 140 __u16 ctime; /* Creation time */ 141 __u16 cdate; /* Creation date */ [all …]
|
| H A D | bmp_layout.h | 34 __u16 planes; 35 __u16 bit_count;
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | bootparam.h | 26 __u16 root_flags; 28 __u16 ram_size; 32 __u16 vid_mode; 33 __u16 root_dev; 34 __u16 boot_flag; 35 __u16 jump; 37 __u16 version; 39 __u16 start_sys; 40 __u16 kernel_version; 47 __u16 setup_move_size; [all …]
|
| H A D | byteorder.h | 16 #define _constant_swab16(x) ((__u16)( \ 17 (((__u16)(x) & (__u16)0x00ffU) << 8) | \ 18 (((__u16)(x) & (__u16)0xff00U) >> 8))) 20 static __inline__ __u16 ___arch__swab16(__u16 x) in ___arch__swab16()
|
| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | summary.h | 33 __u16 nodetype; /* node type */ 38 __u16 nodetype; /* node type */ 47 __u16 nodetype; /* == JFFS_NODETYPE_DIRENT */ 60 __u16 nodetype; /* == JFFS2_NODETYPE_XATR */ 69 __u16 nodetype; /* == JFFS2_NODETYPE_XREF */ 87 __u16 nodetype; /* node type */ 93 __u16 nodetype; /* node type */ 103 __u16 nodetype; /* == JFFS_NODETYPE_DIRENT */ 117 __u16 nodetype; 127 __u16 nodetype;
|
| /rk3399_rockchip-uboot/include/linux/byteorder/ |
| H A D | big_endian.h | 18 #define __constant_htons(x) ((__force __be16)(__u16)(x)) 19 #define __constant_ntohs(x) ((__force __u16)(__be16)(x)) 25 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x)) 30 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x)) 31 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x)) 37 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x)) 42 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x)) 43 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x)) 61 static inline __le16 __cpu_to_le16p(const __u16 *p) in __cpu_to_le16p() 65 static inline __u16 __le16_to_cpup(const __le16 *p) in __le16_to_cpup() [all …]
|
| H A D | swab.h | 22 ((__u16)( \ 23 (((__u16)(x) & (__u16)0x00ffU) << 8) | \ 24 (((__u16)(x) & (__u16)0xff00U) >> 8) )) 81 (__builtin_constant_p((__u16)(x)) ? \ 99 static __inline__ __attribute__((const)) __u16 __fswab16(__u16 x) in __fswab16() 103 static __inline__ __u16 __swab16p(const __u16 *x) in __swab16p() 107 static __inline__ void __swab16s(__u16 *addr) in __swab16s()
|
| H A D | little_endian.h | 24 #define __constant_cpu_to_le16(x) ((__force __le16)(__u16)(x)) 25 #define __constant_le16_to_cpu(x) ((__force __u16)(__le16)(x)) 31 #define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(__be16)(x)) 36 #define __cpu_to_le16(x) ((__force __le16)(__u16)(x)) 37 #define __le16_to_cpu(x) ((__force __u16)(__le16)(x)) 43 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x)) 61 static inline __le16 __cpu_to_le16p(const __u16 *p) in __cpu_to_le16p() 65 static inline __u16 __le16_to_cpup(const __le16 *p) in __le16_to_cpup() 67 return (__force __u16)*p; in __le16_to_cpup() 85 static inline __be16 __cpu_to_be16p(const __u16 *p) in __cpu_to_be16p() [all …]
|
| /rk3399_rockchip-uboot/include/jffs2/ |
| H A D | jffs2.h | 116 __u16 magic; 117 __u16 nodetype; 124 __u16 magic; 125 __u16 nodetype; /* == JFFS_NODETYPE_DIRENT */ 148 __u16 magic; /* A constant magic number. */ 149 __u16 nodetype; /* == JFFS_NODETYPE_INODE */ 155 __u16 uid; /* The file's owner. */ 156 __u16 gid; /* The file's group. */ 166 __u16 flags; /* See JFFS2_INO_FLAG_* */ 174 __u16 magic; [all …]
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | byteorder.h | 15 ((__u16)( \ 16 (((__u16)(x) & (__u16)0x00ffU) << 8) | \ 17 (((__u16)(x) & (__u16)0xff00U) >> 8) )) 58 __u16 ___arch__swab16(__u16 value)
|
| /rk3399_rockchip-uboot/drivers/nvme/ |
| H A D | nvme.h | 46 __u16 cntlid; 114 __u16 rsvd46; 230 __u16 command_id; 242 __u16 command_id; 286 __u16 command_id; 311 __u16 command_id; 381 __u16 command_id; 393 __u16 command_id; 406 __u16 command_id; 420 __u16 command_id; [all …]
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | byteorder.h | 42 static __inline__ __attribute__((const)) __u16 ___arch__swab16(__u16 value) in ___arch__swab16() 44 __u16 result; in ___arch__swab16()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | mxcfb.h | 42 __u16 x; 43 __u16 y;
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ohci.h | 64 __u16 last_iso; 118 __u16 hwPSW[MAXPSW]; 142 __u16 frame_no; /* current frame number */ 143 __u16 pad1; /* set to 0 on each frame_no change */ 348 __u16 length; /* number of tds associated with this request */ 349 __u16 td_cnt; /* number of tds already serviced */
|
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.h | 54 __u16 last_iso; 107 __u16 hwPSW[MAXPSW]; 131 __u16 frame_no; /* current frame number */ 132 __u16 pad1; /* set to 0 on each frame_no change */ 332 __u16 length; /* number of tds associated with this request */ 333 __u16 td_cnt; /* number of tds already serviced */
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | byteorder.h | 30 static inline __attribute__((const)) __u16 ___arch__swab16(__u16 x) in ___arch__swab16()
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | byteorder.h | 15 static __inline__ __attribute_const__ __u16 ___arch__swab16(__u16 x) in ___arch__swab16()
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | doc2000.h | 89 #define ReadDOC_(adr, reg) ((unsigned char)(*(volatile __u16 *)(((unsigned long)adr)+((reg)<<1… 90 #define WriteDOC_(d, adr, reg) do{ *(volatile __u16 *)(((unsigned long)adr)+((reg)<<1)) = (__u16)d…
|