Searched refs:bitsize (Results 1 – 8 of 8) sorted by relevance
98 #define NFP_PCIE_P2C_FIXED_SIZE(bar) (1 << (bar)->bitsize)99 #define NFP_PCIE_P2C_BULK_SIZE(bar) (1 << (bar)->bitsize)100 #define NFP_PCIE_P2C_GENERAL_TARGET_OFFSET(bar, x) ((x) << ((bar)->bitsize - 2))101 #define NFP_PCIE_P2C_GENERAL_TOKEN_OFFSET(bar, x) ((x) << ((bar)->bitsize - 4))102 #define NFP_PCIE_P2C_GENERAL_SIZE(bar) (1 << ((bar)->bitsize - 4))132 u32 bitsize; /* Bit size of the bar */ member168 int bitsize; member198 int bitsize; in compute_bar() local235 bitsize = 40 - 16; in compute_bar()250 bitsize = 40 - 21; in compute_bar()[all …]
171 size_t bitsize = sizeof(fault->opcodes) * BITS_PER_BYTE; in fault_opcodes_read() local179 bit = find_first_bit(fault->opcodes, bitsize); in fault_opcodes_read()180 while (bit < bitsize) { in fault_opcodes_read()181 zero = find_next_zero_bit(fault->opcodes, bitsize, bit); in fault_opcodes_read()190 bit = find_next_bit(fault->opcodes, bitsize, zero); in fault_opcodes_read()
159 static inline u32 amap_mask(u32 bitsize) in amap_mask() argument161 return (bitsize == 32 ? 0xFFFFFFFF : (1 << bitsize) - 1); in amap_mask()
829 static inline u32 amap_mask(u32 bitsize) in amap_mask() argument831 return (bitsize == 32 ? 0xFFFFFFFF : (1 << bitsize) - 1); in amap_mask()
52 u16 bitsize; /* key bit size */ member
481 *keybitsize = t->bitsize; in cca_verifykey()
67 if (keybitsize > 0 && t->bitsize != keybitsize) { in cca_check_secaeskeytoken()70 __func__, (int)t->bitsize, keybitsize); in cca_check_secaeskeytoken()
120 data bitsize is 32 (4 bytes). The relocation can be resolved with127 bitsize is 64 (8 bytes). The relocation can be resolved with