/openbmc/u-boot/drivers/fpga/ |
H A D | virtex2.c | 93 static int virtex2_load(xilinx_desc *desc, const void *buf, size_t bsize, in virtex2_load() 116 static int virtex2_dump(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_dump() 157 static int virtex2_ssm_load(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_ssm_load() 356 static int virtex2_ssm_dump(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_ssm_dump() 408 static int virtex2_ss_load(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_ss_load() 414 static int virtex2_ss_dump(xilinx_desc *desc, const void *buf, size_t bsize) in virtex2_ss_dump()
|
H A D | spartan2.c | 43 static int spartan2_load(xilinx_desc *desc, const void *buf, size_t bsize, in spartan2_load() 67 static int spartan2_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_dump() 99 static int spartan2_sp_load(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_sp_load() 251 static int spartan2_sp_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_sp_dump() 299 static int spartan2_ss_load(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_ss_load() 442 static int spartan2_ss_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_ss_dump()
|
H A D | spartan3.c | 47 static int spartan3_load(xilinx_desc *desc, const void *buf, size_t bsize, in spartan3_load() 71 static int spartan3_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_dump() 103 static int spartan3_sp_load(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_sp_load() 257 static int spartan3_sp_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_sp_dump() 305 static int spartan3_ss_load(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_ss_load() 460 static int spartan3_ss_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_ss_dump()
|
H A D | stratixII.c | 16 int StratixII_load (Altera_desc * desc, void *buf, size_t bsize) in StratixII_load() 39 int StratixII_dump (Altera_desc * desc, void *buf, size_t bsize) in StratixII_dump() 62 int StratixII_ps_fpp_dump (Altera_desc * desc, void *buf, size_t bsize) in StratixII_ps_fpp_dump() 68 int StratixII_ps_fpp_load (Altera_desc * desc, void *buf, size_t bsize, in StratixII_ps_fpp_load()
|
H A D | cyclon2.c | 38 int CYC2_load(Altera_desc *desc, const void *buf, size_t bsize) in CYC2_load() 68 int CYC2_dump(Altera_desc *desc, const void *buf, size_t bsize) in CYC2_dump() 95 static int CYC2_ps_load(Altera_desc *desc, const void *buf, size_t bsize) in CYC2_ps_load() 197 static int CYC2_ps_dump(Altera_desc *desc, const void *buf, size_t bsize) in CYC2_ps_dump()
|
H A D | ACEX1K.c | 40 int ACEX1K_load(Altera_desc *desc, const void *buf, size_t bsize) in ACEX1K_load() 60 int ACEX1K_dump(Altera_desc *desc, const void *buf, size_t bsize) in ACEX1K_dump() 89 static int ACEX1K_ps_load(Altera_desc *desc, const void *buf, size_t bsize) in ACEX1K_ps_load() 242 static int ACEX1K_ps_dump(Altera_desc *desc, const void *buf, size_t bsize) in ACEX1K_ps_dump()
|
H A D | xilinx.c | 140 int xilinx_load(xilinx_desc *desc, const void *buf, size_t bsize, in xilinx_load() 157 int xilinx_loadfs(xilinx_desc *desc, const void *buf, size_t bsize, in xilinx_loadfs() 175 int xilinx_loads(xilinx_desc *desc, const void *buf, size_t bsize, in xilinx_loads() 192 int xilinx_dump(xilinx_desc *desc, const void *buf, size_t bsize) in xilinx_dump()
|
H A D | zynqmppl.c | 103 static void *check_data(u8 *buf, size_t bsize, u32 *swap) in check_data() 169 size_t bsize, u32 blocksize, u32 *swap) in zynqmp_validate_bitstream() 196 static int zynqmp_load(xilinx_desc *desc, const void *buf, size_t bsize, in zynqmp_load() 242 static int zynqmp_loads(xilinx_desc *desc, const void *buf, size_t bsize, in zynqmp_loads()
|
H A D | zynqpl.c | 127 static void *check_data(u8 *buf, size_t bsize, u32 *swap) in check_data() 337 size_t bsize, u32 blocksize, u32 *swap, in zynq_validate_bitstream() 368 static int zynq_load(xilinx_desc *desc, const void *buf, size_t bsize, in zynq_load() 415 static int zynq_loadfs(xilinx_desc *desc, const void *buf, size_t bsize, in zynq_loadfs()
|
H A D | fpga.c | 58 size_t bsize, char *fn) in fpga_validate() 252 int fpga_load(int devnum, const void *buf, size_t bsize, bitstream_type bstype) in fpga_load() 295 int fpga_dump(int devnum, const void *buf, size_t bsize) in fpga_dump()
|
H A D | altera.c | 100 int altera_load(Altera_desc *desc, const void *buf, size_t bsize) in altera_load() 114 int altera_dump(Altera_desc *desc, const void *buf, size_t bsize) in altera_dump()
|
H A D | lattice.c | 287 int lattice_load(Lattice_desc *desc, const void *buf, size_t bsize) in lattice_load() 320 int lattice_dump(Lattice_desc *desc, const void *buf, size_t bsize) in lattice_dump()
|
/openbmc/linux/crypto/ |
H A D | cfb.c | 61 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_segment() local 84 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_inplace() local 107 unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt() local 131 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_segment() local 154 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_inplace() local 183 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt() local
|
H A D | cbc.c | 20 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_segment() local 48 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_inplace() local 95 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_decrypt_segment() local 125 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_decrypt_inplace() local
|
H A D | pcbc.c | 24 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_segment() local 46 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_inplace() local 91 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_segment() local 113 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_inplace() local
|
H A D | cts.c | 103 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_encrypt() local 149 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_encrypt() local 184 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_decrypt() local 243 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_decrypt() local 290 unsigned bsize; in crypto_cts_init_tfm() local
|
H A D | ctr.c | 31 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_final() local 51 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_segment() local 77 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_inplace() local 103 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ctr_crypt() local
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_pipapo_avx2.c | 45 #define NFT_PIPAPO_AVX2_BUCKET_LOAD4(reg, lt, group, v, bsize) \ argument 49 #define NFT_PIPAPO_AVX2_BUCKET_LOAD8(reg, lt, group, v, bsize) \ argument 221 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local 284 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_4() local 363 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_8() local 460 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_12() local 555 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_32() local 682 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_1() local 740 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_2() local 805 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_4() local [all …]
|
/openbmc/linux/arch/s390/crypto/ |
H A D | sha_common.c | 19 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_update() local 75 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_final() local
|
/openbmc/linux/fs/freevxfs/ |
H A D | vxfs_olt.c | 33 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize) in vxfs_oblock() 53 vxfs_read_olt(struct super_block *sbp, u_long bsize) in vxfs_read_olt()
|
H A D | vxfs_lookup.c | 59 u_long bsize = ip->i_sb->s_blocksize; in vxfs_find_entry() local 195 u_long bsize = sbp->s_blocksize; in vxfs_readdir() local
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_nameval.c | 90 int bsize, int flags) in nval_set() 130 int bsize) in nval_get() 167 int nval_list(const char *xb, int xb_size, char *buf, int bsize) in nval_list()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | ecb_cbc_helpers.h | 14 #define ECB_WALK_START(req, bsize, fpu_blocks) do { \ argument 29 #define CBC_WALK_START(req, bsize, fpu_blocks) \ argument
|
/openbmc/linux/arch/m68k/emu/ |
H A D | nfblock.c | 55 u32 blocks, bsize; member 97 static int __init nfhd_init_one(int id, u32 blocks, u32 bsize) in nfhd_init_one() 150 u32 blocks, bsize; in nfhd_init() local
|
/openbmc/linux/tools/perf/util/ |
H A D | mem2node.c | 39 phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node) in phys_entry__init() 51 u64 bsize = env->memory_bsize; in mem2node__init() local
|