/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_asm.c | 204 static u16 nfp_swreg_to_rereg(swreg reg, bool is_dst, bool has_imm8, bool *i8) in nfp_swreg_to_rereg() argument 236 *i8 = val & 0x80; in nfp_swreg_to_rereg() 271 reg->areg = nfp_swreg_to_rereg(rreg, false, has_imm8, ®->i8); in swreg_to_restricted() 272 reg->breg = nfp_swreg_to_rereg(lreg, false, has_imm8, ®->i8); in swreg_to_restricted() 275 reg->areg = nfp_swreg_to_rereg(lreg, false, has_imm8, ®->i8); in swreg_to_restricted() 276 reg->breg = nfp_swreg_to_rereg(rreg, false, has_imm8, ®->i8); in swreg_to_restricted()
|
H A D | nfp_asm.h | 385 bool i8; member
|
/linux/rust/kernel/ |
H A D | transmute.rs | 27 i8, i16, i32, i64, isize, 62 i8, i16, i32, i64, isize,
|
/linux/drivers/gpu/drm/sysfb/ |
H A D | vesadrm.c | 91 u8 i8 = index; in vesadrm_vga_cmap_write() local 96 outb_p(i8, VGA_PEL_IW); in vesadrm_vga_cmap_write() 136 u8 i8 = index & 0xff; in vesadrm_set_gamma_lut() local 138 if (drm_WARN_ON_ONCE(dev, index != i8)) in vesadrm_set_gamma_lut() 141 vesa->cmap_write(vesa, i8, red, green, blue); in vesadrm_set_gamma_lut()
|
H A D | ofdrm.c | 652 u8 i8 = index & 0xff; in ofdrm_set_gamma_lut() local 657 if (drm_WARN_ON_ONCE(dev, index != i8)) in ofdrm_set_gamma_lut() 660 odev->funcs->cmap_write(odev, i8, r8, g8, b8); in ofdrm_set_gamma_lut()
|
/linux/lib/crc/arm/ |
H A D | crc-t10dif-core.S | 254 vmov.i8 q8h, #0 335 vmov.i8 q3, #0x80 363 vmov.i8 q0h, #0 401 vmov.i8 q1, #0
|
H A D | crc32-core.S | 137 vmov.i8 qzr, #0 138 vmov.i8 qCONSTANT, #0 220 vmov.i8 d7, #0
|
/linux/rust/ |
H A D | ffi.rs | 26 // `core::ffi::c_char` is either `i8` or `u8` depending on architecture. In the kernel, we use 30 c_schar = i8;
|
/linux/arch/arm/crypto/ |
H A D | aes-neonbs-core.S | 417 vmov.i8 \t0, #0x55 418 vmov.i8 \t1, #0x33 421 vmov.i8 \t0, #0x0f 438 vmov.i8 q8, #0x01 // bit masks 439 vmov.i8 q9, #0x02 440 vmov.i8 q10, #0x04 441 vmov.i8 q11, #0x08 442 vmov.i8 q12, #0x10 443 vmov.i8 q13, #0x20 451 vmov.i8 q [all...] |
H A D | ghash-ce-core.S | 229 vmov.i8 MASK, #0xe1 298 vmov.i8 MASK, #0xe1 341 vmov.i8 MASK, #0xe1 601 vmov.i8 MASK, #0xe1 658 vmov.i8 MASK, #0xe1 673 vceq.i8 T1, T1, XL // compare tags
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-fau.h | 307 uint64_t i8; in cvmx_fau_tagwait_fetch_and_add8() member 311 result.i8 = cvmx_read64_int8(__cvmx_fau_atomic_address(1, reg, value)); in cvmx_fau_tagwait_fetch_and_add8()
|
/linux/drivers/hid/bpf/progs/ |
H A D | hid_report_helpers.h | 37 #define i8(v_) ((__u8)(v_) + must_be((v_) >= -0x80 && (v_) <= 0xff, "not a i8/u8")) macro 62 #define Collection(col_, ...) 0xa1, i8(col_), __VA_ARGS__ 0xc0, 82 #define Input(i_) 0x081, i8(i_), 83 #define Output(i_) 0x091, i8(i_), 84 #define Feature(i_) 0x0b1, i8(i_), 90 #define ReportId(id_) 0x85, i8(id_), 91 #define ReportSize(sz_) 0x75, i8(sz_), 92 #define ReportCount(cnt_) 0x95, i8(cnt_), 94 #define LogicalMinimum_i8(min_) 0x15, i8(min [all...] |
/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_mode.c | 39 u8 i8 = index & 0xff; in mgag200_set_gamma_lut() local 44 if (drm_WARN_ON_ONCE(dev, index != i8)) in mgag200_set_gamma_lut() 47 WREG8(DAC_INDEX + MGA1064_INDEX, i8); in mgag200_set_gamma_lut()
|
/linux/drivers/gpu/drm/ast/ |
H A D | ast_mode.c | 79 u8 i8 = index & 0xff; in ast_set_gamma_lut() local 84 if (drm_WARN_ON_ONCE(dev, index != i8)) in ast_set_gamma_lut() 87 ast_io_write8(ast, AST_IO_VGADWR, i8); in ast_set_gamma_lut()
|
/linux/arch/arm/nwfpe/ |
H A D | ChangeLog | 3 Used "indent -kr -i8 -ts8 -sob -l132 -ss" and a few manual fixups.
|
/linux/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 1138 u32 i8; member
|
/linux/rust/kernel/device/ |
H A D | property.rs | 568 i8: fwnode_property_read_u8_array,
|
/linux/rust/pin-init/src/ |
H A D | lib.rs | 1611 i8, i16, i32, i64, i128, isize,
|
/linux/Documentation/translations/zh_CN/process/ |
H A D | coding-style.rst | 637 指定选项 ``-kr -i8`` (代表 ``K&R,8 字符缩进``),或使用 ``scripts/Lindent``
|
/linux/arch/mips/include/uapi/asm/ |
H A D | inst.h | 1171 struct m16e_i8 i8; member
|
/linux/Documentation/translations/zh_TW/process/ |
H A D | coding-style.rst | 651 指定選項 ``-kr -i8`` (代表 ``K&R,8 字符縮進``),或使用 ``scripts/Lindent``
|
/linux/arch/mips/kernel/ |
H A D | unaligned.c | 1331 if (mips16inst.i8.func != MIPS16e_swrasp_func) in emulate_load_store_MIPS16e()
|
/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 321 u16 areg, enum shf_op op, u16 breg, bool i8, bool sw, bool wr_both, in __emit_shf() argument 349 FIELD_PREP(OP_SHF_I8, i8) | in __emit_shf() 376 reg.areg, op, reg.breg, reg.i8, reg.swap, reg.wr_both, in emit_shf() 525 reg.i8, zero, reg.swap, reg.wr_both, in emit_ld_field_any()
|
/linux/Documentation/translations/it_IT/process/ |
H A D | coding-style.rst | 703 ``-kr -i8`` (che significa ``K&R, 8 caratteri di indentazione``), o utilizzate
|
/linux/Documentation/process/ |
H A D | coding-style.rst | 714 options ``-kr -i8`` (stands for ``K&R, 8 character indents``), or use
|