/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/mux/ |
D | mmio-mux.txt | 1 MMIO register bitfield-based multiplexer controller bindings 9 - mux-reg-masks : an array of register offset and pre-shifted bitfield mask 18 bitfield described by the corresponding register offset and bitfield mask pair
|
/Linux-v4.19/arch/x86/include/asm/ |
D | apicdef.h | 257 /*170*/ u32 bitfield; member 262 /*1F0*/ u32 bitfield; member 267 /*270*/ u32 bitfield; member
|
/Linux-v4.19/drivers/mux/ |
D | Kconfig | 49 tristate "MMIO register bitfield-controlled Multiplexer" 52 MMIO register bitfield-controlled Multiplexer controller.
|
/Linux-v4.19/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-v4.19/kernel/trace/ |
D | trace_probe.c | 169 void FETCH_FUNC_NAME(bitfield, type)(struct pt_regs *regs, \ 181 NOKPROBE_SYMBOL(FETCH_FUNC_NAME(bitfield, type)); 182 DEFINE_BASIC_FETCH_FUNCS(bitfield) in DEFINE_BASIC_FETCH_FUNCS() argument 591 if (CHECK_FETCH_FUNCS(bitfield, arg->fetch.fn)) in traceprobe_update_arg() 601 if (CHECK_FETCH_FUNCS(bitfield, arg->fetch.fn)) in traceprobe_free_probe_arg()
|
D | trace_probe.h | 175 DECLARE_BASIC_FETCH_FUNCS(bitfield); 221 ASSIGN_FETCH_FUNC(bitfield, ftype), \
|
/Linux-v4.19/Documentation/devicetree/bindings/gpio/ |
D | gpio-thunderx.txt | 8 - Second cell is a standard generic flag bitfield as described in gpio.txt.
|
D | gpio.txt | 61 Most controllers are however specifying a generic flag bitfield 74 Optional standard bitfield specifiers for the last cell:
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
D | firmware.txt | 13 - extended-modes: The Extended Modes bitfield, taken from the
|
/Linux-v4.19/Documentation/devicetree/bindings/spi/ |
D | efm32-spi.txt | 14 bitfield to configure the pinmux for the device, see
|
/Linux-v4.19/scripts/ |
D | Makefile.extrawarn | 54 warning-3 += $(call cc-option, -Wpacked-bitfield-compat)
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/dma/ |
D | stm32-dma.txt | 65 4. A 32bit bitfield value specifying DMA features which are device dependent:
|
/Linux-v4.19/Documentation/translations/ko_KR/ |
D | memory-barriers.txt | 340 (*) 이 보장사항들은 bitfield 에는 적용되지 않는데, 컴파일러들은 bitfield 를 343 동기화에 bitfield 를 사용하려 하지 마십시오. 345 (*) bitfield 들이 여러 락으로 보호되는 경우라 하더라도, 하나의 bitfield 의 346 모든 필드들은 하나의 락으로 보호되어야 합니다. 만약 한 bitfield 의 두
|
/Linux-v4.19/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-v4.19/drivers/gpu/drm/msm/ |
D | NOTES | 77 the downstream android fbdev driver), bitfield sizes, etc. My current
|
/Linux-v4.19/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-v4.19/Documentation/input/ |
D | input-programming.rst | 222 These three macros from bitops.h help some bitfield computations:: 224 BITS_TO_LONGS(x) - returns the length of a bitfield array in longs for
|
D | ff.rst | 70 Returns the features supported by the device. features is a bitfield with the
|
/Linux-v4.19/Documentation/hwmon/ |
D | dme1737 | 243 mapping. This attribute is a bitfield 295 This attribute is a bitfield and
|
/Linux-v4.19/Documentation/trace/ |
D | uprobetracer.rst | 47 (x8/x16/x32/x64), "string" and bitfield are supported.
|
D | kprobetrace.rst | 54 (x8/x16/x32/x64), "string" and bitfield are supported.
|
/Linux-v4.19/drivers/atm/ |
D | fore200e.h | 83 #error unknown bitfield endianess
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-dqevent.rst | 191 associated with it. The ``changes`` bitfield denotes what has
|