Home
last modified time | relevance | path

Searched refs:bitwise (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/Documentation/dev-tools/
Dsparse.rst26 which makes PM_SUSPEND and PM_RESUME "bitwise" integers (the "__force" is
27 there because sparse will complain about casting to/from a bitwise type,
48 constant zero as a bitwise integer type without sparse ever complaining.
49 This is because "bitwise" (as the name implies) was designed for making
50 sure that bitwise types don't get mixed up (little-endian vs big-endian
/Linux-v4.19/Documentation/translations/zh_CN/
Dsparse.txt40 这样会使 PM_SUSPEND 和 PM_RESUME 成为位方式(bitwise)整数(使用"__force"
61 不用担心 sparse 会抱怨。这是因为"bitwise"(恰如其名)是用来确保不同位方
/Linux-v4.19/include/uapi/linux/
Dtypes.h23 #define __bitwise__ __attribute__((bitwise))
/Linux-v4.19/tools/include/linux/
Dtypes.h43 #define __bitwise__ __attribute__((bitwise))
/Linux-v4.19/scripts/dtc/libfdt/
Dlibfdt_env.h62 #define FDT_BITWISE __attribute__((bitwise))
/Linux-v4.19/Documentation/pcmcia/
Ddriver.txt17 a bitwise or-ed combination from PCMCIA_DEV_ID_MATCH_* constants
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/
Dst,sti-irq-syscfg.txt20 these IRQs using bitwise logic. A number of defines have been
/Linux-v4.19/drivers/char/mwave/
DREADME7 mwave_debug=value, where value is bitwise OR of trace flags:
/Linux-v4.19/Documentation/watchdog/
Dpcwd-watchdog.txt43 WDIOF_* bitwise-anded into the value. (The comments
/Linux-v4.19/Documentation/devicetree/bindings/cpufreq/
Dti-cpufreq.txt29 A bitwise AND is performed against these values and if any bit
/Linux-v4.19/Documentation/
Dparport-lowlevel.txt154 hardware. It consists of flags which may be bitwise-ored together:
413 ``flags`` may be a bitwise combination of the following flags:
1492 bitwise-or'ed together:
1530 bitwise-or'ed together:
1568 bitwise-or'ed together:
1608 bitwise-or'ed together:
/Linux-v4.19/drivers/crypto/ccp/
Dccp-dev-v5.c128 u16 bitwise:3; member
157 #define CCP_PT_BITWISE(p) ((p)->pt.bitwise)
/Linux-v4.19/Documentation/core-api/
Dcircular-buffers.rst69 then a much quicker bitwise-AND instruction can be used instead.
/Linux-v4.19/Documentation/filesystems/
Dspufs.txt231 bitwise OR or the old value and the input data, depending on the
432 The parameter flags can be zero or any bitwise or'd combination of the
Dcoda.txt616 It is extremely important to realize that Venus bitwise ors the field
/Linux-v4.19/Documentation/power/
Dpm_qos_interface.txt100 The PM QoS flags aggregate value is a gather (bitwise OR) of all list elements'
/Linux-v4.19/Documentation/userspace-api/
Dunshare.rst145 The flags argument specifies one or bitwise-or'ed of several of
/Linux-v4.19/Documentation/mtd/
Dnand_ecc.txt151 C does have bitwise operators but not really operators to do the above
/Linux-v4.19/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst2442 numbers are necessary, you can combine them in bitwise. Or, it's