Searched refs:u16 (Results 1 - 25 of 10531) sorted by path

1234567891011>>

/linux-master/arch/alpha/boot/tools/
H A Dmkbb.c29 #ifndef u16
30 #define u16 unsigned short macro
39 u16 d_type, d_subtype;
48 u16 d_sparespertrack;
49 u16 d_sparespercyl;
51 u16 d_rpm, d_interleave, d_trackskew, d_cylskew;
56 u16 d_checksum;
57 u16 d_npartitions;
65 u16 p_cpg;
/linux-master/arch/alpha/include/asm/
H A Derr_common.h82 u16 length; /* length of header (in bytes) */
83 u16 class; /* header class and type... */
84 u16 type; /* ...determine content */
85 u16 revision; /* header revision */
97 u16 halt_code;
98 u16 reserved;
H A Derr_ev7.h152 u16 cabinet;
153 u16 drawer;
154 u16 reserved1[2];
H A Dgct.h11 u16 size;
17 u16 rev;
18 u16 change_counter;
19 u16 max_child;
20 u16 reserved1;
H A Dvga.h17 static inline void scr_writew(u16 val, volatile u16 *addr)
20 __raw_writew(val, (volatile u16 __iomem *) addr);
25 static inline u16 scr_readw(volatile const u16 *addr)
28 return __raw_readw((volatile const u16 __iomem *) addr);
33 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count)
36 memsetw_io((u16 __iomem *) s, c, count);
42 extern void scr_memcpyw(u16 *
[all...]
/linux-master/arch/alpha/kernel/
H A Derr_impl.h19 u16 class;
20 u16 type;
21 u16 revision;
29 u16 class;
/linux-master/arch/arm/crypto/
H A Dcrct10dif-ce-glue.c22 asmlinkage u16 crc_t10dif_pmull(u16 init_crc, const u8 *buf, size_t len);
26 u16 *crc = shash_desc_ctx(desc);
35 u16 *crc = shash_desc_ctx(desc);
50 u16 *crc = shash_desc_ctx(desc);
52 *(u16 *)out = *crc;
/linux-master/arch/arm/include/asm/
H A Dbitrev.h11 static __always_inline __attribute_const__ u16 __arch_bitrev16(u16 x)
/linux-master/arch/arm/include/asm/hardware/
H A Dssp.h15 int ssp_write_word(u16 data);
16 int ssp_read_word(u16 *data);
/linux-master/arch/arm/mach-omap2/
H A Dcm3xxx.c88 static int omap3xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id,
H A Di2c.c39 u16 i2c_con;
H A Dmsdi.c47 u16 v = 0;
H A Dprm2xxx_3xxx.c33 int omap2_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset)
53 int omap2_prm_assert_hardreset(u8 shift, u8 part, s16 prm_mod, u16 offset)
83 s16 prm_mod, u16 rst_offset, u16 st_offset)
H A Dprminst44xx.c58 u32 omap4_prminst_read_inst_reg(u8 part, s16 inst, u16 idx)
67 void omap4_prminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx)
77 u16 idx)
100 u16 rstctrl_offs)
124 u16 rstctrl_offs)
153 u16 rstctrl_offs, u16 rstst_offs)
H A Dprminst44xx.h20 extern u32 omap4_prminst_read_inst_reg(u8 part, s16 inst, u16 idx);
21 extern void omap4_prminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx);
23 s16 inst, u16 idx);
28 u16 rstctrl_offs);
30 u16 rstctrl_offs);
32 s16 inst, u16 rstctrl_offs,
33 u16 rstst_offs);
/linux-master/arch/arm/mach-pxa/
H A Dam200epd.c272 par->metromem_img_csum = (u16 *) (par->metromem_img + (fw * fh));
/linux-master/arch/arm/mach-sa1100/
H A Dssp.c51 int ssp_write_word(u16 data)
88 int ssp_read_word(u16 *data)
98 *data = (u16)Ser4SSDR;
/linux-master/arch/arm/nwfpe/
H A Dsoftfloat.h57 u16 __padding;
58 u16 high;
60 u16 high;
61 u16 __padding;
/linux-master/arch/arm/plat-orion/
H A Dpcie.c183 u16 cmd;
/linux-master/arch/arm/vfp/
H A Dvfpsingle.c277 static const u16 sqrt_oddadjust[] = {
282 static const u16 sqrt_evenadjust[] = {
/linux-master/arch/arm64/include/asm/
H A Dbitrev.h10 static __always_inline __attribute_const__ u16 __arch_bitrev16(u16 x)
/linux-master/arch/m68k/coldfire/
H A Dnettel.c103 u16 *macp;
105 macp = (u16 *) flashaddr;
107 macp = (u16 *) &nettel_macdefault[0];
/linux-master/arch/m68k/include/asm/
H A Dhash.h57 return ((u16)(x*0x61c8) << 16) + a + b;
H A Dmac_psc.h242 static inline u16 psc_read_word(int offset)
H A Dmcfqspi.h38 u16 num_chipselect;

Completed in 249 milliseconds

1234567891011>>