Searched refs:bitsize (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp6000_pcie.c | 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)) 121 * @bitsize: bitsize of BAR aperture (read only) 132 u32 bitsize; /* Bit size of the bar */ member 168 int bitsize; member 198 int bitsize; in compute_bar() local 1055 int bitsize; global() member [all...] |
/linux/drivers/infiniband/hw/hfi1/ |
H A D | fault.c | 167 size_t bitsize = sizeof(fault->opcodes) * BITS_PER_BYTE; in fault_opcodes_read() local 172 bit = find_first_bit(fault->opcodes, bitsize); in fault_opcodes_read() 173 while (bit < bitsize) { in fault_opcodes_read() 174 zero = find_next_zero_bit(fault->opcodes, bitsize, bit); in fault_opcodes_read() 183 bit = find_next_bit(fault->opcodes, bitsize, zero); in fault_opcodes_read()
|
/linux/drivers/scsi/be2iscsi/ |
H A D | be.h | 159 static inline u32 amap_mask(u32 bitsize) in amap_mask() argument 161 return (bitsize == 32 ? 0xFFFFFFFF : (1 << bitsize) - 1); in amap_mask()
|
/linux/drivers/s390/crypto/ |
H A D | pkey_uv.c | 242 u32 pkeysize, pkeytype, bitsize; in uv_verifykey() local 262 bitsize = 8 * pkey_keytype_to_size(pkeytype); in uv_verifykey() 263 *keybitsize = bitsize ?: PKEY_SIZE_UNKNOWN; in uv_verifykey()
|
H A D | zcrypt_ccamisc.h | 53 u16 bitsize; /* key bit size */ member 135 * token. If keybitsize is given, the bitsize of the key is 143 * token. If keybitsize is given, the bitsize of the key is
|
H A D | pkey_cca.c | 483 *keybitsize = t->bitsize; in cca_verifykey()
|
H A D | zcrypt_ccamisc.c | 62 * token. If keybitsize is given, the bitsize of the key is 84 if (keybitsize > 0 && t->bitsize != keybitsize) { in cca_check_secaeskeytoken() 86 DBF("%s token check failed, bitsize %d != %d\n", in cca_check_secaeskeytoken() 87 __func__, (int)t->bitsize, keybitsize); in cca_check_secaeskeytoken() 99 * token. If keybitsize is given, the bitsize of the key is 169 DBF("%s token check failed, bitsize %d\n", in cca_check_secaescipherkey()
|