/linux-4.4.14/drivers/gpu/drm/i2c/ |
D | ch7006_priv.h | 142 #define __mask(src, bitfield) \ argument 143 (((2 << (1 ? bitfield)) - 1) & ~((1 << (0 ? bitfield)) - 1)) 144 #define mask(bitfield) __mask(bitfield) argument 146 #define __bitf(src, bitfield, x) \ argument 147 (((x) >> (src) << (0 ? bitfield)) & __mask(src, bitfield)) 148 #define bitf(bitfield, x) __bitf(bitfield, x) argument 149 #define bitfs(bitfield, s) __bitf(bitfield, bitfield##_##s) argument 150 #define setbitf(state, reg, bitfield, x) \ argument 151 state->regs[reg] = (state->regs[reg] & ~mask(reg##_##bitfield)) \ 152 | bitf(reg##_##bitfield, x) [all …]
|
/linux-4.4.14/arch/x86/include/asm/ |
D | apicdef.h | 256 /*170*/ u32 bitfield; member 261 /*1F0*/ u32 bitfield; member 266 /*270*/ u32 bitfield; member
|
/linux-4.4.14/include/linux/ |
D | ring_buffer.h | 16 kmemcheck_bitfield_begin(bitfield); 18 kmemcheck_bitfield_end(bitfield);
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | renesas,intc-irqpin.txt | 27 - sense-bitfield-width: width of a single sense bitfield in the SENSE register,
|
/linux-4.4.14/kernel/trace/ |
D | trace_probe.c | 176 void FETCH_FUNC_NAME(bitfield, type)(struct pt_regs *regs, \ 188 NOKPROBE_SYMBOL(FETCH_FUNC_NAME(bitfield, type)); 189 DEFINE_BASIC_FETCH_FUNCS(bitfield) in DEFINE_BASIC_FETCH_FUNCS() argument 567 if (CHECK_FETCH_FUNCS(bitfield, arg->fetch.fn)) in traceprobe_update_arg() 577 if (CHECK_FETCH_FUNCS(bitfield, arg->fetch.fn)) in traceprobe_free_probe_arg()
|
D | trace_probe.h | 182 DECLARE_BASIC_FETCH_FUNCS(bitfield); 219 ASSIGN_FETCH_FUNC(bitfield, ftype), \
|
D | ring_buffer.c | 2093 kmemcheck_annotate_bitfield(event, bitfield); in rb_reset_tail() 2723 kmemcheck_annotate_bitfield(event, bitfield); in __rb_reserve_next()
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | firmware.txt | 13 - extended-modes: The Extended Modes bitfield, taken from the
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | efm32-spi.txt | 14 bitfield to configure the pinmux for the device, see
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | Kbuild | 7 header-y += bitfield.h
|
/linux-4.4.14/scripts/ |
D | Makefile.extrawarn | 46 warning-3 += $(call cc-option, -Wpacked-bitfield-compat)
|
/linux-4.4.14/Documentation/input/ |
D | gpio-tilt.txt | 21 values to report. The gpio state is represented as a bitfield where the
|
D | input-programming.txt | 224 These three macros from bitops.h help some bitfield computations: 226 BITS_TO_LONGS(x) - returns the length of a bitfield array in longs for
|
D | ff.txt | 59 Returns the features supported by the device. features is a bitfield with the
|
/linux-4.4.14/Documentation/devicetree/bindings/c6x/ |
D | dscr.txt | 66 more devices (one bitfield per device). The layout of each tuple is: 83 bitfield per device). The layout of each tuple is:
|
/linux-4.4.14/Documentation/fb/ |
D | api.txt | 192 struct fb_bitfield red; /* bitfield in fb mem if true color, */ 261 __u32 offset; /* beginning of bitfield */ 262 __u32 length; /* length of bitfield */
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | NOTES | 77 the downstream android fbdev driver), bitfield sizes, etc. My current
|
/linux-4.4.14/Documentation/i2c/ |
D | instantiating-devices | 197 them (by the means of the class bitfield), while all I2C buses were 199 that no probing happens. The purpose of the class bitfield is to limit
|
/linux-4.4.14/Documentation/ |
D | kmemcheck.txt | 181 the kmemcheck-/bitfield-annotations for the code in question. The 663 bitfield. Additionally, this will assign the bitfield a name, which 668 which parts of the allocation is part of a bitfield. 685 /* No warnings will trigger on accessing the bitfield of x */
|
D | parport-lowlevel.txt | 136 unsigned int modes; /* bitfield of hardware modes */
|
D | memory-barriers.txt | 280 in a given bitfield must be protected by one lock. If two fields 281 in a given bitfield are protected by different locks, the compiler's
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio.txt | 61 Most controllers are however specifying a generic flag bitfield 74 Optional standard bitfield specifiers for the last cell:
|
/linux-4.4.14/Documentation/hwmon/ |
D | dme1737 | 243 mapping. This attribute is a bitfield 295 This attribute is a bitfield and
|
/linux-4.4.14/Documentation/trace/ |
D | uprobetracer.txt | 42 (u8/u16/u32/u64/s8/s16/s32/s64), "string" and bitfield
|
D | kprobetrace.txt | 46 (u8/u16/u32/u64/s8/s16/s32/s64), "string" and bitfield
|
/linux-4.4.14/drivers/atm/ |
D | fore200e.h | 82 #error unknown bitfield endianess
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | r8a7779.dtsi | 166 sense-bitfield-width = <2>;
|
D | r8a7778.dtsi | 86 sense-bitfield-width = <2>;
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | cpus.txt | 22 - square brackets define bitfields, eg reg[7:0] value of the bitfield in
|
/linux-4.4.14/Documentation/powerpc/ |
D | qe_firmware.txt | 231 'extended_modes' is a bitfield that defines special functionality which has an
|
/linux-4.4.14/arch/tile/kernel/ |
D | tile-desc_64.c | 2146 unsigned int bitfield = in find_opcode() local 2149 unsigned short next = table[index + 1 + bitfield]; in find_opcode()
|
D | tile-desc_32.c | 2534 unsigned int bitfield = in find_opcode() local 2537 unsigned short next = table[index + 1 + bitfield]; in find_opcode()
|
/linux-4.4.14/Documentation/filesystems/ |
D | ext4.txt | 526 The ioctl argument is an integer bitfield, with 531 The ioctl argument is an integer bitfield, with
|
/linux-4.4.14/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 264 static u32 get_bitfield32(const __le32 *bitfield, u32 pos, u32 size) in get_bitfield32() argument 266 u32 temp = le32_to_cpu(*bitfield); in get_bitfield32()
|
/linux-4.4.14/Documentation/ioctl/ |
D | hdio.txt | 599 bitfield flips depending on endianness; fortunately, TASKFILE
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 1016 A bitfield indicating future enhancements. Has to be 0 for now. 2697 first a control bitfield indicates the type of debug events to handle
|