Home
last modified time | relevance | path

Searched refs:__GENMASK (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Dpci_regs.h1271 #define PCI_IDE_CAP_ALG __GENMASK(12, 8) /* Supported Algorithms */
1273 #define PCI_IDE_CAP_LINK_TC_NUM __GENMASK(15, 13) /* Link IDE TCs */
1274 #define PCI_IDE_CAP_SEL_NUM __GENMASK(23, 16) /* Supported Selective IDE Streams */
1284 #define PCI_IDE_LINK_CTL_TX_AGGR_NPR __GENMASK(3, 2) /* Tx Aggregation Mode NPR */
1285 #define PCI_IDE_LINK_CTL_TX_AGGR_PR __GENMASK(5, 4) /* Tx Aggregation Mode PR */
1286 #define PCI_IDE_LINK_CTL_TX_AGGR_CPL __GENMASK(7, 6) /* Tx Aggregation Mode CPL */
1288 #define PCI_IDE_LINK_CTL_PART_ENC __GENMASK(13, 10) /* Partial Header Encryption Mode */
1289 #define PCI_IDE_LINK_CTL_ALG __GENMASK(18, 14) /* Selection from PCI_IDE_CAP_ALG */
1290 #define PCI_IDE_LINK_CTL_TC __GENMASK(21, 19) /* Traffic Class */
1291 #define PCI_IDE_LINK_CTL_ID __GENMASK(31, 24) /* Stream ID */
[all …]
H A Dbits.h7 #define __GENMASK(h, l) (((~_UL(0)) << (l)) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h)))) macro
/linux/tools/include/uapi/linux/
H A Dbits.h7 #define __GENMASK(h, l) (((~_UL(0)) << (l)) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h)))) macro
/linux/arch/x86/include/uapi/asm/
H A Dkvm_para.h95 #define KVM_ASYNC_PF_VEC_MASK __GENMASK(7, 0)
/linux/tools/include/linux/
H A Dbits.h84 #define GENMASK(h, l) __GENMASK(h, l)