Home
last modified time | relevance | path

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

12

/Linux-v5.4/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-v5.4/drivers/staging/kpc2000/
Dkpc2000_spi.c130 } bitfield; member
146 } bitfield; member
154 } bitfield; member
279 sc.bitfield.wl = spidev->bits_per_word - 1; in kp_spi_setup()
280 sc.bitfield.cs = spidev->chip_select; in kp_spi_setup()
281 sc.bitfield.spi_en = 0; in kp_spi_setup()
282 sc.bitfield.trm = 0; in kp_spi_setup()
283 sc.bitfield.ffen = 0; in kp_spi_setup()
338 sc.bitfield.spi_en = 1; in kp_spi_transfer_one_message()
366 sc.bitfield.trm = KP_SPI_REG_CONFIG_TRM_TX; in kp_spi_transfer_one_message()
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/mux/
Dreg-mux.txt1 Generic register bitfield-based multiplexer controller bindings
11 - mux-reg-masks : an array of register offset and pre-shifted bitfield mask
20 bitfield described by the corresponding register offset and bitfield mask
/Linux-v5.4/arch/x86/include/asm/
Dapicdef.h257 /*170*/ u32 bitfield; member
262 /*1F0*/ u32 bitfield; member
267 /*270*/ u32 bitfield; member
/Linux-v5.4/drivers/mux/
DKconfig49 tristate "MMIO/Regmap register bitfield-controlled Multiplexer"
52 MMIO/Regmap register bitfield-controlled Multiplexer controller.
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Drenesas,intc-irqpin.txt27 - sense-bitfield-width: width of a single sense bitfield in the SENSE register,
/Linux-v5.4/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
Dfirmware.txt13 - extended-modes: The Extended Modes bitfield, taken from the
/Linux-v5.4/Documentation/devicetree/bindings/gpio/
Dgpio-thunderx.txt8 - Second cell is a standard generic flag bitfield as described in gpio.txt.
Dgpio.txt46 Most controllers are specifying a generic flag bitfield in the last cell, so
59 Optional standard bitfield specifiers for the last cell:
/Linux-v5.4/Documentation/devicetree/bindings/spi/
Defm32-spi.txt14 bitfield to configure the pinmux for the device, see
/Linux-v5.4/Documentation/bpf/
Dbtf.rst148 type. For example, a 4-bit bitfield encodes ``BTF_INT_BITS()`` equals to 4.
153 for this int. For example, a bitfield struct member has:
162 Alternatively, the bitfield struct member can be the following to access the
170 bitfield encoding. Currently, both llvm and pahole generate
254 of the member. Note that the base type of the bitfield can only be int or enum
255 type. If the bitfield size is 32, the base type can be either int or enum
256 type. If the bitfield size is not 32, the base type must be int, and int type
257 ``BTF_INT_BITS()`` encodes the bitfield size.
260 bitfield size and bit offset. The bitfield size and bit offset are calculated
/Linux-v5.4/scripts/
DMakefile.extrawarn87 KBUILD_CFLAGS += $(call cc-option, -Wpacked-bitfield-compat)
/Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/dma/
Dstm32-dma.txt65 4. A 32bit bitfield value specifying DMA features which are device dependent:
/Linux-v5.4/Documentation/translations/ko_KR/
Dmemory-barriers.txt340 (*) 이 보장사항들은 bitfield 에는 적용되지 않는데, 컴파일러들은 bitfield
343 동기화에 bitfield 를 사용하려 하지 마십시오.
345 (*) bitfield 들이 여러 락으로 보호되는 경우라 하더라도, 하나의 bitfield
346 모든 필드들은 하나의 락으로 보호되어야 합니다. 만약 한 bitfield 의 두
/Linux-v5.4/Documentation/fb/
Dapi.rst193 struct fb_bitfield red; /* bitfield in fb mem if true color, */
262 __u32 offset; /* beginning of bitfield */
263 __u32 length; /* length of bitfield */
/Linux-v5.4/drivers/gpu/drm/msm/
DNOTES77 the downstream android fbdev driver), bitfield sizes, etc. My current
/Linux-v5.4/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-v5.4/Documentation/i2c/
Dinstantiating-devices.rst200 them (by the means of the class bitfield), while all I2C buses were
202 that no probing happens. The purpose of the class bitfield is to limit
/Linux-v5.4/Documentation/core-api/
Dpacking.rst2 Generic bitfield packing and unpacking functions
/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-meta-d4xx.rst185 [6] 8-bit camera hardware configuration bitfield: ::
/Linux-v5.4/Documentation/hwmon/
Ddme1737.rst273 mapping. This attribute is a bitfield
327 This attribute is a bitfield and
/Linux-v5.4/Documentation/trace/
Duprobetracer.rst52 (x8/x16/x32/x64), "string" and bitfield are supported.
/Linux-v5.4/drivers/atm/
Dfore200e.h83 #error unknown bitfield endianess

12