Searched refs:iopad (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/arm/mach-mmp/ |
D | ttc_dkb.c | 187 #define CFG_IOPADMODE(iopad) (iopad) /* 0x0 ~ 0xd */ argument
|
/Linux-v4.19/drivers/video/fbdev/ |
D | pxa168fb.h | 399 #define CFG_IOPADMODE(iopad) (iopad) argument
|
/Linux-v4.19/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 645 #define CFG_IOPADMODE(iopad) (iopad) argument
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.c | 293 char *iopad, char *result_hash, in chcr_compute_partial_hash() argument 303 crypto_shash_update(desc, iopad, SHA1_BLOCK_SIZE) ?: in chcr_compute_partial_hash() 308 crypto_shash_update(desc, iopad, SHA256_BLOCK_SIZE) ?: in chcr_compute_partial_hash() 314 crypto_shash_update(desc, iopad, SHA256_BLOCK_SIZE) ?: in chcr_compute_partial_hash() 320 crypto_shash_update(desc, iopad, SHA512_BLOCK_SIZE) ?: in chcr_compute_partial_hash() 326 crypto_shash_update(desc, iopad, SHA512_BLOCK_SIZE) ?: in chcr_compute_partial_hash()
|