Home
last modified time | relevance | path

Searched refs:bitfield (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v4.19/drivers/gpu/drm/i2c/
Dch7006_priv.h142 #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/
Dmmio-mux.txt1 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/
Dapicdef.h257 /*170*/ u32 bitfield; member
262 /*1F0*/ u32 bitfield; member
267 /*270*/ u32 bitfield; member
/Linux-v4.19/drivers/mux/
DKconfig49 tristate "MMIO register bitfield-controlled Multiplexer"
52 MMIO register bitfield-controlled Multiplexer controller.
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/
Drenesas,intc-irqpin.txt27 - sense-bitfield-width: width of a single sense bitfield in the SENSE register,
/Linux-v4.19/kernel/trace/
Dtrace_probe.c169 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()
Dtrace_probe.h175 DECLARE_BASIC_FETCH_FUNCS(bitfield);
221 ASSIGN_FETCH_FUNC(bitfield, ftype), \
/Linux-v4.19/Documentation/devicetree/bindings/gpio/
Dgpio-thunderx.txt8 - Second cell is a standard generic flag bitfield as described in gpio.txt.
Dgpio.txt61 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/
Dfirmware.txt13 - extended-modes: The Extended Modes bitfield, taken from the
/Linux-v4.19/Documentation/devicetree/bindings/spi/
Defm32-spi.txt14 bitfield to configure the pinmux for the device, see
/Linux-v4.19/scripts/
DMakefile.extrawarn54 warning-3 += $(call cc-option, -Wpacked-bitfield-compat)
/Linux-v4.19/Documentation/devicetree/bindings/c6x/
Ddscr.txt66 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/
Dstm32-dma.txt65 4. A 32bit bitfield value specifying DMA features which are device dependent:
/Linux-v4.19/Documentation/translations/ko_KR/
Dmemory-barriers.txt340 (*) 이 보장사항들은 bitfield 에는 적용되지 않는데, 컴파일러들은 bitfield
343 동기화에 bitfield 를 사용하려 하지 마십시오.
345 (*) bitfield 들이 여러 락으로 보호되는 경우라 하더라도, 하나의 bitfield
346 모든 필드들은 하나의 락으로 보호되어야 합니다. 만약 한 bitfield 의 두
/Linux-v4.19/Documentation/fb/
Dapi.txt192 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/
DNOTES77 the downstream android fbdev driver), bitfield sizes, etc. My current
/Linux-v4.19/Documentation/i2c/
Dinstantiating-devices197 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/
Dinput-programming.rst222 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
Dff.rst70 Returns the features supported by the device. features is a bitfield with the
/Linux-v4.19/Documentation/hwmon/
Ddme1737243 mapping. This attribute is a bitfield
295 This attribute is a bitfield and
/Linux-v4.19/Documentation/trace/
Duprobetracer.rst47 (x8/x16/x32/x64), "string" and bitfield are supported.
Dkprobetrace.rst54 (x8/x16/x32/x64), "string" and bitfield are supported.
/Linux-v4.19/drivers/atm/
Dfore200e.h83 #error unknown bitfield endianess
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-dqevent.rst191 associated with it. The ``changes`` bitfield denotes what has

12