Home
last modified time | relevance | path

Searched refs:_BITUL (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h12 #define X86_EFLAGS_CF _BITUL(X86_EFLAGS_CF_BIT)
52 #define X86_CR0_PE _BITUL(X86_CR0_PE_BIT)
54 #define X86_CR0_MP _BITUL(X86_CR0_MP_BIT)
56 #define X86_CR0_EM _BITUL(X86_CR0_EM_BIT)
58 #define X86_CR0_TS _BITUL(X86_CR0_TS_BIT)
60 #define X86_CR0_ET _BITUL(X86_CR0_ET_BIT)
62 #define X86_CR0_NE _BITUL(X86_CR0_NE_BIT)
64 #define X86_CR0_WP _BITUL(X86_CR0_WP_BIT)
66 #define X86_CR0_AM _BITUL(X86_CR0_AM_BIT)
68 #define X86_CR0_NW _BITUL(X86_CR0_NW_BIT)
[all …]
H A Dhwcap2.h8 #define HWCAP2_RING3MWAIT _BITUL(0)
11 #define HWCAP2_FSGSBASE _BITUL(1)
/openbmc/linux/include/uapi/linux/spi/
H A Dspi.h7 #define SPI_CPHA _BITUL(0) /* clock phase */
8 #define SPI_CPOL _BITUL(1) /* clock polarity */
16 #define SPI_CS_HIGH _BITUL(2) /* chipselect active high? */
17 #define SPI_LSB_FIRST _BITUL(3) /* per-word bits-on-wire */
18 #define SPI_3WIRE _BITUL(4) /* SI/SO signals shared */
19 #define SPI_LOOP _BITUL(5) /* loopback mode */
20 #define SPI_NO_CS _BITUL(6) /* 1 dev/bus, no chipselect */
22 #define SPI_TX_DUAL _BITUL(8) /* transmit with 2 wires */
23 #define SPI_TX_QUAD _BITUL(9) /* transmit with 4 wires */
24 #define SPI_RX_DUAL _BITUL(10) /* receive with 2 wires */
[all …]
/openbmc/linux/include/uapi/linux/
H A Dmptcp.h16 #define MPTCP_SUBFLOW_FLAG_MCAP_REM _BITUL(0)
17 #define MPTCP_SUBFLOW_FLAG_MCAP_LOC _BITUL(1)
18 #define MPTCP_SUBFLOW_FLAG_JOIN_REM _BITUL(2)
19 #define MPTCP_SUBFLOW_FLAG_JOIN_LOC _BITUL(3)
20 #define MPTCP_SUBFLOW_FLAG_BKUP_REM _BITUL(4)
21 #define MPTCP_SUBFLOW_FLAG_BKUP_LOC _BITUL(5)
22 #define MPTCP_SUBFLOW_FLAG_FULLY_ESTABLISHED _BITUL(6)
23 #define MPTCP_SUBFLOW_FLAG_CONNECTED _BITUL(7)
24 #define MPTCP_SUBFLOW_FLAG_MAPVALID _BITUL(8)
108 #define MPTCP_INFO_FLAG_FALLBACK _BITUL(0)
[all …]
H A Drtc.h113 #define RTC_VL_DATA_INVALID _BITUL(0) /* Voltage too low, RTC data is invalid */
114 #define RTC_VL_BACKUP_LOW _BITUL(1) /* Backup voltage is low */
115 #define RTC_VL_BACKUP_EMPTY _BITUL(2) /* Backup empty or not present */
116 #define RTC_VL_ACCURACY_LOW _BITUL(3) /* Voltage is low, RTC accuracy is reduced */
117 #define RTC_VL_BACKUP_SWITCH _BITUL(4) /* Backup switchover happened */
H A Dserio.h21 #define SERIO_TIMEOUT _BITUL(0)
22 #define SERIO_PARITY _BITUL(1)
23 #define SERIO_FRAME _BITUL(2)
24 #define SERIO_OOB_DATA _BITUL(3)
H A Dcoresight-stm.h7 #define STM_FLAG_TIMESTAMPED _BITUL(3)
8 #define STM_FLAG_MARKED _BITUL(4)
9 #define STM_FLAG_GUARANTEED _BITUL(7)
H A Ddevlink.h276 #define DEVLINK_FLASH_OVERWRITE_SETTINGS _BITUL(DEVLINK_FLASH_OVERWRITE_SETTINGS_BIT)
277 #define DEVLINK_FLASH_OVERWRITE_IDENTIFIERS _BITUL(DEVLINK_FLASH_OVERWRITE_IDENTIFIERS_BIT)
280 (_BITUL(__DEVLINK_FLASH_OVERWRITE_MAX_BIT) - 1)
371 #define DEVLINK_RELOAD_LIMITS_VALID_MASK (_BITUL(__DEVLINK_RELOAD_LIMIT_MAX) - 1)
671 #define DEVLINK_PORT_FN_CAP_ROCE _BITUL(DEVLINK_PORT_FN_ATTR_CAP_ROCE_BIT)
673 _BITUL(DEVLINK_PORT_FN_ATTR_CAP_MIGRATABLE_BIT)
674 #define DEVLINK_PORT_FN_CAP_IPSEC_CRYPTO _BITUL(DEVLINK_PORT_FN_ATTR_CAP_IPSEC_CRYPTO_BIT)
675 #define DEVLINK_PORT_FN_CAP_IPSEC_PACKET _BITUL(DEVLINK_PORT_FN_ATTR_CAP_IPSEC_PACKET_BIT)
H A Dvirtio_i2c.h18 #define VIRTIO_I2C_FLAGS_FAIL_NEXT _BITUL(0)
21 #define VIRTIO_I2C_FLAGS_M_RD _BITUL(1)
H A Dpkt_sched.h1078 #define TC_ETF_DEADLINE_MODE_ON _BITUL(0)
1079 #define TC_ETF_OFFLOAD_ON _BITUL(1)
1080 #define TC_ETF_SKIP_SOCK_CHECK _BITUL(2)
1249 #define TCA_TAPRIO_ATTR_FLAG_TXTIME_ASSIST _BITUL(0)
1250 #define TCA_TAPRIO_ATTR_FLAG_FULL_OFFLOAD _BITUL(1)
H A Dconst.h28 #define _BITUL(x) (_UL(1) << (x)) macro
H A Dgsmmux.h20 #define GSM_FL_RESTART _BITUL(0)
H A Dv4l2-controls.h1696 #define V4L2_FWHT_FL_IS_INTERLACED _BITUL(0)
1698 #define V4L2_FWHT_FL_IS_BOTTOM_FIRST _BITUL(1)
1700 #define V4L2_FWHT_FL_IS_ALTERNATE _BITUL(2)
1705 #define V4L2_FWHT_FL_IS_BOTTOM_FIELD _BITUL(3)
1707 #define V4L2_FWHT_FL_LUMA_IS_UNCOMPRESSED _BITUL(4)
1709 #define V4L2_FWHT_FL_CB_IS_UNCOMPRESSED _BITUL(5)
1711 #define V4L2_FWHT_FL_CR_IS_UNCOMPRESSED _BITUL(6)
1713 #define V4L2_FWHT_FL_CHROMA_FULL_HEIGHT _BITUL(7)
1715 #define V4L2_FWHT_FL_CHROMA_FULL_WIDTH _BITUL(8)
1717 #define V4L2_FWHT_FL_ALPHA_IS_UNCOMPRESSED _BITUL(9)
[all …]
/openbmc/linux/drivers/accel/habanalabs/include/hw_ip/mmu/
H A Dmmu_general.h17 #define PAGE_SIZE_4KB _BITUL(PAGE_SHIFT_4KB)
18 #define PAGE_SIZE_64KB _BITUL(PAGE_SHIFT_64KB)
19 #define PAGE_SIZE_2MB _BITUL(PAGE_SHIFT_2MB)
20 #define PAGE_SIZE_16MB _BITUL(PAGE_SHIFT_16MB)
21 #define PAGE_SIZE_64MB _BITUL(PAGE_SHIFT_64MB)
22 #define PAGE_SIZE_1GB _BITUL(PAGE_SHIFT_1GB)
/openbmc/qemu/include/standard-headers/misc/
H A Dpvpanic.h8 #define PVPANIC_PANICKED _BITUL(0)
9 #define PVPANIC_CRASH_LOADED _BITUL(1)
10 #define PVPANIC_SHUTDOWN _BITUL(2)
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_i2c.h18 #define VIRTIO_I2C_FLAGS_FAIL_NEXT _BITUL(0)
21 #define VIRTIO_I2C_FLAGS_M_RD _BITUL(1)
H A Dconst.h28 #define _BITUL(x) (_UL(1) << (x)) macro
/openbmc/linux/arch/x86/include/asm/fpu/
H A Dapi.h26 #define KFPU_387 _BITUL(0) /* 387 state will be initialized */
27 #define KFPU_MXCSR _BITUL(1) /* MXCSR will be initialized */
/openbmc/linux/arch/arc/include/uapi/asm/
H A Dpage.h31 #define PAGE_SIZE _BITUL(PAGE_SHIFT) /* Default 8K */
/openbmc/u-boot/include/linux/
H A Dconst.h28 #define _BITUL(x) (_UL(1) << (x)) macro
/openbmc/qemu/linux-headers/linux/
H A Dconst.h28 #define _BITUL(x) (_UL(1) << (x)) macro
/openbmc/linux/tools/include/uapi/linux/
H A Dconst.h28 #define _BITUL(x) (_UL(1) << (x)) macro
/openbmc/linux/arch/x86/include/asm/
H A Dtdx.h19 #define TDX_ERROR _BITUL(63)
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmptcp.c26 #define MPTCP_INFO_FLAG_FALLBACK _BITUL(0)
29 #define MPTCP_INFO_FLAG_REMOTE_KEY_RECEIVED _BITUL(1)
/openbmc/linux/include/linux/
H A Dhid_bpf.h72 HID_BPF_FLAG_INSERT_HEAD = _BITUL(0),

12